Skip to content

Commit

Permalink
3.x: 3.1.3 version change (helidon-io#6152)
Browse files Browse the repository at this point in the history
* Update CHANGELOG from 3.1.1 and 3.1.2. Prep for 3.1.3
* Update version to 3.1.3-SNAPSHOT
  • Loading branch information
barchetta authored Feb 13, 2023
1 parent e2561cc commit 2c4c2a4
Show file tree
Hide file tree
Showing 567 changed files with 1,089 additions and 1,017 deletions.
72 changes: 72 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,75 @@ For Helidon 2.x releases please see [Helidon 2.x CHANGELOG.md](https://github.co

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

## [3.1.3]

This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.

### CHANGES

## [3.1.2]

This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.

### CHANGES

- Config: Configuration fixes [6150](https://github.com/helidon-io/helidon/pull/6150)
- OpenAPI: Fix OpenAPI UI options processing [6110](https://github.com/helidon-io/helidon/pull/6110)
- Security: OIDC logout functionality fixed [6118](https://github.com/helidon-io/helidon/pull/6118)
- Security: OIDC tenant SPI default priority changed [6127](https://github.com/helidon-io/helidon/pull/6127)
- Tracing: Fix parent handling in OpenTelemetry (#6092) [6128](https://github.com/helidon-io/helidon/pull/6128)
- WebServer: BodyPart deprecate name() and filename() ; add isNamed [6097](https://github.com/helidon-io/helidon/pull/6097)
- Dependencies: Update build-tools to 3.0.4 [6139](https://github.com/helidon-io/helidon/pull/6139)
- Docs: changes for tracing and tracing guide [6113](https://github.com/helidon-io/helidon/pull/6113)

## [3.1.1]

This is a bugfix release of Helidon and is recommended for all users of Helidon 3. Helidon 3 requires Java 17 or newer.

### CHANGES

- Config: Add built-in support for converting config strings to enum values [5732](https://github.com/helidon-io/helidon/pull/5732)
- JPA: Adds connection unwrapping abilities to CDISEPlatform.java [5790](https://github.com/helidon-io/helidon/pull/5790)
- JTA: Introduces JtaConnection.java [5905](https://github.com/helidon-io/helidon/pull/5905)
- JTA: Introduces LocalXAResource and a few support classes in jta/jdbc [5733](https://github.com/helidon-io/helidon/pull/5733)
- Messaging: 6035 AQ connector @ConnectorAttribute [6036](https://github.com/helidon-io/helidon/pull/6036)
- Messaging: WLS JMS Object-Based Security [5854](https://github.com/helidon-io/helidon/pull/5854)
- Metrics: Fix improper handling of metrics global tags [5812](https://github.com/helidon-io/helidon/pull/5812)
- MicroProfile: Fix order of initialization of tracing and security. [5987](https://github.com/helidon-io/helidon/pull/5987)
- OCI: Add Helidon Metrics integration with OCI [5829](https://github.com/helidon-io/helidon/pull/5829)
- OCI: Add OCI MP Archetype [5939](https://github.com/helidon-io/helidon/pull/5939)
- OCI: Register OciMetricsSupport service only when enable flag is set to true [6032](https://github.com/helidon-io/helidon/pull/6032)
- Security: Accidentally removed updateRequest method returned [5844](https://github.com/helidon-io/helidon/pull/5844)
- Security: Default tenant is not included for propagation [5898](https://github.com/helidon-io/helidon/pull/5898)
- Security: Oidc tenant name now properly escaped [5872](https://github.com/helidon-io/helidon/pull/5872)
- Security: Support for customization of 'logout uri' in OIDC provider [5784](https://github.com/helidon-io/helidon/pull/5784)
- WebServer: 100 continue triggered by content request [5714](https://github.com/helidon-io/helidon/pull/5714)
- WebServer: Add allow-list handling to requested URI behavior [5668](https://github.com/helidon-io/helidon/pull/5668)
- WebServer: Suppress incorrect start-up log message related to requested URI discovery [5862](https://github.com/helidon-io/helidon/pull/5862)
- WebServer: Switch default back-pressure strategy to AUTO_FLUSH from LINEAR #5943 [5944](https://github.com/helidon-io/helidon/pull/5944)
- WebSocket: Enhancement to allow different WebSocket applications to be registered on different ports. [5822](https://github.com/helidon-io/helidon/pull/5822)
- Build: Cleanup Helidon BOM by removing obsolete and internal artifacts [6017](https://github.com/helidon-io/helidon/pull/6017)
- Dependencies: Bump testng from 7.5 to 7.7.0 [5918](https://github.com/helidon-io/helidon/pull/5918)
- Dependencies: Neo4j Driver update [5752](https://github.com/helidon-io/helidon/pull/5752)
- Dependencies: Upgrade jersey to 3.0.9 [5787](https://github.com/helidon-io/helidon/pull/5787)
- Dependencies: Upgrade OCI SDK to 3.2.1 [5954](https://github.com/helidon-io/helidon/pull/5954)
- Docs: DOC add Histogram to SE Metrics [6059](https://github.com/helidon-io/helidon/pull/6059)
- Docs: Doc fixes for Issue 4673 [5614](https://github.com/helidon-io/helidon/pull/5614)
- Docs: Documentation updates to correct wrong instructions for HOCON config parsing [5972](https://github.com/helidon-io/helidon/pull/5972)
- Docs: Fix for #5771 - updates to SE WebServer toc [5772](https://github.com/helidon-io/helidon/pull/5772)
- Docs: Fix incorrectly reverted icons [5761](https://github.com/helidon-io/helidon/pull/5761)
- Docs: New subsection describing enhancement to support WebSocket application bindings on different ports [5835](https://github.com/helidon-io/helidon/pull/5835)
- Docs: TOC updates to include additional levels [6003](https://github.com/helidon-io/helidon/pull/6003)
- Docs: Updated sitegen.yaml for #5076 [5952](https://github.com/helidon-io/helidon/pull/5952)
- Docs: Updates to MP TOCs [5923](https://github.com/helidon-io/helidon/pull/5923)
- Docs: WLS connector doc typo [5803](https://github.com/helidon-io/helidon/pull/5803)
- Docs: fix tracing docs with incorrect webclient artifact ids [6029](https://github.com/helidon-io/helidon/pull/6029)
- Examples: Archetype generates wrong Jaeger configuration (SE) [5920](https://github.com/helidon-io/helidon/pull/5920)
- Examples: Fix parent poms in example [5736](https://github.com/helidon-io/helidon/pull/5736)
- Test: Follow-up to PR #5822 [5845](https://github.com/helidon-io/helidon/pull/5845)
- Test: Use Hamcrest assertions instead of JUnit [5962](https://github.com/helidon-io/helidon/pull/5962) and Others


## [3.1.0]

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:
Expand Down Expand Up @@ -556,6 +625,9 @@ Notable changes:
- Examples: Update bare-mp archetype to use microprofile-core [3795](https://github.com/oracle/helidon/pull/3795)


[3.1.3]: https://github.com/helidon-io/helidon/compare/3.1.2...3.1.3
[3.1.2]: https://github.com/helidon-io/helidon/compare/3.1.1...3.1.2
[3.1.1]: https://github.com/helidon-io/helidon/compare/3.1.0...3.1.1
[3.1.0]: https://github.com/helidon-io/helidon/compare/3.0.2...3.1.0
[3.0.2]: https://github.com/helidon-io/helidon/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/helidon-io/helidon/compare/3.0.0...3.0.1
Expand Down
2 changes: 1 addition & 1 deletion applications/mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-applications</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>helidon-mp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion applications/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-applications-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>io.helidon.applications</groupId>
Expand Down
2 changes: 1 addition & 1 deletion applications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon</groupId>
<artifactId>helidon-dependencies</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
<relativePath>../dependencies/pom.xml</relativePath>
</parent>
<groupId>io.helidon.applications</groupId>
Expand Down
2 changes: 1 addition & 1 deletion applications/se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.applications</groupId>
<artifactId>helidon-applications</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>helidon-se</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/helidon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype</packaging>
<artifactId>helidon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/legacy/bare-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-legacy-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-bare-mp</artifactId>
<packaging>helidon-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/legacy/bare-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-legacy-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-bare-se</artifactId>
<packaging>helidon-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/legacy/database-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-legacy-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-database-mp</artifactId>
<packaging>helidon-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/legacy/database-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-legacy-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-database-se</artifactId>
<packaging>helidon-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-archetypes-legacy-project</artifactId>
<name>Helidon Legacy Archetypes</name>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/legacy/quickstart-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-legacy-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-quickstart-mp</artifactId>
<packaging>helidon-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/legacy/quickstart-se/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-legacy-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-quickstart-se</artifactId>
<packaging>helidon-archetype</packaging>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon</groupId>
<artifactId>helidon-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-project</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon</groupId>
<artifactId>helidon-parent</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<groupId>io.helidon</groupId>
Expand All @@ -32,7 +32,7 @@
<name>Helidon BOM POM</name>

<properties>
<helidon.version>3.1.1-SNAPSHOT</helidon.version>
<helidon.version>3.1.3-SNAPSHOT</helidon.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions bundles/config/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.bundles</groupId>
<artifactId>helidon-bundles-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>

<artifactId>helidon-bundles-config</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bundles/jersey/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.bundles</groupId>
<artifactId>helidon-bundles-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>

<artifactId>helidon-bundles-jersey</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bundles/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon</groupId>
<artifactId>helidon-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<modules>
<module>config</module>
Expand Down
4 changes: 2 additions & 2 deletions bundles/security/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.bundles</groupId>
<artifactId>helidon-bundles-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>

<artifactId>helidon-bundles-security</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions bundles/webserver/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.bundles</groupId>
<artifactId>helidon-bundles-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>

<artifactId>helidon-bundles-webserver</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions common/common/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2017, 2022 Oracle and/or its affiliates.
Copyright (c) 2017, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -23,7 +23,7 @@
<parent>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-common</artifactId>
<name>Helidon Common</name>
Expand Down
2 changes: 1 addition & 1 deletion common/configurable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<name>Helidon Common Configurable</name>
<artifactId>helidon-common-configurable</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions common/context/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2019, 2022 Oracle and/or its affiliates.
Copyright (c) 2019, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
<parent>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<artifactId>helidon-common-context</artifactId>
<name>Helidon Common Context</name>
Expand Down
4 changes: 2 additions & 2 deletions common/crypto/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2021, 2022 Oracle and/or its affiliates.
Copyright (c) 2021, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -21,7 +21,7 @@
<parent>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-project</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions common/http/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2018, 2022 Oracle and/or its affiliates.
Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,7 +22,7 @@
<parent>
<artifactId>helidon-common-project</artifactId>
<groupId>io.helidon.common</groupId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>helidon-common-http</artifactId>
Expand Down
Loading

0 comments on commit 2c4c2a4

Please sign in to comment.