Skip to content

0.13.1

Compare
Choose a tag to compare
@gsmet gsmet released this 09 Apr 19:47
· 42303 commits to main since this release

Major changes

  • #1946 - Fix bootstrap dependency issue: always add Maven Central repo unless it's already configured
  • #1931 - Default to maven central unless settings.xml is configured with different repos
  • #1927 - Quarkus 0.13.0 removes important classes from my application by considering them unused
  • #1899 - Add log darkening factor
  • #1873 - Register user configuration sources

Complete changelog

  • #1959 - Make OpenAPI servlet serve UTF-8 encoded content
  • #1956 - Added chained build to OCP guide.
  • #1955 - Add instructions how to do a chained build in OpenShift
  • #1953 - Mention the update option for Hibernate ORM's schema generation
  • #1952 - add missing subs="attributes" to openshift-s2i-guide.adoc
  • #1951 - Add a couple of ignored entries when building the uber jar
  • #1948 - remote-dev improvements
  • #1946 - Fix bootstrap dependency issue: always add Maven Central repo unless it's already configured
  • #1945 - Fixes #1944, make sure file path is decoded
  • #1944 - Dev mode compilation fails if the .m2 path has special characters
  • #1941 - Hibernate ORM guide missing update option in documentation
  • #1935 - Swagger-UI doesn't support german umlauts
  • #1933 - Fix error message
  • #1932 - Fixes #1928, if boot fails do not attempt to run other tests
  • #1931 - Default to maven central unless settings.xml is configured with different repos
  • #1928 - If Quarkus cannot be started, the TestResourceManager tries to start the resources several times
  • #1927 - Quarkus 0.13.0 removes important classes from my application by considering them unused
  • #1924 - JAX-RS ApplicationPath and Provider are bean defining annotations
  • #1922 - Fix kubernetes guide
  • #1921 - Override the Jandex version used by jandex-maven-plugin in build-parent
  • #1920 - Override the Jandex version used by jandex-maven-plugin in build-parent
  • #1919 - Mark JAX-RS application classes as un-removable
  • #1916 - Hibernate ORM teardown needs to happen before the datasources are destroyed
  • #1915 - Occasional errors from ORM unable to get a JDBC connection on shutdown
  • #1912 - docker-maven-plugin update to 0.29.0
  • #1899 - Add log darkening factor
  • #1897 - RestEasy config sources are not registered for reflection
  • #1891 - Service providers in application conflict with those from dependencies and/or extensions
  • #1880 - Make javax.ws.rs.ApplicationPath a bean defining annotation
  • #1873 - Register user configuration sources
  • #1872 - Support cleanup of deleted resources during live reload #1772
  • #1871 - User configuration sources are not registered
  • #1810 - Pass user ID and group ID to docker native image build in Linux
  • #1636 - Native image build in docker writes files as root to target dir