You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+82Lines changed: 82 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,89 @@ For Helidon 2.x releases please see [Helidon 2.x CHANGELOG.md](https://github.co
9
9
10
10
For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.com/oracle/helidon/blob/helidon-1.x/CHANGELOG.md)
11
11
12
+
## [3.2.3]
13
+
14
+
This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.
15
+
16
+
### CHANGES
17
+
18
+
- Config: Fix SeConfig.asMap to not truncate keys [7457](https://github.com/helidon-io/helidon/pull/7457)
19
+
- JPA: Adds zero-argument non-private constructors to NonTransactionalEntityManager and ExtendedEntityManager [7560](https://github.com/helidon-io/helidon/pull/7560)
20
+
- JPA: Fixes a jar-only URL resolution bug [7749](https://github.com/helidon-io/helidon/pull/7749)
21
+
- JPA: Fixes an issue where autoCommit is not restored properly in certain edge cases; ensures related proper Hibernate JTA settings are set by default [7741](https://github.com/helidon-io/helidon/pull/7741)
22
+
- Metrics: Change heap functions to get current memory usage [7404](https://github.com/helidon-io/helidon/pull/7404)
23
+
- MicroProfile: Several Refactor commits to improve code readability [6679](https://github.com/helidon-io/helidon/pull/6679)
- OCI: Introduces OciSecretsMpMetaConfigProvider, which adapts OciSecretsConfigSourceProvider to the MpMetaConfigProvider contract [7555](https://github.com/helidon-io/helidon/pull/7555)
28
+
- OCI: Makes SecretBundleConfigSource public; improves modification logic [7468](https://github.com/helidon-io/helidon/pull/7468)
29
+
- OCI: backport of OciExtension Refinements [7576](https://github.com/helidon-io/helidon/pull/7576)
30
+
- OpenAPI: Fix bug with empty Accept header [7535](https://github.com/helidon-io/helidon/pull/7535)
- Examples: Refactor TODO app example to remove the of use NodeJS/NPM [7455](https://github.com/helidon-io/helidon/pull/7455)
77
+
- Examples: Use JSON-B instead of JSON-P in MP quickstarts [7487](https://github.com/helidon-io/helidon/pull/7487)
78
+
- Examples: archetypes does not offer a metrics provider choice for custom/se [7638](https://github.com/helidon-io/helidon/pull/7638)
79
+
- Examples: remove license headers in archetype generated files [7235](https://github.com/helidon-io/helidon/pull/7235)
80
+
- Tests: Fix parent for TestNG project [7616](https://github.com/helidon-io/helidon/pull/7616)
81
+
- Tests: Enable tests that were disabled during renaming to jakarta packages work [7606](https://github.com/helidon-io/helidon/pull/7606)
82
+
- Tests: Lets unit tests validating JpaExtension and unit tests validating PersistenceExtension run side-by-side; continuation of overall fix for nested transaction problems [7118](https://github.com/helidon-io/helidon/pull/7118)
83
+
- Tests: Re-enabled test after integration with latest Jersey [7313](https://github.com/helidon-io/helidon/pull/7313)
84
+
- Tests: Replace try/catch in tests on assertThrows [7344](https://github.com/helidon-io/helidon/pull/7344)
85
+
- Tests: Resolves issue 7316, which features some intermittently failing H2 database tests [7317](https://github.com/helidon-io/helidon/pull/7317)
86
+
- Tests: Use text blocks in tests [7354](https://github.com/helidon-io/helidon/pull/7354)
87
+
88
+
12
89
## [3.2.2]
13
90
14
91
This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.
- DB: Update serial config for ojdbc driver [7116](https://github.com/helidon-io/helidon/pull/7116)
18
97
- JWT: Security propagation is now disabled with not configured [6806](https://github.com/helidon-io/helidon/pull/6806)
@@ -56,6 +135,8 @@ This is a bugfix release of Helidon and is recommended for all users of Helidon
56
135
57
136
This release upgrades Kafka Clients from 2.8.1 to 3.4.0. If you encounter issues running against older Kafka servers or the OCI Streaming Service you might need to use the work-around docomented in [6718](https://github.com/helidon-io/helidon/issues/6718)
58
137
138
+
### CHANGES
139
+
59
140
- FT: Switch metrics API jar scope to compile from provided [6666](https://github.com/helidon-io/helidon/pull/6666)
60
141
- JPA: Adds an enabled flag to JpaExtension to permit subsequent refactoring and replacement [6512](https://github.com/helidon-io/helidon/pull/6512)
61
142
- JPA: Adds more classes as part of overall JPA refactoring effort [6584](https://github.com/helidon-io/helidon/pull/6584)
@@ -732,6 +813,7 @@ Notable changes:
732
813
- Examples: Update bare-mp archetype to use microprofile-core [3795](https://github.com/oracle/helidon/pull/3795)
0 commit comments