Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 919 Bytes

File metadata and controls

35 lines (22 loc) · 919 Bytes

Helidon 3.0

Jakarta packages

MicroProfile 5.0

Specs missing an RC release:

Implementations:

  • Jersey not yet in central, I have snapshot based on RC (wrong version of jax-rs)
    • based on 3.1.0 of JAX-RS which is not in central

Other

grpc generates sources with @javax.annotation.Generated

  • work around using javax.annotation dependency
  • requested support from Aleks Seovic and stack overflow

Java 17

Spotbugs

  • We need at least release 4.4.2, as java.lang.Class is considered mutable and fails our build.

SE

Routing

Resources