quarkiverse / quarkus-qute-web

Automatically expose Qute templates via HTTP
Apache License 2.0
4 stars 5 forks source link

Bump quarkus.version from 3.0.3.Final to 3.2.1.Final #34

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps quarkus.version from 3.0.3.Final to 3.2.1.Final. Updates quarkus-bom from 3.0.3.Final to 3.2.1.Final

Release notes

Sourced from quarkus-bom's releases.

3.2.0.Final

Major changes

  • #34227 - Support custom claim types in quarkus-test-security-jwt and quarkus-test-security-oidc

Complete changelog

  • #34345 - Add a section about march (graalvm 23+)
  • #34344 - Small doc adjustments noticed when backporting recent PRs
  • #34340 - Styling edits to security proactive auth docs
  • #34338 - Build analytics - Improvements III
  • #34337 - Fix typo & minor edits to security NVD doc
  • #34325 - Add support for java.time.Year as JAX-RS parameter
  • #34324 - resteasy-reactive java.time.Year ParamConverter
  • #34321 - Inconsistent Bearer token authentication in docs
  • #34320 - Minor doc enhancements to Security Basic Auth docs
  • #34317 - Minor doc enhancements to Identity providers
  • #34313 - Filter out disabled REST methods from the OpenAPI document
  • #34290 - Add more links between OIDC bearer and code flow authentication docs
  • #34288 - Remove "-concept" from doc filenames and IDs
  • #34287 - Style edits to "Authorization of web endpoints" Security ref doc
  • #34286 - Make sure snapshot artifacts available in both workspace and remote repos are resolved from workspace in dev mode
  • #34280 - Bump dekorate.version from 3.6.1 to 3.7.0
  • #34278 - Describe how you can serve static files with a Vert.x route
  • #34275 - Add extension suggestion in management interface reference
  • #34274 - Build analytics - Improvements II
  • #34266 - Make further updates to the update guide in the community and product docs so they match
  • #34259 - Properly configure KubernetesSerialization for OpenShiftClient
  • #34258 - Rephrase Non-mutable jar error message for remote-dev
  • #34256 - Use -Dnative consistently as it is what we recommend
  • #34255 - Build analytics - Fix windows prompt
  • #34252 - Various fixes regarding GraalVM/Mandrel flavor
  • #34250 - Propagate Smallrye Context when switching REST Client context
  • #34240 - Fix create app exception min java version not thrown up
  • #34238 - Should Quarkus set the march parameter by default?
  • #34235 - Bump smallrye-mutiny-vertx-core from 3.3.0 to 3.4.2
  • #34233 - OpenAPI $ref loop when setting Schema implementation
  • #34232 - Bump commons-codec from 1.15 to 1.16.0
  • #34227 - Support custom claim types in quarkus-test-security-jwt and quarkus-test-security-oidc
  • #34224 - Use GraalVM CE instead of Mandrel for building static binaries
  • #34223 - Provide a way to push env variables to dev services containers
  • #34220 - Build a container image from scratch breaks due to missing libraries
  • #34215 - Upgrade to SmallRye Fault Tolerance 6.2.4
  • #34214 - Add smallrye-jwt test confirming RSA-OAEP encrypted token with RSA 1_5 set in headers is rejected
  • #34212 - Tracing Issue in Version 3.1.2 - Spans Not Consolidated under Parent Span
  • #34207 - Qute: @EngineConfiguration validation - consider superclasses
  • #34195 - Small fixes for the Dev UI doc
  • #34174 - Bump smallrye-open-api.version from 3.3.4 to 3.4.0
  • #34163 - Qute section helper type check is not complete
  • #34133 - Can't set non-string values on claims on JWT tokens produced in tests

... (truncated)

Commits
  • e2cbde6 [RELEASE] - Bump version to 3.2.1.Final
  • 9e6b6e8 Merge pull request #34828 from gsmet/3.2.1-backports-2
  • 80c2c5a Merge pull request #34731 from aureamunoz/upgrade-stork-fix373
  • 238c259 Add OpenAPI to management interface if enabled, with option to exclude
  • 20cca73 Properly implement redirection in REST Client for 307 responses
  • 96ddc88 Build Analytics - clarify prompt message
  • b8fb304 Build Analytics - prompt improvements
  • 40aae54 Fix path segment handling of encoded values
  • 1ae82c4 Discover all the project modules from all the Maven profiles by default
  • 21a732e Fix for #34632 to prevent race condition on adding headers if already added
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 3.0.3.Final to 3.2.1.Final

