Skip to content

Commit

Permalink
8.2.0 (2023-08-24)
Browse files Browse the repository at this point in the history
+ [enhancement [fj-core-jvfs] db classes generated with the
fj-daogen-maven-plugin [8.2.0-rc.7]
+ [enhancement [fj-core] fixed all major sonar cloud issues [8.2.0-rc.7]
+ [enhancement [fj-core] loadConfigSafe() method introduced for property
catalog [8.2.0-rc.6]
+ [enhancement [fj-core] JavaGenerator generate() throw chaanged from
Exception to IOException [8.2.0-rc.6]
+ [enhancement [fj-core] update fj-test-helper8 version to 0.3.1
(serialization support) (support for serialization test) [8.2.0-rc.6]
+ [enhancement [fj-core] added utilities to close Closeable and
AutoCloseable [8.2.0-rc.5]
+ [enhancement [fj-core] conversion utilities for ConfigException and
ConfigRuntimeException [8.2.0-rc.3]
+ [enhancement [to reduce hierarchy depth, if the correct interfaces
have been used, this should have no impact] :
+ [enhancement][fj-core] Changed hierarchy of GenericListCatalogConfig
to directly extends AbstractConfigurableObject [8.2.0-rc.1]
+ [enhancement][fj-core] Changed hierarchy of AbstractConfigurableObject
to directly extends Object [8.2.0-rc.1]
  • Loading branch information
fugerit79 committed Aug 24, 2023
1 parent b1622ec commit 37529ad
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docgen/parameters.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"title" : "Mars (Fugerit DAOGEN A.P.I.)",
"name": "Mars",
"version" : "1.0.1",
"date" : "26/03/2023",
"version" : "1.1.0",
"date" : "24/08/2023",
"organization" : {
"name" : "Fugerit Org",
"url" : "https://www.fugerit.org"
Expand Down
6 changes: 3 additions & 3 deletions docgen/release-notes.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
1.1.0 (next)
1.1.0 (2023-03-26)
------------------
+ [enhancement] fj-daogen-maven-plugin module reintroduced [1.1.0-rc.5]
+ [enhancement] update fj-core version 8.2.0-rc.7 [1.1.0-rc.4]
+ [enhancement] update fj-core version 8.2.0 [1.1.0-rc.4]
+ [enhancement] Updated generation for 'static final' modifier order [1.1.0-rc.3]
+ [enhancement] Code review for fj-core 8.2.0-rc.6 [1.1.0-rc.2]
+ [enhancement] Code review for fj-core 8.2.0 [1.1.0-rc.2]
+ [enhancement] update fj-bom version 1.2.3 [1.1.0-rc.1]
+ [enhancement] Added sonar cloud quality gate [1.1.0-rc.1]

Expand Down
2 changes: 1 addition & 1 deletion fj-daogen-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-daogen</artifactId>
<version>1.1.0-rc.5</version>
<version>1.1.0</version>
</parent>

<name>fj-daogen-base</name>
Expand Down
2 changes: 1 addition & 1 deletion fj-daogen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-daogen</artifactId>
<version>1.1.0-rc.5</version>
<version>1.1.0</version>
</parent>

<packaging>maven-plugin</packaging>
Expand Down
5 changes: 3 additions & 2 deletions fj-daogen-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-daogen</artifactId>
<version>1.1.0-rc.5</version>
<version>1.1.0</version>
</parent>

<name>fj-daogen-sample</name>
<description></description>

<properties>
<build-helper-maven-plugin-version>3.4.0</build-helper-maven-plugin-version>
<gen.base.dir>${project.basedir}</gen.base.dir>
<generated.source.daogen>target/generated-sources/daogen</generated.source.daogen>
</properties>
Expand Down Expand Up @@ -52,7 +53,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>${build-helper-maven-plugin-version}</version>
<executions>
<execution>
<id>add-source</id>
Expand Down
2 changes: 1 addition & 1 deletion fj-daogen-tool/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.fugerit.java</groupId>
<artifactId>fj-daogen</artifactId>
<version>1.1.0-rc.5</version>
<version>1.1.0</version>
</parent>

<name>fj-daogen-tool</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>fj-daogen</artifactId>

<version>1.1.0-rc.5</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<name>fj-daogen</name>
Expand All @@ -25,7 +25,7 @@
<maven.compiler.target>${java-version-compliance}</maven.compiler.target>
<maven.compiler.release>${java-version-compliance}</maven.compiler.release>
<maven.test.skip>true</maven.test.skip>
<fj-version>8.2.0-rc.7</fj-version>
<fj-version>8.2.0</fj-version>
<javax-rs-api-version>2.1.1</javax-rs-api-version>
<fj-daogen-version>${project.version}</fj-daogen-version>
</properties>
Expand Down

0 comments on commit 37529ad

Please sign in to comment.