Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mvn clean install -DskipTests
scp example-springboot/target/example-springboot-0.9.1.jar root@87.106.171.45:elasticobjects2.jar
scp example-springboot/target/example-springboot-0.9.2-SNAPSHOT.jar root@87.106.171.45:elasticobjects2.jar
export pid = `ssh root@87.106.171.45 ps -ef| grep java`
nohup java -jar elasticobjects2.jar --server.port=80 2>error.log 1>test.log &
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ is equivalent to

<h3>Conclusion</h3>
<p>
The project has now version 0.9.1 and it's good enough for a proof of concept. For
The project has now version 0.9.2-SNAPSHOT and it's good enough for a proof of concept. For
the hyped microservice architectures it would offer an incredible flexibility compared with
RPC API solutions.
</p>
Expand Down
4 changes: 2 additions & 2 deletions elastic-objects-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects-test</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>EO - Elastic Objects Tests and Test Resource</name>
<description>Package for testing Elastic Objects</description>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.fluentcodes.tools</groupId>
Expand Down
4 changes: 2 additions & 2 deletions elastic-objects/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>EO - Elastic Objects Core</name>
<description>An object wrapper for access, navigate, modify, serialize and deserialize complex java object via path in a typesafe and ordered way with JSON.</description>

Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.16.0</version>
<version>2.17.0</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions eo-calls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-calls</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>EO Calls</name>
<description>Some basic calls for file resources and templates.</description>

Expand All @@ -25,12 +25,12 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects-test</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions eo-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-csv</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>EO - Elastic objects CSV calls</name>
<description>CSV calls for Elastic Objects</description>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-calls</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>net.sf.opencsv</groupId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects-test</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions eo-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-db</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>EO - Elastic objects DB calls</name>
<description>DB calls for Elastic Objects</description>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-calls</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand All @@ -32,7 +32,7 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects-test</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions eo-xlsx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-xlsx</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>EO - Elastic objects Xlsx calls</name>
<description>Xlsx calls for Elastic Objects</description>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-calls</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects-test</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions example-springboot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ The input files are not part of the fat jar to avoid the annoying build process
#### Start
Instead with linux you have to start with

java -cp example-springboot/target/example-springboot-0.9.1.jar:example-springboot/input/ org.springframework.boot.loader.PropertiesLauncher
java -cp example-springboot/target/example-springboot-0.9.2-SNAPSHOT.jar:example-springboot/input/ org.springframework.boot.loader.PropertiesLauncher

Or with windows use ";" instead of ":" as separator

java -cp example-springboot/target/example-springboot-0.9.1.jar;example-springboot/input/ org.springframework.boot.loader.PropertiesLauncher
java -cp example-springboot/target/example-springboot-0.9.2-SNAPSHOT.jar;example-springboot/input/ org.springframework.boot.loader.PropertiesLauncher

#### Useed Modules
It uses configurations from the modules
Expand Down
2 changes: 1 addition & 1 deletion example-springboot/input/web/blog/Blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ <h5>The log for V0.8.0.</h5>
<p align="right"><em>2.11.2020</em></p>

<p>
Started 0.9.1.
Started 0.9.2-SNAPSHOT.
</p>
8 changes: 4 additions & 4 deletions example-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>example-springboot</artifactId>
<packaging>jar</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>EO example spring boot</name>

<properties>
Expand All @@ -20,17 +20,17 @@
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>elastic-objects-test</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-xlsx</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-db</artifactId>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.fluentcodes.projects.elasticobjects</groupId>
<artifactId>eo-root</artifactId>
<packaging>pom</packaging>
<version>0.9.1</version>
<version>0.9.2-SNAPSHOT</version>
<name>EO - Elastic Objects Root</name>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
java -cp example-springboot/target/example-springboot-0.9.1.jar:example-springboot/input/ org.springframework.boot.loader.PropertiesLauncher
java -cp example-springboot/target/example-springboot-0.9.2-SNAPSHOT.jar:example-springboot/input/ org.springframework.boot.loader.PropertiesLauncher
2 changes: 1 addition & 1 deletion transfer.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
scp example-springboot/target/example-springboot-0.9.1.jar root@87.106.171.45:elasticobjects8_1.jar
scp example-springboot/target/example-springboot-0.9.2-SNAPSHOT.jar root@87.106.171.45:elasticobjects8_1.jar