quarkiverse / quarkus-artemis

Quarkus Artemis extensions
Apache License 2.0
9 stars 11 forks source link

Bump quarkus.version from 3.8.3 to 3.8.4 #493

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps quarkus.version from 3.8.3 to 3.8.4. Updates io.quarkus:quarkus-maven-plugin from 3.8.3 to 3.8.4

Updates io.quarkus:quarkus-extension-maven-plugin from 3.8.3 to 3.8.4

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.8.4

Complete changelog

  • #25101 - [CI] - quarkus-devtools-compat + Quarkus main
  • #27374 - Update Quarkus CLI doc for installing specific version of the CLI to avoid printing warnings
  • #39282 - Add missing headers configuration for InputStream handling
  • #39299 - Hibernate ORM: package-info is ignored when specifying scan packages
  • #39344 - Avro schemas aren't generated in isolation
  • #39345 - Isolate Avro schema code generation when using multiple schema files
  • #39385 - smallrye-health should hande the case when Vert.x current context is null
  • #39394 - Handle null Vert.x context in smallrye-health
  • #39467 - Fix codestarts compatibility with older CLI
  • #39468 - ChainBuildException - Cycle detected after #39352 PR
  • #39470 - Remove the old MetricBuildItem SPI
  • #39471 - Update to Vert.x 4.5.5
  • #39474 - Use explicit jar reference instead of GAV to avoid duplicate log warning
  • #39476 - Fix the broken link to the OIDC client reference doc
  • #39496 - Gradle build cache prevents source packages to be installed to local Maven repository
  • #39513 - @SecureField in members of the response class isn't applied
  • #39530 - Update profile section in building-native-image.adoc
  • #39564 - Fix Quarkus REST Jackson @SecureField detection on subclasses, interface implementors, fileds of the fields, parametrized types and arrays
  • #39578 - Update quarkus-project-develocity-extension to 1.0.7
  • #39586 - RestMulti is not sending headers if there is no content
  • #39587 - Properly use headers from RestMulti when the multi is empty
  • #39651 - Bump io.quarkus.bot:build-reporter-maven-extension from 3.5.0 to 3.6.0
  • #39661 - Fix property name in OIDC docs
  • #39699 - UpxCompressionBuildStep Not Executed Since Quarkus 3.8.2
  • #39702 - Bring back erroneously removed @BuildStep
  • #39706 - Use --no-daemon when calling gradle update
  • #39715 - Update Hibernate ORM package/class processing rules
  • #39764 - Update to Vert.x 4.5.7
  • #39807 - Explain in the docs how to map the X509 CN attribute to roles
  • #39819 - Netty update caused failure when building image with GraalVM for JDK 17
  • #39822 - Bump JDK version to 17 as an aws lambda runtime in aws-lambda related extensions
  • #39826 - Move the import of smallrye-common-bom higher up
  • #39830 - Fix native compilation for Netty and Mutiny
  • #39831 - No build time init of classes used in UnsafeAccessedFieldBuildItem
  • #39840 - Add js-scriptengine and collections as parent first artifacts
  • #39886 - Bump the recommended-java-version to 21
  • #39911 - Update - Only consider recipes when generating the list of recipes
  • #39928 - Fix small typo in WRITING REST SERVICES WITH QUARKUS REST doc
  • #40015 - Some dev services are restarted on dev mode restart
  • #40057 - Fix datasource devservices restarting
  • #40079 - [3.8] Do not record local sources in runtime config defaults
  • #40082 - Rewrite footnotes for downstream documentation
  • #40104 - [3.8] Prevent smallrye-graphql-schema-builder from leaking into runtime deps
Commits
  • 286b75d [RELEASE] - Bump version to 3.8.4
  • cb80cee Merge pull request #40079 from gsmet/config-leak-3.8
  • dc6e742 Merge pull request #40104 from jmartisk/3.8-graphql-runtime-deps
  • 22160d0 Merge pull request #40103 from gsmet/3.8.4-backports-2
  • 96c3342 Changed the 'autoNameStrategy' (runtime) property to not be dependent 'TypeAu...
  • 5e87be8 Fix datasource devservices restarting quarkusio/quarkus#40015
  • 8225a34 Rewrite footnotes for downstream documentation
  • 2b24dc8 Do not record local sources in runtime config defaults
  • 3e31ec1 Merge pull request #40075 from aloubyansky/3.8-infinispan-14.0.27
  • 7cf488a Upgrade Infinispan to 14.0.27.Final
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-bom from 3.8.3 to 3.8.4

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.8.4

