Skip to content
Success

Changes

Summary

  1. Releasing using OpenJDK (latest) instead of 8uX. (details)
  2. Jenkinsfile explicitly refers to external config files (details)
  3. Fix for [MJAVADOC-575] (details)
  4. Clarify that ParamConverters must be preferred and work with all types (details)
Commit 974e9c28c7f4f6a1def2765bab17b1cfe8a87609 by Markus Karg
Releasing using OpenJDK (latest) instead of 8uX.
The infra structure used to publish releases (EF Jenkins) from time to
time changes its set of supported JDK. This includes removal of some
platforms, like Open JDK 8. So there is an ongoing need to update the
Jenkinsfile, which is a burden without actual benefit.
Instead of this ongoing changes, we will use the latest Open JDK release
always, which is done by using the "latest" label of the JDK
declaration.
The file was modified Jenkinsfile (diff)
Commit 4514730471fb014b2e38082d66186f4425874438 by Markus Karg
Jenkinsfile explicitly refers to external config files
The EF's new Jenkins infrastructure needs a change in the Jenkinsfiles:
The external Maven configuration files have to be explicitly declared
now.
The file was modified Jenkinsfile (diff)
Commit d9a39cc59784cd86e04096cf012c548827eccee7 by Markus Karg
Fix for [MJAVADOC-575]
The file was modified jaxrs-api/pom.xml (diff)
Commit 22a3f08425acea8245933bc7338632460109434f by Christian Kaltepoth
Clarify that ParamConverters must be preferred and work with all types
The file was modified jaxrs-api/src/main/java/javax/ws/rs/ext/ParamConverter.java (diff)