quarkusio / quarkus-github-bot

A Quarkus-powered GitHub App to simplify issues and pull requests management in the Quarkus project.
Apache License 2.0
22 stars 24 forks source link

Bump quarkus.version from 3.0.0.Alpha6 to 3.0.0.Beta1 #329

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 3.0.0.Alpha6 to 3.0.0.Beta1. Updates quarkus-bom from 3.0.0.Alpha6 to 3.0.0.Beta1

Release notes

Sourced from quarkus-bom's releases.

3.0.0.Beta1

Major changes

  • #31345 - Allow permission checks via @PermissionsAllowed security annotation
  • #30506 - Introduce Management Interface

Complete changelog

  • #32025 - Dev UI SmallRye Reactive Messaging make table 100% height
  • #32020 - Document spring-di limitations
  • #32011 - A few Redis usability improvements
  • #32007 - Remove now unnecessary logging configuration for k8s config
  • #32005 - Hibernate ORM and Search DEV bean should be available in DEV launch mode
  • #32004 - Hibernate ORM and Search extensions now requires dev build profile
  • #32003 - Ensure that k8s client created from quarkus-kubernetes-config is closed
  • #31998 - [smallrye-messaging] dev ui table too small Quarkus 3.0.0.Alpha5
  • #31996 - Adjust RestClientBaseTest temp directory handling
  • #31991 - Bump aws-lambda-java-events from 3.11.0 to 3.11.1
  • #31990 - Bump flyway.version from 9.15.2 to 9.16.1
  • #31989 - spring-di autowiring fallback by bean name
  • #31988 - Remove hardcoded skipTests=false for liquibase IT
  • #31987 - Bump com.gradle.enterprise from 3.12.4 to 3.12.5 in /devtools/gradle
  • #31986 - Bump kubernetes-client-bom from 6.5.0 to 6.5.1
  • #31984 - Only substitute OctetKeyPair* classes when on the classpath
  • #31978 - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart
  • #31975 - Sanitize RESTEasy Reactive exception logging
  • #31969 - Migrate off ancient Plexus components
  • #31965 - Fix deprecated ReflectiveClassBuildItem construct method and replace with builder()
  • #31964 - OpenAPI: add map configuration for security scheme extensions
  • #31962 - Dev UI : use a non blocking response where possible
  • #31958 - Fix OpenTelemetry JDBC instrumentation in native mode and resilient test
  • #31953 - Upgrade to Hibernate ORM 6.2.0.CR4
  • #31951 - Update rules data for github bot to reflect changed paths
  • #31947 - Allow configuring the default ID optimizer and default to pooled-lo
  • #31946 - New dev UI for Hibernate extensions
  • #31945 - Inconsistent error logging of thrown exceptions in quarkus-resteasy-reactive-jackson
  • #31943 - Check if directory exists in sync-web-site.sh
  • #31942 - Bump Stork version to 2.0.1
  • #31940 - Add more options to exclude classes from the default JAXBContext
  • #31937 - Remove long deprecated jib property
  • #31936 - Restore ability to only start domain socket server
  • #31935 - Revert "Update bug report issue template fields"
  • #31934 - Option quarkus.http.host-enabled=false disables not only http but socket as well
  • #31930 - Native build fails for JWT
  • #31924 - mvn test fails since 3.0.0.Alpha6 and custom junit-platform.properties
  • #31920 - Bump mockito-bom from 5.1.1 to 5.2.0
  • #31918 - Bump resteasy-microprofile.version from 2.1.0.Final to 2.1.1.Final
  • #31916 - Update importmap to 1.0.7
  • #31913 - Explain why @PathParam may be optional in this case
  • #31910 - Fix Reactive REST Client Cache issue with multiple keys

... (truncated)

Commits
  • a44fcdb [RELEASE] - Bump version to 3.0.0.Beta1
  • 652c0a2 Merge pull request #32025 from phillip-kruger/devui-reactive-message-table-si...
  • f105a4f Merge pull request #32020 from rquinio/doc/spring-di-fallback-name
  • 0a8711e Dev UI Make table 100% height
  • 520545e Document spring-di limitations
  • c477055 Merge pull request #31844 from karesti/infinispan-14.0.7.Final
  • 7fc4e46 Updates to Infinispan 14.0.7.Final
  • 71a1fca Merge pull request #32011 from cescoffier/redis-improvements
  • 482d14e Merge pull request #31470 from aloubyansky/load-parent-modules-first
  • 9e7ac75 Merge pull request #32005 from michalvavrik/feature/hibernate-dev-mode-dont-d...
  • Additional commits viewable in compare view


