quarkiverse / quarkus-web-bundler

Create full-stack web apps quickly and easily with this Quarkus extension. It offers zero-configuration bundling for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, React, htmx, etc.), and styles (CSS, SCSS, SASS).
Apache License 2.0
18 stars 10 forks source link

Bump quarkus.version from 3.1.0.Final to 3.1.3.Final #39

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 3.1.0.Final to 3.1.3.Final. Updates quarkus-bom from 3.1.0.Final to 3.1.3.Final

Release notes

Sourced from quarkus-bom's releases.

3.1.2.Final

Complete changelog

  • #34041 - Fix endpoint address in the OpenShift guide
  • #34039 - Cleanup after REST Client multipart request
  • #34028 - Revert Liquibase to 4.20
  • #34024 - Avoid indefinite Uni wait in OIDC recorders
  • #34020 - Ensure Panache class transformers run before Arc's static method transformers
  • #34014 - Fix resolving custom ObjectMapper at deserialization in Resteasy Reactive
  • #34012 - Revert Liquibase to v4.20.0
  • #34008 - RESTEasy Reactive: ContextResolver not called/used
  • #34005 - Panache tries to (and fails to) transform classes even if disabled
  • #34003 - ArC: fix InvocationContext#setParameters()
  • #34001 - AroundInvoke Interceptors can only modify parameters if first in chain
  • #33993 - Quarkus startup hangs in OidcRecorder
  • #33988 - Fix minor grammar mistake in config-reference.adoc
  • #33986 - Resource leak: Multipart HTTP-Requests leave Attr_ temporary files not deleted
  • #33983 - Make sure our recipes are visible as a dependency when updating
  • #33978 - Generated docs should generate mvn create app command with Quarkus version and not stream version
  • #33971 - Protect include/exclude test commands against NPE
  • #33970 - Qute: skip generation of resources if a validation error occurs
  • #33968 - Update to Vert.x 4.4.3 and Netty 4.1.93.Final
  • #33966 - Quarkus crashing with dev-mode with Qute (on a specific situation)
  • #33965 - Don't include startup probe for KNative manifests
  • #33962 - Use JavaBinFinder when launching decompiler
  • #33961 - :dev terminal test commands don't work anymore (testSupport.include is null)
  • #33958 - Replace IfBuildProfile in UnlessBuildProfile javadoc
  • #33954 - UnlessBuildProfile Annotation Javadoc
  • #33948 - Manage org.glassfish.jaxb:txw2 at the same version as jaxb-core and jaxb-runtime
  • #33944 - Kubernetes + Smallrye Health Extensions: Knative deployment fails due to presence of startupProbe
  • #33940 - Manage net.java.dev.jna:jna-platform at the same version as net.java.dev.jna:jna
  • #33939 - Downgrade maven-shade-plugin to 3.2.1
  • #33934 - Bump SmallRye GraphQL to 2.2.1
  • #33930 - Decompiler fails when there's no java in path
  • #33912 - Bump Vert.x Mutiny Bindings to version 3.4.2
  • #33910 - Change redirection from /q/dev to /q/dev-ui to be FOUND instead of MOVED_PERMANENTLY
  • #33904 - Gradle plugin "confused" with parent-first vs removed vs optional artifacts
  • #33903 - ArC: beans injected into All List injection points should be unremovable
  • #33901 - Gradle-plugin: properly handle read-only files
  • #33893 - Bump jboss-logging from 3.5.0.Final to 3.5.1.Final
  • #33891 - Bump mariadb-java-client from 3.1.3 to 3.1.4
  • #33884 - Quarkus 3.1.1 causes Npe when using configinterceptor
  • #33878 - Upgrade to Maven 3.9.2 and Maven resolver 1.9.10
  • #33873 - Launch Liquibase and Flyway operations only when Arc is ready
  • #33872 - Add more documentation to @RestHeader
  • #33870 - Gradle plugin does not copy all files correctly, when having parent-first-artifacts
  • #33867 - Upgrade smallrye-health to 4.0.2
  • #33861 - Name resolution fails with @RestHeader annotation under certain condition
  • #33843 - AppCDS failed if mongodb-liquibase extension present

