Skip to content

Commit

Permalink
2.x 2.6.7 version update (helidon-io#8539)
Browse files Browse the repository at this point in the history
* Update CHANGELOG for 2.6.6 release

* Update version to 2.6.7-SNAPSHOT

* Fix copyright
  • Loading branch information
barchetta authored Mar 23, 2024
1 parent e967489 commit 2f2b636
Show file tree
Hide file tree
Showing 576 changed files with 1,085 additions and 1,067 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@ For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.co

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

## [2.6.6]

This is a bugfix release of Helidon. It is recommended for all users of Helidon 2.

### CHANGES

- Media: 7110 Bad media type log level [8031](https://github.com/helidon-io/helidon/pull/8031)
- Metrics: Generalize OCI metrics support; add tests for the generalization [8419](https://github.com/helidon-io/helidon/pull/8419)
- RestClient: Support Jersey Multipart feature by Helidon Connector [7652](https://github.com/helidon-io/helidon/pull/7652)
- RestClient: TLS replace in HelidonConnector fix [8248](https://github.com/helidon-io/helidon/pull/8248)
- JWT: propagation is now disabled when not configured [8240](https://github.com/helidon-io/helidon/pull/8240)
- Build: Upgrade checkout to v4, setup-java to v4.1.0 [8447](https://github.com/helidon-io/helidon/pull/8447)
- Dependencies: Upgrade to Jersey 2.41 [8347](https://github.com/helidon-io/helidon/pull/8347)
- Dependencies: PostgreSQL JDBC driver updated to 42.4.4. [8415](https://github.com/helidon-io/helidon/pull/8415)
- Examples: Archetype - Add Main class to MP projects [8332](https://github.com/helidon-io/helidon/pull/8332)
- Tests: fix unstable messaging tests (backport) [8453](https://github.com/helidon-io/helidon/pull/8453)

## [2.6.5]

This is a bugfix release of Helidon. It is recommended for all users of Helidon 2.
Expand Down Expand Up @@ -2203,6 +2220,7 @@ If there is no authorization provider configured, ABAC provider will be configur
otherwise they are ignored


[2.6.6]: https://github.com/oracle/helidon/compare/2.6.5...2.6.6
[2.6.5]: https://github.com/oracle/helidon/compare/2.6.4...2.6.5
[2.6.4]: https://github.com/oracle/helidon/compare/2.6.3...2.6.4
[2.6.3]: https://github.com/oracle/helidon/compare/2.6.2...2.6.3
Expand Down
4 changes: 2 additions & 2 deletions applications/mp/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) 2019, 2023 Oracle and/or its affiliates.
Copyright (c) 2019, 2024 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.applications</groupId>
<artifactId>helidon-applications</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>helidon-mp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions applications/parent/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) 2022, 2023 Oracle and/or its affiliates.
Copyright (c) 2022, 2024 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.applications</groupId>
<artifactId>helidon-applications-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<groupId>io.helidon.applications</groupId>
Expand Down
4 changes: 2 additions & 2 deletions applications/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) 2019, 2023 Oracle and/or its affiliates.
Copyright (c) 2019, 2024 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</groupId>
<artifactId>helidon-dependencies</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
<relativePath>../dependencies/pom.xml</relativePath>
</parent>
<groupId>io.helidon.applications</groupId>
Expand Down
4 changes: 2 additions & 2 deletions applications/se/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) 2019, 2023 Oracle and/or its affiliates.
Copyright (c) 2019, 2024 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.applications</groupId>
<artifactId>helidon-applications</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<artifactId>helidon-se</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/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-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype</packaging>
<artifactId>helidon-bare-mp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/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-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype</packaging>
<artifactId>helidon-bare-se</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/catalog/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>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype-catalog</packaging>
<artifactId>helidon-archetype-catalog</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/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-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype</packaging>
<artifactId>helidon-database-mp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/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-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype</packaging>
<artifactId>helidon-database-se</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/oci-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-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype</packaging>
<artifactId>helidon-oci-mp</artifactId>
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>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<groupId>io.helidon.archetypes</groupId>
<artifactId>helidon-archetypes-project</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/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-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype</packaging>
<artifactId>helidon-quickstart-mp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/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-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<packaging>helidon-archetype</packaging>
<artifactId>helidon-quickstart-se</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions bom/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, 2023 Oracle and/or its affiliates.
Copyright (c) 2017, 2024 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</groupId>
<artifactId>helidon-parent</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-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>2.6.6-SNAPSHOT</helidon.version>
<helidon.version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2017, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<artifactId>helidon-common</artifactId>
<name>Helidon Common</name>
Expand Down
4 changes: 2 additions & 2 deletions common/configurable/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, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 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 @@ -24,7 +24,7 @@
<parent>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common-project</artifactId>
<version>2.6.6-SNAPSHOT</version>
<version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2019, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2021, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-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, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2024 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>2.6.6-SNAPSHOT</version>
<version>2.6.7-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>helidon-common-http</artifactId>
Expand Down
Loading

0 comments on commit 2f2b636

Please sign in to comment.