Skip to content

Commit 5e97c26

Browse files
committed
8.2.0 (2023-08-24)
+ [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]
1 parent 4bc9902 commit 5e97c26

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

docgen/parameters.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"title" : "Jupiter (Fugerit Core A.P.I.)",
33
"name": "Jupiter",
4-
"version" : "8.1.0",
5-
"date" : "20/08/2023",
4+
"version" : "8.2.0",
5+
"date" : "24/08/2023",
66
"organization" : {
77
"name" : "Fugerit Org",
88
"url" : "https://www.fugerit.org"

docgen/release-notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
8.2.0 (next)
1+
8.2.0 (2023-08-24)
22
------------------
3-
+ [enhancement [fj-core-jvfs] db classes generated with the fj-daogen-maven-plugin [8.2.0-rc.8]
3+
+ [enhancement [fj-core-jvfs] db classes generated with the fj-daogen-maven-plugin [8.2.0-rc.7]
44
+ [enhancement [fj-core] fixed all major sonar cloud issues [8.2.0-rc.7]
55
+ [enhancement [fj-core] loadConfigSafe() method introduced for property catalog [8.2.0-rc.6]
66
+ [enhancement [fj-core] JavaGenerator generate() throw chaanged from Exception to IOException [8.2.0-rc.6]

fj-core-jvfs/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.fugerit.java</groupId>
1010
<artifactId>fj-lib</artifactId>
11-
<version>8.2.0-rc.8</version>
11+
<version>8.2.0</version>
1212
</parent>
1313

1414
<name>fj-core-jvfs</name>
@@ -31,6 +31,7 @@
3131

3232
<properties>
3333
<fj-daogen-version>1.1.0-rc.5</fj-daogen-version>
34+
<build-helper-maven-plugin-version>3.4.0</build-helper-maven-plugin-version>
3435
<gen.base.dir>${project.basedir}</gen.base.dir>
3536
<generated.source.daogen>target/generated-sources/daogen</generated.source.daogen>
3637
</properties>
@@ -62,7 +63,7 @@
6263
<plugin>
6364
<groupId>org.codehaus.mojo</groupId>
6465
<artifactId>build-helper-maven-plugin</artifactId>
65-
<version>3.4.0</version>
66+
<version>${build-helper-maven-plugin-version}</version>
6667
<executions>
6768
<execution>
6869
<id>add-source</id>

fj-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>8.2.0-rc.8</version>
10+
<version>8.2.0</version>
1111
</parent>
1212

1313
<name>fj-core</name>

fj-tool/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fugerit.java</groupId>
99
<artifactId>fj-lib</artifactId>
10-
<version>8.2.0-rc.8</version>
10+
<version>8.2.0</version>
1111
</parent>
1212

1313
<name>fj-tool</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<relativePath></relativePath>
1212
</parent>
1313

14-
<version>8.2.0-rc.8</version>
14+
<version>8.2.0</version>
1515
<packaging>pom</packaging>
1616

1717
<name>fj-lib</name>

0 commit comments

Comments
 (0)