project-openubl / xhandler-java

Java library for creating and sending XML files through SOAP - SUNAT
https://project-openubl.github.io/
Apache License 2.0
18 stars 18 forks source link

Maven pom.xml(deps): Bump quarkus.version from 2.16.4.Final to 2.16.6.Final #99

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 2.16.4.Final to 2.16.6.Final. Updates quarkus-bom from 2.16.4.Final to 2.16.6.Final

Release notes

Sourced from quarkus-bom's releases.

2.16.6.Final

Complete changelog

  • #32319 - [2.16] Revert io.netty.noUnsafe change
  • #32302 - Qute - fix validation of expressions with the "cdi" namespace
  • #32253 - (2.16) Upgrade to graphql-java 19.4
  • #32223 - (2.16) Upgrade wildfly-elytron to 1.20.3.Final
  • #32110 - Prevent splitting of cookie header values when using AWS Lambda
  • #32107 - Fix Podman detection on Windows
  • #32106 - Native building with container: Podman not detected on Windows
  • #32093 - Re-use current ApplicationModel for JaCoCo reports when testing Gradle projects
  • #32090 - K8s moved its registry
  • #32088 - Remove the session cookie if ID token verification failed
  • #32082 - Add missing quote in Hibernate Reactive with Panache guide
  • #32079 - Quarkus JaCoCo extension fails to start Gradle daemon
  • #32058 - Allow use of null in REST Client request body
  • #32047 - rest client reactive throws npe on null request body
  • #32041 - K8s is moving it's images
  • #32037 - Set-Cookie Header is Split when using OIDC together with AWS Lambda
  • #32015 - Support repeatable Incomings annotation for reactive messaging
  • #32002 - Quarkus: Kafka Event Processor with 2 @incoming annotations throws Null Pointer SRMSG00212
  • #31984 - Only substitute OctetKeyPair* classes when on the classpath
  • #31978 - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart
  • #31930 - Native build fails for JWT
  • #31893 - Docker or Podman required for tests since 3.0.0.Alpha6
  • #31857 - Container runtime detection cached in sys prop, container-docker extension
  • #31811 - Check the expiry date for inactive OIDC tokens
  • #31717 - Quarkus OIDC Session Cookie not deleted in case of 401 unauthorized
  • #31714 - OIDC token refresh fails with 401, if user info is used and not available in the cache (anymore)
  • #31662 - Warning when docker is not running
  • #31525 - Bump Keycloak version to 21.0.1
  • #31490 - Enable Podman and Docker Windows quarkus-container-image-docker testing
  • #31307 - Native Build on Windows has incorrect resource slashes
  • #30383 - Create a new base classloader including parent-first test scoped dependencies when bootstrapping for CT

2.16.5.Final

Complete changelog

  • #31959 - New home for Narayana LRA coordinator Docker images
  • #31931 - Support raw collections in RESTEasy Reactive server and client
  • #31922 - Add more lenient Liquibase ZipPathHandler to work around includeAll not working in prod mode
  • #31904 - [2.16] Upgrade SmallRye GraphQL to 1.9.4
  • #31894 - Supply missing extension metadata for reactive keycloak client
  • #31891 - Fix truststore REST Client config when password is not set
  • #31867 - Qute type-safe fragments - fix validation for loop metadata and globals
  • #31866 - The behavior of the @RestHeader annotation is different from the @HeaderParam annotation when the parameter is of type List
  • #31864 - Fix incorrect generic type passed to MessageBodyWriter#writeTo
  • #31818 - Jackson JAX-RS YAML Provider for Resteasy Reactive

... (truncated)

Commits
  • 7c1cd68 [RELEASE] - Bump version to 2.16.6.Final
  • 6e95bcf Merge pull request #32132 from gsmet/2.16.6-backports-1
  • c49a97e Merge pull request #32223 from jmartisk/2.16-issue-32211
  • 9dbfe9c Qute - fix validation of expressions with the "cdi" namespace
  • 3dcb2b5 adding default crypto provider SPI to native images
  • 1b1024f custom keycloak image to install JS engine
  • be56f0c Bump Keycloak version to 21.0.1
  • f6e8403 Create a new base classloader including parent-first test scoped dependencies...
  • 81eba64 Prevent splitting of cookie header values when using AWS Lambda
  • 54e6bdd Fix Podman detection on Windows
  • Additional commits viewable in compare view


Updates quarkus-camel-bom from 2.16.4.Final to 2.16.6.Final

