helidon

Java libraries for writing microservices

APACHE-2.0 License

Stars
3.5K
Committers
82

Bot releases are visible (Hide)

helidon - 2.5.6

Published by barchetta over 1 year ago

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
helidon - 4.0.0-ALPHA3

Published by barchetta almost 2 years ago

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

helidon - 3.1.0

Published by barchetta almost 2 years ago

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
helidon - 2.5.5

Published by barchetta almost 2 years ago

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
helidon - 4.0.0-ALPHA2

Published by barchetta about 2 years ago

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
helidon - 3.0.2

Published by barchetta about 2 years ago

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)
helidon - 2.5.4

Published by barchetta about 2 years ago

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

CHANGES

  • CORS: Fix CORS annotation handling error in certain cases 5102
  • DBClient: Helidon DBClient does not trigger an Exception when no sane DB connection can be obtained 4772
  • Examples: Remove module-info files from examples 4893
  • JAX-RS: Register a low-priority exception mapper to log internal errors 5059
  • Metrics: OpenMetrics formatting issue; add tests 4901
  • MicroProfile: Fix identification of parallel startup of CDI 4994
  • WebClient: WebClient uses DataPropagationProvider to module-info 4916
  • WebServer: Default header size increased to 16K Helidon Server and docs 5018
  • WebServer: Watermarked response backpressure 5062
  • Dependencies: Update graphql-java to 17.4 4992
  • Dependencies: Upgrade build-tools to 2.3.6 5099
  • Dependencies: Upgrade eclipselink to 2.7.11 4974
  • Dependencies: Upgrade hibernate to 5.6.11.Final 4965
  • Dependencies: Upgrade reactive-sreams to 1.0.4 5044
  • Dependencies: Upgrade snakeyaml to 1.32 4921
  • Dependencies: upgrade hibernate validator to 6.2.5 5037
  • Docs: Fix invalid example in se/config/advanced-configuration.adoc (#4775) 4943
  • Docs: Sec provider 4810 5034
  • Test: EchoServiceTest timeout 5006
  • Test: Fixed race condition in the OCI Metrics integration test between retrieval of metrics from registry and asserting that from expected results 4897
  • Test: MultiFromBlockingInputStream RC fix 5061
  • Test: Rest Client timeout test exclusion 5077
  • Test: ThreadPoolTest 4988
  • Test: Use Hamcrest assertions instead of JUnit (#1749) 5087 and others
helidon - 4.0.0-ALPHA1

Published by barchetta about 2 years ago

We are pleased to announce Helidon 4.0.0-ALPHA1. The big news in this release is the introduction of Helidon Nima -- the foundation of the next generation of Helidon. Nima's server implementation is written from the ground up to take advantage of virtual threads from JDK Project Loom.

This is an Alpha build of Helidon 4.0.0. It is experimental and intended as a technology preview only. Do not use this release in production. APIs are subject to change and functionality is incomplete. Over the upcoming months we will have additional 4.0.0 Alpha builds as we continue to migrate code to Nima.

JDK 19 Early Access is required to use Helidon 4.0.0-ALPHA1.

For more information including how to try Helidon Nima see Helidon Níma — Helidon on Virtual Threads

helidon - 2.5.3

Published by barchetta about 2 years ago

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

Compatibility

2.5.3 is API compatible with 2.4.0.

CHANGES

  • Config: Injection of Map from configuration now honors prefix (backport) 4659
  • Config: Obtaining parent dir for watcher service fixed 4666
  • Config: Unescape the keys when config is returned as a map 4678
  • Dependencies: Upgrade snakeyaml to 1.31 4849
  • Dependencies: Upgrades OCI to 2.41.0 4812
  • Docs: Fix K8s deployment yaml 4761
  • Grpc: Upgrade protobuf to support osx-aarch_64 architecture 4630
  • JAX-RS: Make Application subclasses available via our context during Feature executions 4745
  • LRA: 4749 LRA fixes backport 4824
  • MicroProfile: MP path based static content should use index.html 4735
  • Native image: Issue #4741 - Upgrade Postgre driver to 42.4.1 4780
  • Security: Access token refresh 4758
  • Security: Configuration parameter 'cookie-encryption-password' takes only a single character rather than a string (#4512) 4657
  • Tests: Intermittent test fix, using random port for tests 4801
  • WebClient: DNS resolver should not be possible to set per request 4815
  • WebClient: Dns resolver type method on webclient builder 4839
  • WebClient: Round Robin added as DNS resolver option 4806
  • WebServer: WebServerTls parts should not be initialized when disabled 4651
helidon - 3.0.1

Published by barchetta about 2 years ago

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

CHANGES

  • Common: Change log level to fine for exception caught while intercepting 4640
  • Config: Map injection behavior restored 4653
  • Config: Obtaining parent dir for watcher service fixed 4665
  • Config: Unescape the keys when config is returned as a map 4715
  • Deps: Upgrade protobuf to support osx-aarch_64 architecture 4662
  • FT: Changes to FT implementation to support interception of proxy methods 4650
  • Messaging: JMS Shim wraps null message fix 4671
  • Metrics: Config metadata should be optional and provided 4728
  • OCI: Undo manual shaded jar tasks 4619
  • Security: Configuration parameter 'cookie-encryption-password' takes only a single character rather than a string 4675
  • Test: Coordinator test fix 4610
  • Test: Fix location of JDK to use a link and not installation 4661
  • Test: Fixed orphaned modules. 4658
  • WebServer: WebServerTls parts should not be initialized when disabled 4652
  • WebSocket: Updated WebSocketHandler to correctly propagate query params from weberver to Tyrus 4647
  • Build: Fix all copyright warnings. 4660
  • Build: Fix release.sh to update version in attributes.adoc 4689
  • Docs: various documentation updates 4727 4627 4707 4713 4714 4623 4726 4689 4687 4692 4676 4637 4723 4730
  • Examples: Add examples for SE and MP to update counters of HTTP response status ranges (1xx, 2xx, etc.) 4617
  • Examples: Fix JDK base image in Dockerfiles 4634
  • Examples: Remove redundant pkg folder in a project generated by helidon CLI 4642
helidon - 2.5.2

Published by barchetta about 2 years ago

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

Compatibility

2.5.2 is API compatible with 2.4.0.

CHANGES

  • CORS: Correct return of path from MP CORS request adapter; add test (2.x) 4434
  • CORS: Preserve order of mapped cross-origin config path entries from config; add test (2.x) 4432
  • Common: Completed @Deprecated annotation and fixed Javadoc 4389
  • Common: Completed @Deprecated annotations in common configurable 4395
  • Common: Update @Deprecated anno in 2.x service-common/rest 4392
  • Config: Add helidon-config-yaml-mp as a dependency in helidon-microprofile-config. (#4379) 4394
  • Docs: Add documentation for hocon/json support and meta-config extensibility on MP 4391
  • Docs: Fix MP references in SE metrics guide 4648
  • Examples: Add examples for SE and MP to update counters of HTTP response status ranges (1xx, 2xx, etc.) for 2.x 4616
  • Examples: Fix gRPC examples that are failing. (#4585) 4635
  • Examples: OCI Integration Examples Update 2.x 4502
  • Examples: Uses lowercase for database column names in se … 4274
  • FT: Added config support for bulkheads, breakers, timeouts and retries 4337
  • FT: Changes to FT implementation to support interception of proxy methods 4641
  • JAX-RS: Change log level to fine for exception caught while intercepting 4632
  • LRA: Coordinator test fix #4544 backport 4611
  • LRA: Deprecations cleanup 2.x 4450
  • Metrics: Fix deprecation annotations in metrics; update doc; revise examples (2.x) 4396
  • Metrics: Remove unneeded dependency 4378
  • Native Image: Add module info to native image extensions. 4588
  • Native Image: Removed final from proxied types 4586
  • Security: Added X509 certificate context key when client certificate is present and pem trust store configuration 4226
  • Security: JEP-290 2.x 4587
  • Test: Removed usage of deprecated method. 4401
  • Tracing: Cleanup of E2E test for tracing. 4589
  • Tracing: Update for Jaeger tracing. 4631
  • WebClient: Context propagation across HTTP. 4612
  • WebClient: Set executor of CompletableFuture for response with no content. (#4540) 4596
  • WebServer: Updated TyrusSupport to correctly propagate query params from webserver 4624
  • WebServer: Wrong Http/2 version 2x 4629
helidon - 3.0.0

Published by barchetta about 2 years ago

We are pleased to announce Helidon 3.0.0 a major release that includes significant new features and fixes. As a major release it also includes some backward incompatible API changes.

Notable Changes

  • MicroProfile 5.0
  • Jakarta EE 9.1 with javax to jakarta Java package namespace change
  • Java 17 minimum JDK. Java 11 no longer supported.
  • JEP-290 security hardening
  • Updated Helidon SE routing API
  • Numerous other enhancements and fixes

Upgrading from Helidon 2

For information concerning upgrading your Helidon 2 application to Helidon 3 please see:

CHANGES

For the list of changes please see the the 3.0.0 CHANGELOG

helidon - 2.5.1

Published by barchetta over 2 years ago

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

Due to an intermitent issue with MicroProfile Fault Tolerance when used in a native image, we recommend using GraalVM 21.3.2 to partially mitigates the issue.

Compatibility

2.5.1 is API compatible with 2.4.0.

In this release we are no longer managing the version of Mockito for Helidon applications. If you were depending on that you will need to manage the version yourself.

CHANGES

  • CDI: Abstract decorator class now gets correct proxy name in Weld 4135
  • Common: Enable thread pool growth at threshold instead of above it 4245
  • Common: Improve threadNamePrefix defaulting to be more informative 4165
  • Common: Properly count completed and failed thread pool tasks 4244
  • Config: Fix retention of @Configured 4113
  • Config: Remove dependency on helidon-common-reactive from config 4225
  • Config: Support Hocon/Json Configuration Source for MP 4218
  • Config: Support for Hocon inclusion of files without an extension 4162
  • Config: Turn off reference substitution in Hocon parser level for lazy resolution of references 4167
  • FaultTolerance: Fix some test regressions and some code simplifications 4239
  • FaultTolerance: Fixed a few problems with Fallback and Multi's in SE 4157
  • FaultTolerance: Make require transitive for helidon common reactive module 4233
  • FaultTolerance: New AnnotationFinder to handle transitive annotations in FT 4216
  • JPA: Adds XA support to Helidon's UCP integration 4292
  • Metrics: Add cache control to metrics and health endpoints 4257
  • Metrics: Correct Prometheus output for timer and JSON output for SimpleTimer 4242
  • MicroProfile: Support of Bean Validation in Helidon MP #721 3885
  • Native-image: Native image configuration reflection update for Jaeger 4118
  • Security: Do not fail when expected audience is null 4174
  • Security: Fix JwtProvider wrong error message 4137
  • Security: Injection of empty SecurityContext 4173
  • Security: OIDC update to support HTTPS identity provider 4270
  • Security: RoleContainer support added 4275
  • WebClient: Case insensitive client request headers fix 4111
  • WebClient: MDC propagation 4112
  • gRPC: Fixing io.grpc module-info and MP gRPC client and server module-info files 4189
  • Build: Add test-nightly.sh 4277
  • Dependencies: Move mockito dependency management to root pom 4283
  • Dependencies: Upgrade Netty to 4.1.77.Final 4250
  • Dependencies: Upgrade google-api-client 4324
  • Dependencies: Upgrade jackson to 2.13.2.2 4179
  • Dependencies: Upgrades Eclipselink to 2.7.10 4131
  • Dependencies: Uppgrade grpc-java to 1.45.1 4146
  • Dependencies: Yasson version updated 4261
  • Docs: Add IDCS related info to MP Security example 4328
  • Docs: Fix guide broken links and typos 4119 for 4134
  • Docs: Fix guide. Change JPA Scope. 4169
  • Docs: Update OCI integration documentation to reflect use of new OCI SDK extension 4329
  • Examples: Gradle: Add helidon test dependency. Add task dependency for jandex 4230
  • Examples: Fix deps in jpa examples plus some cleanup 4130
  • Examples: Use OBJECT schema type with requiredProperties in Quickstart MP 4149
  • Examples: remove buffered multipart example 4104
  • Tests: Fixed problem in DelayRetryPolicyTest that would cause all delays to be zero 4217
  • Tests: Fixed dbclient integration tests build issue. 4099
  • Tests: Use 127.0.0.1 for client connections in test (instead of 0.0.0.0) 4280
  • Tests: possible fix for HttpPipelineTest hang 4139
helidon - 2.5.0

Published by barchetta over 2 years ago

This is a minor release of Helidon. It contains bug fixes and enhancements. It is recommended for all users of Helidon 2.

Compatibility

2.5.0 is API compatible with 2.4.0

Deprecations

  • The custom Helidon OCI clients have been deprecated (See PR). Use the OCI Java SDK instead. If you use Helidon MP you can inject OCI SDK clients by adding the dependency io.helidon.integrations.oci.sdk:helidon-integrations-oci-sdk-cdi.

  • The MultiPart buffered readers have been deprecated (See PR). Use the MultiPart stream readers instead.

CHANGES

  • CORS: Add check for misplaced @CrossOrigin annotation; improve request-time performance 3931
  • CORS: Compare origin URLs based on protocol, host and port in CORS 3925
  • Config: Fixed problem supporting config profiles with JSON and HOCON 3945
  • Configu: hocon include 3990
  • Dependencies: MySQL JDBC driver updated to 8.0.28 and PostgreSQL JDBC driver updated to 42.3.3. 4095
  • Dependencies: Upgrade Jackson Databind to 2.13.2.1 (BOM 2.13.2.20220324) 4027
  • Dependencies: Upgrade logback to 1.2.10 3888
  • Dependencies: Upgrade snakeyaml and typesafe-config 3940
  • Docs: Add discussion of Helidon-specific config settings to MP OpenAPI doc (2.x) 3954
  • Docs: Adding jbatch guide to 2.x 3950
  • Docs: Describe more Scheduled properties 4087
  • Docs: Fix missing documentation item for HttpSignProvider in 2.x 3942
  • Docs: fixed manifest and documentation for Helidon Config Encryption for Helidon 2.x 4030
  • Examples: Avoid putting SmallRye pom into quickstarts 4009
  • Examples: JBatch example for Helidon 2.x 3923
  • Examples: Quickstart cleanup, using @HelidonTest in MP. 4011
  • Examples: Removed incorrect call to indexOf 3910
  • Health: Add HEAD support to health endpoints (2.x) 3935
  • JAX-RS: Explicit 404 in Jersey no longer calls next() 3975
  • JAX-RS: Search for @Path annotations in base classes 3900
  • JAX-RS: Search for @Path annotations in base interfaces 3981
  • Logging: Allow a list of path patterns to be specified for exclusion from access log 3951
  • Logging: Do not log full stack traces in SEVERE when a connection reset is received 3914
  • Messaging: Configurable JMS producer properties 4026
  • Messaging: Fix badly subscribed connector to processor signature 3911
  • Messaging: signature detection fix #3883 2x 3965
  • OCI: Add Helidon Metrics integration with OCI 4003
  • OCI: OCI vault examples switched to OCI SDK from custom OCI integration. 4084
  • OCI: Universal OCI CDI extension 3961
  • Security: Correctly resolve OIDC metadata. 3985
  • Security: Fixed builder created from configuration in OutboundTargetDefinition 3913
  • Security: New security response mapper mechanism for MP 4090
  • Tracing: Disable paths such as /metrics and /health from tracing. 3970
  • Tracing: fix set collectorUri() with URL with no port number adds port 3987
  • WebClient: hang fix backport 2.x 4004
  • WebServer: Fix body part header encoding 3972
  • WebServer: MimeParser parses closing boundary as normal boundary 3971
  • WebServer: Update MediaType parser to handle parameter without value (#3999) 4000
  • WebServer: Upgrade WebSocket from Java HttpClient 3991
  • Deprecations: Deprecated custom OCI integration 4015
  • Deprecations: Deprecate SE MultiPart buffered mode 4096
helidon - 2.4.2

Published by barchetta over 2 years ago

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

Compatibility

2.4.2 is API compatible with 2.3.0.

CHANGES

  • WebServer: Fix wrong connection close 3830
  • WebServer: New default for io.netty.allocator.maxOrder 38093831
  • WebServer: Swallowed error fix 3792
  • WebServer: Add CORS support to OidcSupport 3844
  • WebClient: Do not create close listener handlers for every new request 3853
  • WebClient: Propagate any existing server context into a Webclient reactive code 3756
  • WebClient: WebClient event group initialization changed - 2.x 3833
  • LRA: LRA Custom headers propagation 3768
  • JAX-RS: Special treatment for ParamConverterProviders with multiple apps 3846
  • DBClient: Fix dbclient threading issues when DML operations are executed multiple times in a tight loop 3860
  • Ensure all thread pools created by Helidon are named 3789
  • Fault Tolerance: Only deactivate request context if it was inactive before migrating it 3813
  • Native-image: Native image fix grpc for 2.x branch 3805
  • OCI: Use resource /instance/canonicalRegionName to get region 3868
  • Build: Integrate build tools 2.3.3 3869
  • Dependencies: Upgrade Neo4j to 4.4.3. for Helidon 2.x 3862
  • Dependencies: Upgrade grpc-java to 1.41.2 3822
  • Dependencies: Upgrades Netty to 4.1.73.Final (helidon-2.x backport) 3798
  • Dependencies: Upgrades log4j to 2.17.1 on helidon-2.x branch 3778
  • Docs: New section about injection managers in docs 3851
  • Examples: Change bare-mp archetype to use microprofile-core bundle 3787
  • Examples: Clean unused dependencies in archetypes. 3828
helidon - 1.4.11

Published by barchetta over 2 years ago

This is a bug fix release of Helidon 1. It is reccomended for all users of Helidon 1.x.

Fixes

  • Fixes to support GraalVM 21.3.0 native image 3807
  • SafeConstructor with YAML parsing 3845
  • Upgrade Netty to 4.1.73.Final 3799
  • Upgrade Jersey to 2.35 3812
  • Upgrade graalvm to 21.3.0 3808
  • Upgrade grpc-java to 1.41.2 3824
  • Upgrade OCI SDK to 2.3.0 3814
helidon - 2.4.1

Published by barchetta almost 3 years ago

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

Compatibility

2.4.1 is API compatible with 2.3.0.

log4j

Helidon itself does not use log4j, and by default will not include log4j on
your application's classpath. But Helidon does manage the version of log4j and
uses it in some examples and the helidon-logging-log4j integration feature. This
release of Helidon upgrades this managed version to 2.17.0.

CHANGES

  • WebServer: Netty mixed writing aligned with master 3718
  • WebServer: Defer writes with backpressure #3684 3741
  • WebServer: Allow compression to be enabled together with HTTP/2 (helidon-2.x) 3705
  • WebServer: 3640 Netty mixed writing 2x 3671
  • WebClient: New flag to force the use of relative URIs (paths) on all requests 3614
  • WebClient: Netty order of writes 2x backport #3674 3710
  • Tests: Added explicit "localhost" to tests. 3575
  • Reactive: Multi defaultIfEmpty 3592
  • Perf: JWK keys lazy load 3742
  • OpenAPI: Redesign the per-application OpenAPI processing 3615
  • OpenAPI: Correct the handling of additionalProperties in OpenAPI (2.x) 3636
  • OpenAPI: Catch all exceptions, not just IOException, when unable to read Jandex 3626
  • OIDC: Fix proxy configuration. 3749
  • OCI: Fix serviceName usage for OCI ATP integration 3711
  • Metrics: Suppress warning when metrics PeriodicExecutor is stopped multiple times 3617
  • Metrics: Prepare RegistryFactory lazily to use the most-recently-assigned MetricsSettings 3659
  • Metrics: Move scheduling of metrics periodic updater so it is run in MP as well as in SE (2.x) 3732
  • Metrics: Implement metrics for thread pool suppliers 3630
  • Metrics: Fix some remaining problems with disabling metrics, mostly deferring access to RegistryFactory 3663
  • Logging: HelidonFormatter constructor made public 3609
  • JWT: SignedJwt's parseToken() expects characters from base64 instead of ba64URL encoding 3740
  • JAX-RS: Handle creation of InjectionManager when parent is a HelidonInjectionManager (helidon-2.x) 3754
  • Health: Mark @Deprecated method so we can remove it in a future major release 3696
  • Fault Tolerance: Improved support for cancellation of FT handlers (helidon-2.x) 3682
  • Examples: Helidon Istio Example 3676
  • Examples: Add support for gradle application plugin to quickstarts 3617
  • Docs: Update javadocs and links for Jakarta EE and MicroProfile 3721
  • Docs: LRA doc fix artifact and group ids 2x 3689
  • Docs: Doc and JavaDoc fixes for #3747 and #3687. 3757
  • Dependencies: Upgrades log4j to 2.17.0
  • Dependencies: Upgrades Netty to 4.1.72.Final 3739
  • Dependencies: Bump cronutils 2x 3678
  • Config: Support for mutable file based MP config sources. 3666
  • Build: Manage version of netty-transport-native-unix-common 3746
helidon - 2.4.0

Published by barchetta almost 3 years ago

This is a minor release of Helidon. It contains bug fixes and enhancements. Some key new features:

  • MicroProfile Long Running Actions (LRA) (experimental)
  • Configuration profiles
  • MicroStream Integration: thanks to the MicroStream team for this contribution!
  • OCI ATP integration and OCI service health checks
  • Oracle UCP 21.3 native image support
  • JEP 290 serialization filtering checks
  • Open IdConnect improvements
  • Java 17 support
  • Numerous dependency upgrades

Compatibility

2.4.0 is API compatible with 2.3.0. There has been a change that might impact a small number of our users:

  • YamlMpConfigSource has been moved to module io.helidon.config:helidon-config-yaml-mp. This is due to wrong JPMS definition where we could not provide a service of an optional dependency. To fix the dependency graph (so we do not depend on MP config from SE config), we had to create a new module.
    If you use this class directly, please update your dependencies (this may not be required, as it is on classpath of all MP applications), and change the package to io.helidon.config.yaml.mp.

Thanks!

Thanks to the following community members for contributing fixes or enhancements to this release:

  • @MicroStream
  • @Captain1653
  • @duplexsystem
  • @zimmi

CHANGES

See the 2.4.0 CHANGELOG for a detailed list of changes.

helidon - 2.3.4

Published by barchetta about 3 years ago

This is a bug fix release of Helidon. We recommend all Helidon 2.x users upgrade to this release.

Compatibility

2.3.4 is API compatible with 2.3.0.

CHANGES

  • WebServer: Fix issue when Netty server hangs when under load. 3435
  • WebServer: Fix race condition when analysing whether entity is fully read 3434
  • WebClient: Relativize request URI if host is in no-host list, in addition to the no-proxy case. 3442
  • Tracing: Using Jersey context rather then Helidon context. 3436
  • Metrics: PeriodicExecutor can incorrectly log warning message; and warning text can be wrong 3433
  • Metrics: native-image build fails due to metrics performance optimization 3433
  • Grpc: Enable DataFetchingEnvironment as part of @GraphQLApi @Query methods 3428
  • Build-tools: upgrade to build-tools 2.3.0: fixes issues with jlink, devloop, and maven 3.8 and issues on Windows 3465
helidon - 2.3.3

Published by barchetta about 3 years ago

This is a bug fix release of Helidon. It contains bug and performance fixes. We recommend all Helidon 2.x users upgrade to this release.

Compatibility

2.3.3 is API compatible with 2.3.0.

CHANGES

  • WebServer and WebClient race conditions fixed 3351
  • WebServer: Fix missing CORS headers if response has 404 status (#3206) 3280
  • WebClient: HTTP to HTTPS request hang fix 3351
  • Tracing: Modified Jaeger logic to not close scopes before switching threads 3274
  • Security: Fix NPE in outbound of JWT provider. (#3295) 3297
  • Reactive: 3129 3216 BEP refactor backport 3327
  • MicroProfile: Use MP config instead of Config.create() in MP components. 3291
  • Metrics: Performance: Improve some interceptor code paths in metrics (#3251) 3328
  • Metrics: Metrics and routings fixes (#3260) 3324
  • Metrics: Add the KPI metrics handler (with no qualifying path) exactly once each routing (#3255) 3282
  • Metrics: Suppress empty labels in exemplars which result in {}; yield a truly empty string instead 3281
  • Fault Tolerance: Explicitly destroy bean instance obtained from CDI object 3274
  • Docs: Helidon config documentation updates (#3187) 3284
  • Dependencies: Upgrade org.glassfish:jakarta.el to 3.0.4 3331
  • Dependencies: Upgrade helidon-build-tools to 2.2.3. to fix issues with Maven 3.8 and JDK 11.0.11+ 3362 3370