Skip to content

Releases: helidon-io/helidon

4.0.0-ALPHA5

24 Feb 17:44
Compare
Choose a tag to compare
4.0.0-ALPHA5 Pre-release
Pre-release

This is the fifth Alpha build of Helidon 4.0.0 and is intended as a preview release only. Do not use this release in production. It is suitable only for experimentation. APIs are subject to change. Documentation is incomplete. And some functionality is experimental and not fully tested.

The big news in Helidon 4.0.0 is the introduction of Helidon Nima -- a ground up webserver implementation based on JDK Project Loom virtual threads.

Helidon 4.0.0 is a major release that includes significant new features and fixes. As a major release it also includes some backward incompatible API changes.

Java 19 or newer is required to use Heldon 4.0.0-ALPHA5.

CHANGES

  • Config: Configuration fixes 6145
  • Config: Describe disabling config token replacement 6170
  • FaultTolerance: Reactive FT Module Info fix 6238
  • HTTP2: Issue 5425: Added configurable validate-path and max-concurrent-streams to HTTP 2. 5981
  • Media: Reactive Media Common deprecated cleanup 6098
  • Messaging: AQ connector @ConnectorAttribute 6038
  • OCI: Register OciMetricsSupport service only when enable flag is set to true 6053
  • Security: Nima and Reactive implementation of OIDC provider separated 6055
  • Security: OIDC logout functionality fixed 6131
  • Security: Reloadable server TLS KeyStore 5964
  • Tracing: Fix order of initialization of tracing and security. (#5987) 6034
  • Tracing: Fix parent handling in OpenTelemetry 6092
  • WebClient: Need to use a ConcurrentHashMap in DefaultDnsResolver 6207
  • WebServer: 100 continue request reset fix 6251
  • WebServer: 100 continue triggered by content request 5965
  • WebServer: ContentEncodingContext Builder and passing ContentEncodingContext instance from WebServer to Http1Connection. 5921
  • WebServer: Port to Nima of enhancement to allow WebSocket applications on different ports 6004
  • WebServer: Proposal to implement a more efficient webserver shutdown strategy 5876
  • WebServer: Refactor NΓ­ma connection context 6109
  • WebServer: Static content update 6195
  • WebServer: Switch default back-pressure strategy to AUTO_FLUSH from LINEAR. 5983
  • WebServer: Update BodyPart to return Optional instead of a nullable String 6101
  • Webserver: Support for interruption of HTTP/2 connections for efficient shutdowns 6041
  • Build: Configure helidon-mave-plugin jlink-image to use --enable-preview 6048
  • Build: Correct arrangement of fields, methods and inner types. 6114
  • Build: Fix duplicate maven-failsafe-plugin declaration in dbclient integration test 6241
  • Build: Idea code style 6111
  • Build: Remove user specific package from the code style. 6144
  • Build: Use https in pom.xml schemaLocation 6043 and others
  • Dependencies: Cleanup Helidon BOM by removing artifacts that are not deployed 6047
  • Dependencies: Upgrade Jersey 3.1.1 6171
  • Dependencies: Upgrade Weld to 5.x #5815 5830
  • Dependencies: jakarta.activation cleanup 6138
  • Docs: Restore navbar glyphs 6179
  • Examples: Add application parent pom for Nima applications. Use in nima examples. 6232
  • Examples: Nima Quickstart Archetype 6229
  • Tests: Use Hamcrest assertions instead of JUnit 6160 and others
  • Tests: LRA TCK failing randomly #6106 6107
  • Tests: intermittent issue on OciMetricsSupportTest 6151

3.1.2

14 Feb 19:22
Compare
Choose a tag to compare

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
  • OpenAPI: Fix OpenAPI UI options processing 6110
  • Security: OIDC logout functionality fixed 6118
  • Security: OIDC tenant SPI default priority changed 6127
  • Tracing: Fix parent handling in OpenTelemetry (#6092) 6128
  • WebServer: BodyPart deprecate name() and filename() ; add isNamed 6097
  • Dependencies: Update build-tools to 3.0.4 6139
  • Docs: changes for tracing and tracing guide 6113

3.1.1

07 Feb 00:56
Compare
Choose a tag to compare

This is a bugfix release of Helidon and is recommended for all users of Helidon 3.

Prerequistes

Changes

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

4.0.0-ALPHA4

02 Feb 15:40
Compare
Choose a tag to compare
4.0.0-ALPHA4 Pre-release
Pre-release

This is the fourth Alpha build of Helidon 4.0.0 and is intended as a preview release only. Do not use this release in production. It is suitable only for experimentation. APIs are subject to change. Documentation is incomplete. And some functionality is experimental and not fully tested.

The big news in Helidon 4.0.0 is the introduction of Helidon Nima -- a ground up webserver implementation based on JDK Project Loom virtual threads.

Helidon 4.0.0 is a major release that includes significant new features and fixes. As a major release it also includes some backward incompatible API changes.

Java 19 or newer is required to use Heldon 4.0.0-ALPHA4.

MicroProfile Support

4.0.0-ALPHA4 now supports MicroProfile 5 running on Nima WebServer. Please give it a try! If you are upgrading an existing Helidon 3.x MicroProfile application and run into an error concerning io.common.HelidonConsoleHandler then change logging.properties to use io.helidon.logging.jul.HelidonConsoleHandler instead.

CHANGES

  • Logging: Change JUL to System.Logger in most modules 5936
  • Messaging: WLS JMS Object-Based Security 5852
  • MicroProfile: Deprecate MicroProfile Tracing 5909
  • OCI: Replace OCI Java SDK shaded jar with v3 for OCI integration 5908
  • OCI: helidon metrics to oci integration 5945
  • Pico: Builder updates, fixes and enhancements 5977
  • Security: Default tenant is not included for propagation 5900
  • Security: Oidc tenant name now properly escaped 5873
  • Tests: Dbclient Integration Tests Fixed 4860
  • WebServer: implement a more efficient webserver shutdown strategy 5876
  • WebServer: Shutdown hook alignment NΓ­ma and MP. 5913
  • WebSocket: UriQuery should not support null parameters. 5950
  • WebSocket: client and testing update 5831
  • Dependencies: Upgrade OCI SDK to 3.2.1 5956
  • Docs: Documentation updates to correct wrong instructions for HOCON config parsing 5975
  • Examples: examples missing helidon-config-yaml dependency 5919
  • HTTP/2: Configurable protocols 5883

2.5.6

20 Jan 22:08
Compare
Choose a tag to compare

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

CHANGES

  • Config: Add config enum mapping support 5788
  • Dependencies: Neo4j Driver update 5753
  • Dependencies: Upgrade Netty to 4.1.86.Final 5725
  • Security: Accidentally removed updateRequest method returned 5843
  • Security: Default tenant is not included for propagation 5899
  • Security: Oidc tenant name now properly escaped 5856
  • WebServer: Add support for requested URI discovery 5827
  • Build: remove duplicated dependencies in some projects 5864
  • Docs: Update 01_vault.adoc 5483
  • Test: Use Hamcrest assertions instead of JUnit 5870 and others

4.0.0-ALPHA3

18 Jan 19:26
Compare
Choose a tag to compare
4.0.0-ALPHA3 Pre-release
Pre-release

This is the third Alpha build of Helidon 4.0.0 and is intended as a preview release only. Do not use this release in production. It is suitable only for experimentation. APIs are subject to change. Documentation is incomplete. And some functionality is experimental and not fully tested.

The big news in Helidon 4.0.0 is the introduction of Helidon Nima -- a ground up webserver implementation based on JDK Project Loom vitual threads.

Helidon 4.0.0 is a major release that includes significant new features and fixes. As a major release it also includes some backward incompatible API changes.

Java 19 or greater is required to use Heldon 4.0.0-ALPHA3 and examples must be run with java --enable-preview to enable the use of virtual threads.

MicroProfile Support

4.0.0-ALPHA3 now supports MicroProfile 5 running on Nima WebServer. Please give it a try! If you are upgrading an existing Helidon 3.x MicroProfile application and run into an error concerning io.common.HelidonConsoleHandler then change logging.properties to use io.helidon.logging.jul.HelidonConsoleHandler instead.

CHANGES

For a full list of changes see the CHANGELOG

3.1.0

21 Dec 21:49
Compare
Choose a tag to compare

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:

  • OCI SDK 3.0. Note that if you are using Helidon MP OCI SDK integration then you will not need to specify an HTTP Client Library as the Helidon support will do that for you.
  • GraalVM Native Image 22.3.0.

CHANGES

  • Common: Add info to CharBuf exceptions 5375
  • Common: Fix inconsistent status name 5642
  • Common: WebServer.Builder media support methods with Supplier variants 5632
  • Config: Provide MP config profile support for application.yaml (#5565) 5585
  • DBClient: Handle exception on inTransaction apply 5699
  • Docker: remove -Ddocker.build=true 5484
  • Fault Tolerance: Additional @Retry strategies 5165
  • Grpc: Grpc component Does not handle package directive in proto files. 5283
  • JPA: Improves integrations/jdbc/jdbc to better support future JPA improvements 5654
  • LRA: LRA false warning 5555
  • Messaging: JMS connector update 5327
  • Messaging: Kafka producer nacking fix 5510 5524
  • Messaging: Message body operator matching with parameters 5574
  • Metrics: Fix incorrect tags comparison when trying to match metric IDs 5544
  • MicroProfile: Add null check to MP Server.Builder.config() (#5363) 5372
  • Native Image: Adding feature file for MP native image. 5652
  • OCI: Replace OCI Java SDK shaded jar with v3 for OCI integration 5704
  • OpenAPI: Add OpenAPI U/I integration [3.x] 5568
  • OpenAPI: Fix error in OpenAPI handling of default values' types 5289
  • Reactive: Multi.forEachCS 5527
  • Security: Jwt now support multiple issuers and multi issuer validation 5648
  • Security: Jwt scope handling extended over array support 5521
  • Security: OIDC multi-tenant and lazy loading implementation 5619
  • Security: Use only public APIs to read PKCS#1 keys (#5240) 5258
  • Tracing: Client tracing interceptor no longer clears exception 5601
  • WebClient: Add relativeUris flag in OidcConfig to allow Oidc webclient to use relative path on the request URI 5335
  • WebServer: Broad changes to handle case properly in headers and parameters 5221
  • WebServer: Log an entry in warning level for a 400 or 413 response 5295
  • WebServer: Log simple message for a 400 or a 413 and more under FINE 5355
  • WebServer: NullPointerException when there is an illegal character in the request 5471
  • Webserver: Support for requested URI for web server requests. 5330
  • Dependencies: Bump-up reactive messaging/ops to 3.0 5525
  • Dependencies: Fix Guava version to match that required by the grpc-java libraries 5503
  • Dependencies: Upgrade GraalVM native image to 22.3.0 5308
  • Dependencies: Upgrade Netty to 4.1.86.Final 5703
  • Dependencies: Upgrade PostgreSQL JDBC driver dependency to 42.4.3 5560
  • Dependencies: Upgrade Helidon build-tools to 3.0.3 5726
  • Dependencies: Upgrade grpc-java to 1.49.2 5348
  • Dependencies: Upgrade to jackson-databind-2.13.4.2 via bom 2.13.4.20221013 5302
  • Docs: Declare h1-prefix as early as possible so it is used for the title prefix 5667
  • Docs: Document config.require-encryption 5188
  • Docs: Fix inadvertent changes in attributes.adoc 5334
  • Docs: JAXRS doc updates for 3611 5225
  • Docs: Openapi generator doc 3.x 5263
  • Docs: flatMapCompletionStage javadoc fix 5622
  • Examples: Make JSON-B a default option for Helidon MP projects (backport) 5208
  • Examples: OpenAPI generator examples 5649
  • Examples: Remove license report from maven lifecycle 5244
  • Examples: Use property to skip execution of eclipselink weave 5313
  • Examples: database choices should be before packaging (backport) 5294
  • Tests: Use Hamcrest assertions instead of JUnit (#1749) 5189 and others
  • Tests: Fix Intermittent TestJBatchEndpoint.runJob 5557
  • Tests: Fix intermittent jBatch test 5247
  • Tests: Simplify named socket WebTarget injection in Tests 5269
  • Tests: Use Hamcrest assertions instead of JUnit in tests/functional/jax-rs-multiple-apps (#1749) 5634
  • Tests: Various metrics test improvements to avoid intermittent failures 5621

3.0.2

14 Oct 00:57
Compare
Choose a tag to compare

This is a bugfix release of Helidon and is recommended for all users of Helidon 3.

CHANGES

  • CORS: Fix CORS annotation handling error in certain cases 5104
  • Config: @ConfigProperties without bean defining annotation - 3x 4853
  • DBClient: Issue #4719 - Helidon DBClient does not trigger an Exception when no sane DB connection can be obtained 4771
  • Health: Use lazy values to initialized HealthSupport FT handlers 5146
  • JAX-RS: Make Application subclasses available via our context during Feature executions (3.x) 4786
  • Jersey: Register a low-priority exception mapper to log internal errors 5073
  • Messaging: AQ Connector - JEP 290 4672
  • Metrics: Fix OpenMetrics formatting error (3.x) 4900
  • MicroProfile: Fix identification of parallel startup of CDI 4993
  • MicroProfile: MP path based static content should use index.html (3.x) 4736
  • Native-image: add serial config required for oracle driver (3.x) 4960
  • Reactive: MultiFromBlockingInputStream RC fix 3x 3597
  • RestClient proxy test exclusion removed 4769
  • Security: Access token refresh - 3.x 4821
  • Security: JWT-Auth implementation encrypted token recognition fixed 4811
  • WebClient: DNS resolver should not be possible to set per request 4814
  • WebClient: Dns resolver type method on webclient builder 4838
  • WebClient: Round Robin added as DNS resolver option 4798
  • WebServer: Default header size increased to 16K - Helidon 3.x 5016
  • WebServer: Watermarked response backpressure 3x 4724
  • Dependencies: Update graphql-java to 17.4 4966
  • Dependencies: Upgrade Hibernate to 6.1.4.Final, EclipseLink to 3.0.3 5100
  • Dependencies: Upgrade Postgre driver 4742
  • Dependencies: Upgrade protobuf-java 5133
  • Dependencies: Upgrade reactive-streams to 1.0.4 5045
  • Dependencies: Upgrade snakeyaml to 1.32 4922
  • Dependencies: Upgrades OCI to 2.45.0 on helidon-3.x 4827
  • Docs: Fix for issue 4793 in tracing doc 4795
  • Docs: editorial updates to DB Client guide 4499
  • Docs: 4184 logging for an MP app 4903
  • Docs: Documentation minor fix 4902
  • Docs: Fix broken links for Oracle Universal Connection Pool (#4781) 4862
  • Docs: Fix broken links for ServerThreadPoolSupplier and ScheduledThreadPoolSupplier in mp/fault-tolerance.adoc (#4899) 4909
  • Docs: Fix invalid example in se/config/advanced-configuration.adoc (#4775) 4920
  • Docs: Fix misplaced attribute settings 4954
  • Docs: Fix the structure of the table in the section "Traced spans" (#4792) 4859
  • Docs: Replace deprecated ServerConfiguration.builder() on WebServer.builder() in docs - backport 3.x (#5025) 5117
  • Docs: Update a few icons in the docs 4937
  • Docs: Updated supported version of MicroProfile to 5.0 4917
  • Docs: update old K8s deployment yaml 4760
  • Docs: updates for PR 4520 language review 4731
  • Examples: 4857 arch fix minor issues (backport) 4874
  • Examples: Formatting of generated Helidon SE quickstart (backport) 4969
  • Examples: Quickstart MP with Jackson fix JSON message 4905
  • Examples: Remove module-info files from examples (3.x) 4894
  • Examples: Tracing config updates in archetype 5137
  • Examples: WebClient dependency in generated Helidon SE Quickstart should be in test scope (backport) 5020
  • Examples: change beans.xml 4845
  • Examples: k8s and v8o support in archetype (3.x) 4887
  • Examples: Do not generate CDS archive when using Dockerfile.jlink 5158
  • Test: 4980 EchoServiceTest timeout 5005
  • Test: 5068 mock connector beans xml 3x 5069
  • Test: Add robustness to some of the timing-susceptible metrics tests; add util matcher with retry 5047
  • Test: Add some retries because post-request metrics updates occur after the response is sent 5136
  • Test: Do not use retry to fix the test; stats are approximate; just check for existence, not values 5112
  • Test: Fix FT intermittent failure - archetype build (backport) 4934
  • Test: Fix for failing GraphQL tests on Windows 4732
  • Test: HelidonTest doesn't start container properly with TestInstance.Lifecycle.PER_CLASS #4663 4865
  • Test: Intermittent test fix, using random port for tests. 4800
  • Test: Issue 4740 - JPA integration tests should run on every build 5027
  • Test: Special Windows build Config TCK profile no longer needed 4816
  • Test: Use Hamcrest assertions instead of JUnit in tests 5057 (and others)

2.5.5

16 Dec 21:58
Compare
Choose a tag to compare

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

CHANGES

  • Common: Add info to Charbuf exceptions 5368
  • Config: Provide MP config profile support for application.yaml 5565
  • DBClient: Handle exception on inTransaction apply 5644
  • Docker: remove -Ddocker.build=true 5486
  • Fault Tolerance: Additional @Retry strategies 5230
  • GRPC: Grpc component Does not handle package directive in proto files. 5150
  • Health: Use lazy values to initialized HealthSupport FT handlers 5106
  • LRA: LRA false warning 5554
  • Messaging: Message body operator matching with parameters 5523
  • MicroProfile: Add null check to MP Server.Builder.config() 5363
  • OpenAPI: Add support for OpenAPI UI [2.x] 5584
  • Security: Add relativeUris flag in OidcConfig to allow Oidc webclient to use relative path on the request URI 5267
  • Security: Jwt scope handling extended over array support 5520
  • Security: Multitenant lazy loading implementation improved 5678
  • Security: OIDC multi-tenant and lazy loading implementation 5168
  • Security: Use only public APIs to read PKCS#1 keys (#5240) 5259
  • Vault: Remove experimental flag from Vault docs (#5431) 5539
  • WebServer: Log an entry in warning level for a 400 or 413 response 5298
  • WebServer: NullPointerException when there is an illegal character in the request 5470
  • WebServer: WebServer.Builder media support methods with Supplier variants 5640
  • Copyrights: Remove trailing empty line in copyright comment 5324 and others
  • Dependencies: Fix Guava version to match that required by the grpc-java libraries 5446
  • Dependencies: Manage protobuf version using BOM 5177
  • Dependencies: Upgrade PostgreSQL JDBC driver dependency to 42.4.3 5563
  • Dependencies: Upgrade grpc-java to 1.49.2 5360
  • Dependencies: Upgrade protobuf-java. 5132
  • Dependencies: Upgrade to jackson-databind-2.13.4.2 via bom 2.13.4.20221013 5303
  • Dependencies: Upgrade build-tools to 2.3.7 5705
  • Docs: Add doc describing use of OpenAPI code generator to 2.x 5590
  • Docs: Archetype Doc 5576
  • Docs: Replace deprecated ServerConfiguration.builder() on WebServer.builder() in docs - backport 2.x (#5024) 5119
  • Docs: flatMapCompletionStage javadoc fix 5623
  • Examples: Add OCI MP Archetype 5366
  • Examples: Include istio and lra examples in reactor. Fix version numbers 5277
  • Examples: Remove license-report from maven lifecycle 5245
  • Tests: Add some retries because post-request metrics updates occur after the response is sent 5142
  • Tests: Fix Intermittent TestJBatchEndpoint.runJob 5558
  • Tests: Fix intermittent jBatch test 5248
  • Tests: Move checkLazyFaultToleranceInitialization() test to its own class 5138
  • Tests: Remove value check of executor metrics; just check for existence 5120
  • Tests: Simplify named socket WebTarget injection in Tests 5315
  • Tests: Use Hamcrest assertions instead of JUnit 5275 and others

4.0.0-ALPHA2

15 Oct 00:07
Compare
Choose a tag to compare

This is the second Alpha build of Helidon 4.0.0 and is intended as a preview release only. Do not use this release in production. It is suitable only for experimentation. APIs are subject to change. Documentation is incomplete. And some functionality is experimental and not fully tested.

The big news in Helidon 4.0.0 is the introduction of Helidon Nima -- a ground up webserver implementation based on JDK Project Loom.

Helidon 4.0.0 is a major release that includes significant new features and fixes. As a major release it also includes some backward incompatible API changes.

Java 19 is required to use Heldon 4.0.0.

CHANGES

  • Common: Refactor HTTP header class names to a more natural approach. 4858
  • Config: Refactor helidon config 4.0 4776
  • Config: Use common Config in common configurable. 5015
  • Config: fix for issue in handling ConfigProperties using List 4959
  • DBClient: Helidon DBClient does not trigger an Exception when no sane DB connection can be obtained 4773
  • Dependencies: Upgrade EclipseLink to 3.0.3 and Hibernate to 6.1.4.Final 5101
  • Dependencies: Upgrade reactive streams to 1.0.4 5046
  • Dependencies: Upgrade snakeyaml to 1.32 4923
  • Dependencies: Update graphql-java to 17.4 4983
  • FT: retry checkMetricsForExecutorService 5103
  • JAX-RS: Register a low-priority exception mapper to log internal errors 5082
  • Logging: Logging refactoring 4825
  • MicroProfile: Fix identification of parallel startup of CDI 4964
  • Native Image: remove redundant reflect-config.json 4844
  • Nima: Context support for NΓ­ma WebServer 4867
  • Nima: Perf improvements 4818
  • Nima: Port and cleanup of old reactive tests for Nima bulkheads 4823
  • Nima: Shutdown executors while stopping the server 4819
  • Reactive: MultiFromBlockingInputStream RC fix 4x 5055
  • Security: Access token refresh - 4.x backport 4822
  • WebServer: Default header size increased to 16K for Http1ConnectionProvider in NIMA 5017
  • WebServer: Use Header.create() for both header names and header values. 4864
  • WebServer: Watermarked response backpressure 4x 5063
  • Doc: Fix invalid example in se/config/advanced-configuration.adoc - backport 4.x (#4775) 4944
  • Doc: Fix misplaced attribute settings 4955
  • Doc: Formatting of generated Helidon SE quickstart 4967
  • Doc: Preamble fix 5051
  • Doc: Ported Access Log documentation to 4.x 5054
  • Examples: 4834 4835 fix archetype test issues 4841
  • Examples: Remove module-info files from examples 4895
  • Examples: WebClient dependency in generated Helidon SE Quickstart should be in test scope 5019
  • Examples: add serial config required for oracle driver 4961
  • Examples: fix db issues in Helidon archetype 4805
  • Examples: k8s and v8o support in archetype 4891
  • Test: 5068 mock connector beans xml 4x 5070
  • Test: Ported TestInstance.Lifecycle.PER_CLASS fix to 4.x 5052
  • Test: Updated intermittently failing CircuitBreakerTest 5033
  • Test: Add robustness to some of the timing-susceptible metrics tests; add util matcher with retry 5032
  • Test: EchoServiceTest timeout 5007
  • Test: Ported combined FT test to Nima and enhancements to Async 4840
  • Test: Removed deprecated tests, disabled pipelining test. 5010
  • Test: Special Windows build Config TCK profile no longer needed - 4.x 4870
  • Test: Vault tests 5026
  • Test: integration tests should run on every build 5080