helidon

Java libraries for writing microservices

APACHE-2.0 License

Stars
3.5K
Committers
82

Bot releases are visible (Hide)

helidon - 0.10.4

Published by barchetta about 6 years ago

Fixes

  • Update site to display and navigate to the guides 120
  • Fixes minor error in OCI object storage integration 119
helidon - 0.10.3

Published by barchetta about 6 years ago

Improvements

  • Helidon CDI Extensions 109
  • Guide for building restful web services117
  • Experimental support for HTTP/2 105

Fixes

  • WebServer: Prometheus fails to scrape Helidon metrics 111
helidon - 0.10.2

Published by barchetta about 6 years ago

Improvements

  • MicroProfile Fault Tolerance 1.0 support 97
  • WebServer: Support version 1 and 2 of Zipkin API and configuration based building 87

Fixes

  • WebServer: Eager cleanup of queues to reduce memory usage during heavy loads 90
  • WebServer: Fix for jigsaw service loading problem 99
helidon - 0.10.1

Published by barchetta about 6 years ago

Improvements

  • Security: Jersey integration to use pre-matching filter for securing requests

Fixes

  • WebServer: RouteListRoutingRules post method has copy/paste errors
  • WebServer: Display friendly message if port is in use
  • WebServer: Set the option with SO_TIMEOUT with correct value from config
  • Build: Helidon 0.10.0 build failed in local system.
  • Documentation: various updates
helidon - 0.10.0

Published by barchetta about 6 years ago

Notes

In this release we have refactored some HTTP classes and moved
them from io.helidon.webserver to a new package io.helidon.common.http.
This is an incompatible change and you will need to update your import
statements. See javadocs for details.

Improvements

  • Security: improve support for IDCS subject mapping

Fixes

  • Webserver: refactor common HTTP classes to common module
  • Documentation: correct various links in documentation
  • Security: updates to support chain of JWT and basic auth with OIDC roles
  • Archetypes: fix formatting issue in generated pom.xml