Skip to content

Commit b5ee94f

Browse files
authored
4.x: Bump version to 4.1.0-SNAPSHOT. Update CHANGELOG (helidon-io#8812)
* Update CHANGELOG for 4.0.9 * Update version to 4.1.0-SNAPSHOT
1 parent 62adcbd commit b5ee94f

704 files changed

Lines changed: 6560 additions & 710 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: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,51 @@ For Helidon 2.x releases please see [Helidon 2.x CHANGELOG.md](https://github.co
1111

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

14+
## [4.0.9]
15+
16+
This release contains important bugfixes and ehancements and is recommended for all users of Helidon 4.
17+
18+
Java 21 is required to use Helidon 4.0.9.
19+
20+
### CHANGES
21+
22+
- Common: Parameters.first(String) generates java.lang.IndexOutOfB… [8723](https://github.com/helidon-io/helidon/pull/8723)
23+
- Config: Cannot read config from environment with environment modules variables [8786](https://github.com/helidon-io/helidon/pull/8786)
24+
- Config: LazyConfigSource is now queried when an unknown node is requested [8707](https://github.com/helidon-io/helidon/pull/8707)
25+
- Config: Switched implementation of MpEnvironmentVariablesSource to use an LRU cache [8768](https://github.com/helidon-io/helidon/pull/8768)
26+
- Config: fix `getOrdinal` for system property and environment variable config sources [8744](https://github.com/helidon-io/helidon/pull/8744)
27+
- gRPC: Improvements to gRPC server-side support [8765](https://github.com/helidon-io/helidon/pull/8765)
28+
- MP Threading: New annotation @ExecuteOn [8643](https://github.com/helidon-io/helidon/pull/8643)
29+
- Native image: AbstractConfigurableExtension native-image fix [8771](https://github.com/helidon-io/helidon/pull/8771)
30+
- Native image: Force hibernate to use no-op bytecode provider with native-image [8740](https://github.com/helidon-io/helidon/pull/8740)
31+
- Native image: Register additional hibernate classes for reflection [8758](https://github.com/helidon-io/helidon/pull/8758)
32+
- Native-image: Fix native-image properties layout. [8808](https://github.com/helidon-io/helidon/pull/8808)
33+
- Native-image: Use native-image:compile-no-fork instead of native-image:compile [8802](https://github.com/helidon-io/helidon/pull/8802)
34+
- OCI: Refactor OCI metrics library a bit [8745](https://github.com/helidon-io/helidon/pull/8745)
35+
- Testing: @HelidonTest / @AddConfig* Provide a config parser by type #8718 [8721](https://github.com/helidon-io/helidon/pull/8721)
36+
- Testing: Ability to Inject MockBeans in Helidon #7694 [8674](https://github.com/helidon-io/helidon/pull/8674)
37+
- Testing: Add text block support [8655](https://github.com/helidon-io/helidon/pull/8655)
38+
- Tracing: Associate tracer-level tags with Jaeger process level (instead of span level) [8764](https://github.com/helidon-io/helidon/pull/8764)
39+
- Tracing: Fix problems with tracing data propagation [8742](https://github.com/helidon-io/helidon/pull/8742)
40+
- Tracing: Harden WebClientSecurity against absent or disabled tracing [8809](https://github.com/helidon-io/helidon/pull/8809)
41+
- Tracing: Use Helidon tracer, span builder, span types instead of OTel ones so we can trigger span listeners [8778](https://github.com/helidon-io/helidon/pull/8778)
42+
- Build: Plugin updates [8687](https://github.com/helidon-io/helidon/pull/8687)
43+
- Build: Update setup-java for snapshot workflow [8788](https://github.com/helidon-io/helidon/pull/8788)
44+
- Build: cleanup helidon-bom and helidon-all [8783](https://github.com/helidon-io/helidon/pull/8783)
45+
- Build: helidon-common sources JAR contains absolute paths #8761 [8762](https://github.com/helidon-io/helidon/pull/8762)
46+
- Build: upgrade MacOS runner to 14 and fix protoc version [8717](https://github.com/helidon-io/helidon/pull/8717)
47+
- Dependencies: Bump deploy plugin to 3.1.1 [8790](https://github.com/helidon-io/helidon/pull/8790)
48+
- Dependencies: Upgrade microprofile rest client to 3.0.1 [8730](https://github.com/helidon-io/helidon/pull/8730)
49+
- Dependencies: Upgrades to Jersey to 3.1.7 [8798](https://github.com/helidon-io/helidon/pull/8798)
50+
- Docs: New document that describes the ExecuteOn annotation [8756](https://github.com/helidon-io/helidon/pull/8756)
51+
- Docs: include SE upgrade guide in docs navbar [8795](https://github.com/helidon-io/helidon/pull/8795)
52+
- Examples: Capitalized received message in io.helidon.examples.webserver.websocket.MessageBoardEndpoint (#8725) [8731](https://github.com/helidon-io/helidon/pull/8731)
53+
- Examples: Update Dockerfiles to use jdk-no-fee-term instead of openjdk [8733](https://github.com/helidon-io/helidon/pull/8733)
54+
- Examples: Use LevelChangePropagator in examples/logging/slf4j (#7737) [8656](https://github.com/helidon-io/helidon/pull/8656)
55+
- Examples: Archetype - Add SLF4J dependency [8792](https://github.com/helidon-io/helidon/pull/8792)
56+
- Tests: Add tests for building native-image for quickstart examples [8719](https://github.com/helidon-io/helidon/pull/8719)
57+
- Tests: Fix tests/integration/native-image/mp-2 [8801](https://github.com/helidon-io/helidon/pull/8801)
58+
1459
## [4.0.8]
1560

1661
This release contains important bugfixes and ehancements and is recommended for all users of Helidon 4.
@@ -1172,6 +1217,7 @@ Helidon 4.0.0 is a major release that includes significant new features and fixe
11721217
- MicroProfile: MP path based static content should use index.html (4.x) [4737](https://github.com/oracle/helidon/pull/4737)
11731218
- Build: 4.0 version and poms [4655](https://github.com/oracle/helidon/pull/4655)
11741219

1220+
[4.0.9]: https://github.com/oracle/helidon/compare/4.0.8...4.0.9
11751221
[4.0.8]: https://github.com/oracle/helidon/compare/4.0.7...4.0.8
11761222
[4.0.7]: https://github.com/oracle/helidon/compare/4.0.6...4.0.7
11771223
[4.0.6]: https://github.com/oracle/helidon/compare/4.0.5...4.0.6

0 commit comments

Comments
 (0)