Updates quarkus-extension-processor from 3.0.3.Final to 3.2.1.Final

Updates quarkus-extension-maven-plugin from 3.0.3.Final to 3.2.1.Final

Release notes

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

3.2.0.Final

Major changes

  • #34227 - Support custom claim types in quarkus-test-security-jwt and quarkus-test-security-oidc

Complete changelog

  • #34345 - Add a section about march (graalvm 23+)
  • #34344 - Small doc adjustments noticed when backporting recent PRs
  • #34340 - Styling edits to security proactive auth docs
  • #34338 - Build analytics - Improvements III
  • #34337 - Fix typo & minor edits to security NVD doc
  • #34325 - Add support for java.time.Year as JAX-RS parameter
  • #34324 - resteasy-reactive java.time.Year ParamConverter
  • #34321 - Inconsistent Bearer token authentication in docs
  • #34320 - Minor doc enhancements to Security Basic Auth docs
  • #34317 - Minor doc enhancements to Identity providers
  • #34313 - Filter out disabled REST methods from the OpenAPI document
  • #34290 - Add more links between OIDC bearer and code flow authentication docs
  • #34288 - Remove "-concept" from doc filenames and IDs
  • #34287 - Style edits to "Authorization of web endpoints" Security ref doc
  • #34286 - Make sure snapshot artifacts available in both workspace and remote repos are resolved from workspace in dev mode
  • #34280 - Bump dekorate.version from 3.6.1 to 3.7.0
  • #34278 - Describe how you can serve static files with a Vert.x route
  • #34275 - Add extension suggestion in management interface reference
  • #34274 - Build analytics - Improvements II
  • #34266 - Make further updates to the update guide in the community and product docs so they match
  • #34259 - Properly configure KubernetesSerialization for OpenShiftClient
  • #34258 - Rephrase Non-mutable jar error message for remote-dev
  • #34256 - Use -Dnative consistently as it is what we recommend
  • #34255 - Build analytics - Fix windows prompt
  • #34252 - Various fixes regarding GraalVM/Mandrel flavor
  • #34250 - Propagate Smallrye Context when switching REST Client context
  • #34240 - Fix create app exception min java version not thrown up
  • #34238 - Should Quarkus set the march parameter by default?
  • #34235 - Bump smallrye-mutiny-vertx-core from 3.3.0 to 3.4.2
  • #34233 - OpenAPI $ref loop when setting Schema implementation
  • #34232 - Bump commons-codec from 1.15 to 1.16.0
  • #34227 - Support custom claim types in quarkus-test-security-jwt and quarkus-test-security-oidc
  • #34224 - Use GraalVM CE instead of Mandrel for building static binaries
  • #34223 - Provide a way to push env variables to dev services containers
  • #34220 - Build a container image from scratch breaks due to missing libraries
  • #34215 - Upgrade to SmallRye Fault Tolerance 6.2.4
  • #34214 - Add smallrye-jwt test confirming RSA-OAEP encrypted token with RSA 1_5 set in headers is rejected
  • #34212 - Tracing Issue in Version 3.1.2 - Spans Not Consolidated under Parent Span
  • #34207 - Qute: @EngineConfiguration validation - consider superclasses
  • #34195 - Small fixes for the Dev UI doc
  • #34174 - Bump smallrye-open-api.version from 3.3.4 to 3.4.0
  • #34163 - Qute section helper type check is not complete
  • #34133 - Can't set non-string values on claims on JWT tokens produced in tests

... (truncated)

Commits
  • e2cbde6 [RELEASE] - Bump version to 3.2.1.Final
  • 9e6b6e8 Merge pull request #34828 from gsmet/3.2.1-backports-2
  • 80c2c5a Merge pull request #34731 from aureamunoz/upgrade-stork-fix373
  • 238c259 Add OpenAPI to management interface if enabled, with option to exclude
  • 20cca73 Properly implement redirection in REST Client for 307 responses
  • 96ddc88 Build Analytics - clarify prompt message
  • b8fb304 Build Analytics - prompt improvements
  • 40aae54 Fix path segment handling of encoded values
  • 1ae82c4 Discover all the project modules from all the Maven profiles by default
  • 21a732e Fix for #34632 to prevent race condition on adding headers if already added
  • Additional commits viewable in compare view


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 11 months ago

Superseded by #35.