... (truncated)

Commits


Updates quarkus-maven-plugin from 3.1.0.Final to 3.1.3.Final

Updates quarkus-extension-processor from 3.1.0.Final to 3.1.3.Final

Updates quarkus-extension-maven-plugin from 3.1.0.Final to 3.1.3.Final

Release notes

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

3.1.2.Final

Complete changelog

  • #34041 - Fix endpoint address in the OpenShift guide
  • #34039 - Cleanup after REST Client multipart request
  • #34028 - Revert Liquibase to 4.20
  • #34024 - Avoid indefinite Uni wait in OIDC recorders
  • #34020 - Ensure Panache class transformers run before Arc's static method transformers
  • #34014 - Fix resolving custom ObjectMapper at deserialization in Resteasy Reactive
  • #34012 - Revert Liquibase to v4.20.0
  • #34008 - RESTEasy Reactive: ContextResolver not called/used
  • #34005 - Panache tries to (and fails to) transform classes even if disabled
  • #34003 - ArC: fix InvocationContext#setParameters()
  • #34001 - AroundInvoke Interceptors can only modify parameters if first in chain
  • #33993 - Quarkus startup hangs in OidcRecorder
  • #33988 - Fix minor grammar mistake in config-reference.adoc
  • #33986 - Resource leak: Multipart HTTP-Requests leave Attr_ temporary files not deleted
  • #33983 - Make sure our recipes are visible as a dependency when updating
  • #33978 - Generated docs should generate mvn create app command with Quarkus version and not stream version
  • #33971 - Protect include/exclude test commands against NPE
  • #33970 - Qute: skip generation of resources if a validation error occurs
  • #33968 - Update to Vert.x 4.4.3 and Netty 4.1.93.Final
  • #33966 - Quarkus crashing with dev-mode with Qute (on a specific situation)
  • #33965 - Don't include startup probe for KNative manifests
  • #33962 - Use JavaBinFinder when launching decompiler
  • #33961 - :dev terminal test commands don't work anymore (testSupport.include is null)
  • #33958 - Replace IfBuildProfile in UnlessBuildProfile javadoc
  • #33954 - UnlessBuildProfile Annotation Javadoc
  • #33948 - Manage org.glassfish.jaxb:txw2 at the same version as jaxb-core and jaxb-runtime
  • #33944 - Kubernetes + Smallrye Health Extensions: Knative deployment fails due to presence of startupProbe
  • #33940 - Manage net.java.dev.jna:jna-platform at the same version as net.java.dev.jna:jna
  • #33939 - Downgrade maven-shade-plugin to 3.2.1
  • #33934 - Bump SmallRye GraphQL to 2.2.1
  • #33930 - Decompiler fails when there's no java in path
  • #33912 - Bump Vert.x Mutiny Bindings to version 3.4.2
  • #33910 - Change redirection from /q/dev to /q/dev-ui to be FOUND instead of MOVED_PERMANENTLY
  • #33904 - Gradle plugin "confused" with parent-first vs removed vs optional artifacts
  • #33903 - ArC: beans injected into All List injection points should be unremovable
  • #33901 - Gradle-plugin: properly handle read-only files
  • #33893 - Bump jboss-logging from 3.5.0.Final to 3.5.1.Final
  • #33891 - Bump mariadb-java-client from 3.1.3 to 3.1.4
  • #33884 - Quarkus 3.1.1 causes Npe when using configinterceptor
  • #33878 - Upgrade to Maven 3.9.2 and Maven resolver 1.9.10
  • #33873 - Launch Liquibase and Flyway operations only when Arc is ready
  • #33872 - Add more documentation to @RestHeader
  • #33870 - Gradle plugin does not copy all files correctly, when having parent-first-artifacts
  • #33867 - Upgrade smallrye-health to 4.0.2
  • #33861 - Name resolution fails with @RestHeader annotation under certain condition
  • #33843 - AppCDS failed if mongodb-liquibase extension present

... (truncated)

Commits


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 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.