Updates quarkus-ide-config from 3.0.0.Alpha6 to 3.0.0.Beta1

Release notes

Sourced from quarkus-ide-config's releases.

3.0.0.Beta1

Major changes

  • #31345 - Allow permission checks via @PermissionsAllowed security annotation
  • #30506 - Introduce Management Interface

Complete changelog

  • #32025 - Dev UI SmallRye Reactive Messaging make table 100% height
  • #32020 - Document spring-di limitations
  • #32011 - A few Redis usability improvements
  • #32007 - Remove now unnecessary logging configuration for k8s config
  • #32005 - Hibernate ORM and Search DEV bean should be available in DEV launch mode
  • #32004 - Hibernate ORM and Search extensions now requires dev build profile
  • #32003 - Ensure that k8s client created from quarkus-kubernetes-config is closed
  • #31998 - [smallrye-messaging] dev ui table too small Quarkus 3.0.0.Alpha5
  • #31996 - Adjust RestClientBaseTest temp directory handling
  • #31991 - Bump aws-lambda-java-events from 3.11.0 to 3.11.1
  • #31990 - Bump flyway.version from 9.15.2 to 9.16.1
  • #31989 - spring-di autowiring fallback by bean name
  • #31988 - Remove hardcoded skipTests=false for liquibase IT
  • #31987 - Bump com.gradle.enterprise from 3.12.4 to 3.12.5 in /devtools/gradle
  • #31986 - Bump kubernetes-client-bom from 6.5.0 to 6.5.1
  • #31984 - Only substitute OctetKeyPair* classes when on the classpath
  • #31978 - Remove quarkus.hibernate-orm.database.generation=drop-and-create from Hibernate ORM codestart
  • #31975 - Sanitize RESTEasy Reactive exception logging
  • #31969 - Migrate off ancient Plexus components
  • #31965 - Fix deprecated ReflectiveClassBuildItem construct method and replace with builder()
  • #31964 - OpenAPI: add map configuration for security scheme extensions
  • #31962 - Dev UI : use a non blocking response where possible
  • #31958 - Fix OpenTelemetry JDBC instrumentation in native mode and resilient test
  • #31953 - Upgrade to Hibernate ORM 6.2.0.CR4
  • #31951 - Update rules data for github bot to reflect changed paths
  • #31947 - Allow configuring the default ID optimizer and default to pooled-lo
  • #31946 - New dev UI for Hibernate extensions
  • #31945 - Inconsistent error logging of thrown exceptions in quarkus-resteasy-reactive-jackson
  • #31943 - Check if directory exists in sync-web-site.sh
  • #31942 - Bump Stork version to 2.0.1
  • #31940 - Add more options to exclude classes from the default JAXBContext
  • #31937 - Remove long deprecated jib property
  • #31936 - Restore ability to only start domain socket server
  • #31935 - Revert "Update bug report issue template fields"
  • #31934 - Option quarkus.http.host-enabled=false disables not only http but socket as well
  • #31930 - Native build fails for JWT
  • #31924 - mvn test fails since 3.0.0.Alpha6 and custom junit-platform.properties
  • #31920 - Bump mockito-bom from 5.1.1 to 5.2.0
  • #31918 - Bump resteasy-microprofile.version from 2.1.0.Final to 2.1.1.Final
  • #31916 - Update importmap to 1.0.7
  • #31913 - Explain why @PathParam may be optional in this case
  • #31910 - Fix Reactive REST Client Cache issue with multiple keys

... (truncated)

Commits
  • a44fcdb [RELEASE] - Bump version to 3.0.0.Beta1
  • 652c0a2 Merge pull request #32025 from phillip-kruger/devui-reactive-message-table-si...
  • f105a4f Merge pull request #32020 from rquinio/doc/spring-di-fallback-name
  • 0a8711e Dev UI Make table 100% height
  • 520545e Document spring-di limitations
  • c477055 Merge pull request #31844 from karesti/infinispan-14.0.7.Final
  • 7fc4e46 Updates to Infinispan 14.0.7.Final
  • 71a1fca Merge pull request #32011 from cescoffier/redis-improvements
  • 482d14e Merge pull request #31470 from aloubyansky/load-parent-modules-first
  • 9e7ac75 Merge pull request #32005 from michalvavrik/feature/hibernate-dev-mode-dont-d...
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 3.0.0.Alpha6 to 3.0.0.Beta1

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

Superseded by #330.