Commits
  • 7024356 [maven-release-plugin] prepare release 2.16.6.Final
  • d59ef06 Merge pull request #801 from aloubyansky/2.16-platform-generator-0.0.83
  • 34e3410 Merge pull request #803 from gsmet/quarkus-2.16.6
  • 9e5b152 Upgrade to Quarkus 2.16.6.Final
  • 1555314 Merge pull request #799 from kie-ci/bump-kogito-1.36.1
  • 4f4d810 Bump up kogito to 1.36.1.Final
  • df58c03 Upgrade to platform generator 0.0.83. Adds generated BOMs as components to SBOMs
  • 9ea83da Merge pull request #794 from kie-ci/bump-kogito-1.36.0-drools-8.36.0-optaplan...
  • 94e16bc Bump up kogito to 1.36.0.Final
  • 917fd0f [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.16.4.Final to 2.16.6.Final

Updates quarkus-extension-processor from 2.16.4.Final to 2.16.6.Final

Updates quarkus-extension-maven-plugin from 2.16.4.Final to 2.16.6.Final

Release notes

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

2.16.6.Final

Complete changelog

  • #32319 - [2.16] Revert io.netty.noUnsafe change
  • #32302 - Qute - fix validation of expressions with the "cdi" namespace
  • #32253 - (2.16) Upgrade to graphql-java 19.4
  • #32223 - (2.16) Upgrade wildfly-elytron to 1.20.3.Final
  • #32110 - Prevent splitting of cookie header values when using AWS Lambda
  • #32107 - Fix Podman detection on Windows
  • #32106 - Native building with container: Podman not detected on Windows
  • #32093 - Re-use current ApplicationModel for JaCoCo reports when testing Gradle projects
  • #32090 - K8s moved its registry
  • #32088 - Remove the session cookie if ID token verification failed
  • #32082 - Add missing quote in Hibernate Reactive with Panache guide
  • #32079 - Quarkus JaCoCo extension fails to start Gradle daemon
  • #32058 - Allow use of null in REST Client request body
  • #32047 - rest client reactive throws npe on null request body
  • #32041 - K8s is moving it's images
  • #32037 - Set-Cookie Header is Split when using OIDC together with AWS Lambda
  • #32015 - Support repeatable Incomings annotation for reactive messaging
  • #32002 - Quarkus: Kafka Event Processor with 2 @incoming annotations throws Null Pointer SRMSG00212
  • #31984 - Only substitute OctetKeyPair* classes when on the classpath
  • #31978 - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart
  • #31930 - Native build fails for JWT
  • #31893 - Docker or Podman required for tests since 3.0.0.Alpha6
  • #31857 - Container runtime detection cached in sys prop, container-docker extension
  • #31811 - Check the expiry date for inactive OIDC tokens
  • #31717 - Quarkus OIDC Session Cookie not deleted in case of 401 unauthorized
  • #31714 - OIDC token refresh fails with 401, if user info is used and not available in the cache (anymore)
  • #31662 - Warning when docker is not running
  • #31525 - Bump Keycloak version to 21.0.1
  • #31490 - Enable Podman and Docker Windows quarkus-container-image-docker testing
  • #31307 - Native Build on Windows has incorrect resource slashes
  • #30383 - Create a new base classloader including parent-first test scoped dependencies when bootstrapping for CT

2.16.5.Final

Complete changelog

  • #31959 - New home for Narayana LRA coordinator Docker images
  • #31931 - Support raw collections in RESTEasy Reactive server and client
  • #31922 - Add more lenient Liquibase ZipPathHandler to work around includeAll not working in prod mode
  • #31904 - [2.16] Upgrade SmallRye GraphQL to 1.9.4
  • #31894 - Supply missing extension metadata for reactive keycloak client
  • #31891 - Fix truststore REST Client config when password is not set
  • #31867 - Qute type-safe fragments - fix validation for loop metadata and globals
  • #31866 - The behavior of the @RestHeader annotation is different from the @HeaderParam annotation when the parameter is of type List
  • #31864 - Fix incorrect generic type passed to MessageBodyWriter#writeTo
  • #31818 - Jackson JAX-RS YAML Provider for Resteasy Reactive

... (truncated)

Commits
  • 7c1cd68 [RELEASE] - Bump version to 2.16.6.Final
  • 6e95bcf Merge pull request #32132 from gsmet/2.16.6-backports-1
  • c49a97e Merge pull request #32223 from jmartisk/2.16-issue-32211
  • 9dbfe9c Qute - fix validation of expressions with the "cdi" namespace
  • 3dcb2b5 adding default crypto provider SPI to native images
  • 1b1024f custom keycloak image to install JS engine
  • be56f0c Bump Keycloak version to 21.0.1
  • f6e8403 Create a new base classloader including parent-first test scoped dependencies...
  • 81eba64 Prevent splitting of cookie header values when using AWS Lambda
  • 54e6bdd Fix Podman detection on Windows
  • 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)
carlosthe19916 commented 1 year ago

@dependabot merge

carlosthe19916 commented 1 year ago

🎉 This issue has been resolved in v4.1.4 (Release Notes)