Complete changelog

  • #25101 - [CI] - quarkus-devtools-compat + Quarkus main
  • #27374 - Update Quarkus CLI doc for installing specific version of the CLI to avoid printing warnings
  • #39282 - Add missing headers configuration for InputStream handling
  • #39299 - Hibernate ORM: package-info is ignored when specifying scan packages
  • #39344 - Avro schemas aren't generated in isolation
  • #39345 - Isolate Avro schema code generation when using multiple schema files
  • #39385 - smallrye-health should hande the case when Vert.x current context is null
  • #39394 - Handle null Vert.x context in smallrye-health
  • #39467 - Fix codestarts compatibility with older CLI
  • #39468 - ChainBuildException - Cycle detected after #39352 PR
  • #39470 - Remove the old MetricBuildItem SPI
  • #39471 - Update to Vert.x 4.5.5
  • #39474 - Use explicit jar reference instead of GAV to avoid duplicate log warning
  • #39476 - Fix the broken link to the OIDC client reference doc
  • #39496 - Gradle build cache prevents source packages to be installed to local Maven repository
  • #39513 - @SecureField in members of the response class isn't applied
  • #39530 - Update profile section in building-native-image.adoc
  • #39564 - Fix Quarkus REST Jackson @SecureField detection on subclasses, interface implementors, fileds of the fields, parametrized types and arrays
  • #39578 - Update quarkus-project-develocity-extension to 1.0.7
  • #39586 - RestMulti is not sending headers if there is no content
  • #39587 - Properly use headers from RestMulti when the multi is empty
  • #39651 - Bump io.quarkus.bot:build-reporter-maven-extension from 3.5.0 to 3.6.0
  • #39661 - Fix property name in OIDC docs
  • #39699 - UpxCompressionBuildStep Not Executed Since Quarkus 3.8.2
  • #39702 - Bring back erroneously removed @BuildStep
  • #39706 - Use --no-daemon when calling gradle update
  • #39715 - Update Hibernate ORM package/class processing rules
  • #39764 - Update to Vert.x 4.5.7
  • #39807 - Explain in the docs how to map the X509 CN attribute to roles
  • #39819 - Netty update caused failure when building image with GraalVM for JDK 17
  • #39822 - Bump JDK version to 17 as an aws lambda runtime in aws-lambda related extensions
  • #39826 - Move the import of smallrye-common-bom higher up
  • #39830 - Fix native compilation for Netty and Mutiny
  • #39831 - No build time init of classes used in UnsafeAccessedFieldBuildItem
  • #39840 - Add js-scriptengine and collections as parent first artifacts
  • #39886 - Bump the recommended-java-version to 21
  • #39911 - Update - Only consider recipes when generating the list of recipes
  • #39928 - Fix small typo in WRITING REST SERVICES WITH QUARKUS REST doc
  • #40015 - Some dev services are restarted on dev mode restart
  • #40057 - Fix datasource devservices restarting
  • #40079 - [3.8] Do not record local sources in runtime config defaults
  • #40082 - Rewrite footnotes for downstream documentation
  • #40104 - [3.8] Prevent smallrye-graphql-schema-builder from leaking into runtime deps
Commits
  • 286b75d [RELEASE] - Bump version to 3.8.4
  • cb80cee Merge pull request #40079 from gsmet/config-leak-3.8
  • dc6e742 Merge pull request #40104 from jmartisk/3.8-graphql-runtime-deps
  • 22160d0 Merge pull request #40103 from gsmet/3.8.4-backports-2
  • 96c3342 Changed the 'autoNameStrategy' (runtime) property to not be dependent 'TypeAu...
  • 5e87be8 Fix datasource devservices restarting quarkusio/quarkus#40015
  • 8225a34 Rewrite footnotes for downstream documentation
  • 2b24dc8 Do not record local sources in runtime config defaults
  • 3e31ec1 Merge pull request #40075 from aloubyansky/3.8-infinispan-14.0.27
  • 7cf488a Upgrade Infinispan to 14.0.27.Final
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-extension-processor from 3.8.3 to 3.8.4

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 will merge this PR once CI passes on it, as requested by @middagj.


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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
github-actions[bot] commented 2 months ago

🚦Reports for run #1193🚦

Reports will be posted here as they get available.

🥳 JUnit JVM Test passed

| Passed | Failed | Skipped | |--------|--------|---------| | ✅ 181 | ❌ 0 | ⚠️ 0 | You can see the report [here](https://github.com/quarkiverse/quarkus-artemis/runs/23962915911).

🥳 JUnit Native Test passed

| Passed | Failed | Skipped | |--------|--------|---------| | ✅ 113 | ❌ 0 | ⚠️ 0 | You can see the report [here](https://github.com/quarkiverse/quarkus-artemis/runs/23962932374).
middagj commented 2 months ago

@dependabot merge