Skip to content

Commit 2c4c2a4

Browse files
authored
3.x: 3.1.3 version change (helidon-io#6152)
* Update CHANGELOG from 3.1.1 and 3.1.2. Prep for 3.1.3 * Update version to 3.1.3-SNAPSHOT
1 parent e2561cc commit 2c4c2a4

567 files changed

Lines changed: 1089 additions & 1017 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,75 @@ For Helidon 2.x releases please see [Helidon 2.x CHANGELOG.md](https://github.co
99

1010
For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.com/oracle/helidon/blob/helidon-1.x/CHANGELOG.md)
1111

12+
## [3.1.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+
## [3.1.2]
19+
20+
This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.
21+
22+
### CHANGES
23+
24+
- Config: Configuration fixes [6150](https://github.com/helidon-io/helidon/pull/6150)
25+
- OpenAPI: Fix OpenAPI UI options processing [6110](https://github.com/helidon-io/helidon/pull/6110)
26+
- Security: OIDC logout functionality fixed [6118](https://github.com/helidon-io/helidon/pull/6118)
27+
- Security: OIDC tenant SPI default priority changed [6127](https://github.com/helidon-io/helidon/pull/6127)
28+
- Tracing: Fix parent handling in OpenTelemetry (#6092) [6128](https://github.com/helidon-io/helidon/pull/6128)
29+
- WebServer: BodyPart deprecate name() and filename() ; add isNamed [6097](https://github.com/helidon-io/helidon/pull/6097)
30+
- Dependencies: Update build-tools to 3.0.4 [6139](https://github.com/helidon-io/helidon/pull/6139)
31+
- Docs: changes for tracing and tracing guide [6113](https://github.com/helidon-io/helidon/pull/6113)
32+
33+
## [3.1.1]
34+
35+
This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.
36+
37+
### CHANGES
38+
39+
- Config: Add built-in support for converting config strings to enum values [5732](https://github.com/helidon-io/helidon/pull/5732)
40+
- JPA: Adds connection unwrapping abilities to CDISEPlatform.java [5790](https://github.com/helidon-io/helidon/pull/5790)
41+
- JTA: Introduces JtaConnection.java [5905](https://github.com/helidon-io/helidon/pull/5905)
42+
- JTA: Introduces LocalXAResource and a few support classes in jta/jdbc [5733](https://github.com/helidon-io/helidon/pull/5733)
43+
- Messaging: 6035 AQ connector @ConnectorAttribute [6036](https://github.com/helidon-io/helidon/pull/6036)
44+
- Messaging: WLS JMS Object-Based Security [5854](https://github.com/helidon-io/helidon/pull/5854)
45+
- Metrics: Fix improper handling of metrics global tags [5812](https://github.com/helidon-io/helidon/pull/5812)
46+
- MicroProfile: Fix order of initialization of tracing and security. [5987](https://github.com/helidon-io/helidon/pull/5987)
47+
- OCI: Add Helidon Metrics integration with OCI [5829](https://github.com/helidon-io/helidon/pull/5829)
48+
- OCI: Add OCI MP Archetype [5939](https://github.com/helidon-io/helidon/pull/5939)
49+
- OCI: Register OciMetricsSupport service only when enable flag is set to true [6032](https://github.com/helidon-io/helidon/pull/6032)
50+
- Security: Accidentally removed updateRequest method returned [5844](https://github.com/helidon-io/helidon/pull/5844)
51+
- Security: Default tenant is not included for propagation [5898](https://github.com/helidon-io/helidon/pull/5898)
52+
- Security: Oidc tenant name now properly escaped [5872](https://github.com/helidon-io/helidon/pull/5872)
53+
- Security: Support for customization of 'logout uri' in OIDC provider [5784](https://github.com/helidon-io/helidon/pull/5784)
54+
- WebServer: 100 continue triggered by content request [5714](https://github.com/helidon-io/helidon/pull/5714)
55+
- WebServer: Add allow-list handling to requested URI behavior [5668](https://github.com/helidon-io/helidon/pull/5668)
56+
- WebServer: Suppress incorrect start-up log message related to requested URI discovery [5862](https://github.com/helidon-io/helidon/pull/5862)
57+
- WebServer: Switch default back-pressure strategy to AUTO_FLUSH from LINEAR #5943 [5944](https://github.com/helidon-io/helidon/pull/5944)
58+
- WebSocket: Enhancement to allow different WebSocket applications to be registered on different ports. [5822](https://github.com/helidon-io/helidon/pull/5822)
59+
- Build: Cleanup Helidon BOM by removing obsolete and internal artifacts [6017](https://github.com/helidon-io/helidon/pull/6017)
60+
- Dependencies: Bump testng from 7.5 to 7.7.0 [5918](https://github.com/helidon-io/helidon/pull/5918)
61+
- Dependencies: Neo4j Driver update [5752](https://github.com/helidon-io/helidon/pull/5752)
62+
- Dependencies: Upgrade jersey to 3.0.9 [5787](https://github.com/helidon-io/helidon/pull/5787)
63+
- Dependencies: Upgrade OCI SDK to 3.2.1 [5954](https://github.com/helidon-io/helidon/pull/5954)
64+
- Docs: DOC add Histogram to SE Metrics [6059](https://github.com/helidon-io/helidon/pull/6059)
65+
- Docs: Doc fixes for Issue 4673 [5614](https://github.com/helidon-io/helidon/pull/5614)
66+
- Docs: Documentation updates to correct wrong instructions for HOCON config parsing [5972](https://github.com/helidon-io/helidon/pull/5972)
67+
- Docs: Fix for #5771 - updates to SE WebServer toc [5772](https://github.com/helidon-io/helidon/pull/5772)
68+
- Docs: Fix incorrectly reverted icons [5761](https://github.com/helidon-io/helidon/pull/5761)
69+
- Docs: New subsection describing enhancement to support WebSocket application bindings on different ports [5835](https://github.com/helidon-io/helidon/pull/5835)
70+
- Docs: TOC updates to include additional levels [6003](https://github.com/helidon-io/helidon/pull/6003)
71+
- Docs: Updated sitegen.yaml for #5076 [5952](https://github.com/helidon-io/helidon/pull/5952)
72+
- Docs: Updates to MP TOCs [5923](https://github.com/helidon-io/helidon/pull/5923)
73+
- Docs: WLS connector doc typo [5803](https://github.com/helidon-io/helidon/pull/5803)
74+
- Docs: fix tracing docs with incorrect webclient artifact ids [6029](https://github.com/helidon-io/helidon/pull/6029)
75+
- Examples: Archetype generates wrong Jaeger configuration (SE) [5920](https://github.com/helidon-io/helidon/pull/5920)
76+
- Examples: Fix parent poms in example [5736](https://github.com/helidon-io/helidon/pull/5736)
77+
- Test: Follow-up to PR #5822 [5845](https://github.com/helidon-io/helidon/pull/5845)
78+
- Test: Use Hamcrest assertions instead of JUnit [5962](https://github.com/helidon-io/helidon/pull/5962) and Others
79+
80+
1281
## [3.1.0]
1382

1483
This is a minor release of Helidon and is recommended for all users of Helidon 3. In addition to bug fixes and minor enhancements, this release contains two dependency upgrades that could have a small impact on compatibility. These are:
@@ -556,6 +625,9 @@ Notable changes:
556625
- Examples: Update bare-mp archetype to use microprofile-core [3795](https://github.com/oracle/helidon/pull/3795)
557626

558627

628+
[3.1.3]: https://github.com/helidon-io/helidon/compare/3.1.2...3.1.3
629+
[3.1.2]: https://github.com/helidon-io/helidon/compare/3.1.1...3.1.2
630+
[3.1.1]: https://github.com/helidon-io/helidon/compare/3.1.0...3.1.1
559631
[3.1.0]: https://github.com/helidon-io/helidon/compare/3.0.2...3.1.0
560632
[3.0.2]: https://github.com/helidon-io/helidon/compare/3.0.1...3.0.2
561633
[3.0.1]: https://github.com/helidon-io/helidon/compare/3.0.0...3.0.1

applications/mp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-applications</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929
<artifactId>helidon-mp</artifactId>

applications/parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-applications-project</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<groupId>io.helidon.applications</groupId>

applications/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon</groupId>
2525
<artifactId>helidon-dependencies</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
<relativePath>../dependencies/pom.xml</relativePath>
2828
</parent>
2929
<groupId>io.helidon.applications</groupId>

applications/se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.applications</groupId>
2525
<artifactId>helidon-applications</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
<relativePath>../parent/pom.xml</relativePath>
2828
</parent>
2929
<artifactId>helidon-se</artifactId>

archetypes/helidon/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-project</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
</parent>
2828
<packaging>helidon-archetype</packaging>
2929
<artifactId>helidon</artifactId>

archetypes/legacy/bare-mp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-bare-mp</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/legacy/bare-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-bare-se</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/legacy/database-mp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-database-mp</artifactId>
2929
<packaging>helidon-archetype</packaging>

archetypes/legacy/database-se/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.helidon.archetypes</groupId>
2525
<artifactId>helidon-archetypes-legacy-project</artifactId>
26-
<version>3.1.1-SNAPSHOT</version>
26+
<version>3.1.3-SNAPSHOT</version>
2727
</parent>
2828
<artifactId>helidon-database-se</artifactId>
2929
<packaging>helidon-archetype</packaging>

0 commit comments

Comments
 (0)