quarkiverse / quarkus-jna

Java Native Access (JNA) Quarkus Extension - https://github.com/java-native-access/jna
Apache License 2.0
5 stars 2 forks source link

Bump quarkus.version from 1.13.0.Final to 1.13.1.Final #26

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps quarkus.version from 1.13.0.Final to 1.13.1.Final. Updates quarkus-bom from 1.13.0.Final to 1.13.1.Final

Release notes

Sourced from quarkus-bom's releases.

1.13.1.Final

Major changes

Complete changelog

  • #16305 - Explicitly wait for the broker to be running before executing the test
  • #16304 - Use fixed port for mailer test
  • #16303 - Be smarter about discarding log messages
  • #16301 - More consistency for the step names, job name is already descriptive
  • #16298 - Use the job name in Surefire Reports artifact names
  • #16297 - Disable live reload instrumentation by default
  • #16295 - Fix wrong location of Micrometer Prometheus extension descriptor
  • #16293 - Extend Liquibase IT with includeAll
  • #16290 - Check whether the project already imports the platform for the added extension before importing it
  • #16287 - Update OIDC to accept all RS and ES algorithms
  • #16282 - Only resolve db kind implicitly if we have no named datasources around
  • #16273 - Fix OidcClient test failure
  • #16272 - Avoid nasty NPE when trying to open Eclipse IDE
  • #16269 - Print error message is printed with certificate is self-signed when deploying to OpenShift
  • #16265 - Until the delayed handler is activated, drop anything below INFO level
  • #16264 - mvn quarkus:add-extension broken always adding bom
  • #16263 - Add missing "volatile" to some dev mode handlers
  • #16262 - Re-add Kafka group.id documentation, deleted in commit 8a56a30b51
  • #16252 - Jacoco multi module fixes
  • #16247 - Upgrade to Quarkus HTTP 3.1.0.Final and related cleanup
  • #16244 - Update micrometer guide URL
  • #16239 - Missing Hazelcast logs after change #15636
  • #16237 - Fix JAX-RS Application class hierarchy handling
  • #16232 - Fix typo in getting started
  • #16229 - Upload the Surefire reports as artifacts
  • #16228 - Resteasy fails to load abstract subclass of javax.ws.rs.core.Application
  • #16215 - Add token audience param to oidc-client
  • #16214 - Handle user declared annotation processor
  • #16210 - Liquibase fails to find datasource when devservices is disabled.
  • #16200 - UnsatisfiedResolutionException : Build Failed with Mapstruct and Quarkus 1.13.0
  • #16196 - Quarkus 1.13.0.Final Gradle plugin does not run annotation processors
  • #16189 - API to check if property exists
  • #16187 - Fix flaky rest-client test
  • #16186 - REST Client Reactive cleanup
  • #16185 - Add quarkusCoreVersion parameter to generate-platform-descriptor-json goal
  • #16183 - Fix issue with fast-jar not working using OpenShift and Docker strategy
  • #16181 - Rest Client Reactive: detect blocking the event loop
  • #16177 - Fixed the codestarts artifactId
  • #16171 - Disable SSL verification when trust-all property is enabled
  • #16167 - Fix Uni response type handling in quarkus-rest-client-reactive
  • #16164 - Micrometer: Simplify Vertx HTTP binder init; http settings in dev mode
  • #16157 - Use Vert.x Buffer for OIDC requests
  • #16156 - Fix CompletionStage response type handling in quarkus-rest-client-reactive

... (truncated)

Commits
  • 82e96eb [RELEASE] - Bump version to 1.13.1.Final
  • 11f0ec5 Merge pull request #16312 from gsmet/1.13.1-backports-2
  • 7a1b84a Fix 16274
  • e6414bd Be smarter about discarding log messages
  • a49b594 Check whether the project already imports the platform for the added extensio...
  • 7e31978 Only resolve db kind implicitly if we have no named datasources around
  • 76fd069 Disable live reload instrumentation by default
  • 52efc11 More consistency for the step names, job name is already descriptive
  • 45072be Use fixed port for mailer test
  • 77476a0 Explicitly wait for the broker to be running before executing the test.
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 1.13.0.Final to 1.13.1.Final

Updates quarkus-bootstrap-maven-plugin from 1.13.0.Final to 1.13.1.Final

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 3 years ago

Superseded by #27.