Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump io.quarkus:quarkus-ide-config from 3.12.0 to 3.13.0 #183

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2024

Bumps io.quarkus:quarkus-ide-config from 3.12.0 to 3.13.0.

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

3.13.0

Major changes

  • #41804 - Introduce the ability to automatically standup an HTTP proxy for the REST Client

Complete changelog

  • #41373 - Native Build Fails, when Reusing Existing Executable with Compression Enabled
  • #41736 - Fix dev service always restarting on named datasource configuration change
  • #41771 - Native image agent integration fails with dev services
  • #41797 - Re-augmentation in jib image
  • #41804 - Introduce the ability to automatically standup an HTTP proxy for the REST Client
  • #41838 - Set the correct length of parameters when constructing the Redis arguments
  • #41858 - Enable dev services to be located by in-container java
  • #41868 - Aggregator scans built-in mvnpm jars twice for imports
  • #41886 - resources, not resource for path
  • #41888 - Fix issue with Jib and mutable jar rebuild
  • #41892 - Config docs generation error when inheritance is used
  • #41930 - Build Succeeds, when Reusing an Artifact with Enabled Compression
  • #41952 - Remove the extra new-line in Keycloak logs
  • #41955 - Update to Vert.x 4.5.9
  • #41959 - fixes the showmore issue to allow users to select text
  • #41962 - Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
  • #41965 - Bump com.gradle:develocity-maven-extension from 1.21.5 to 1.21.6
  • #41966 - Make sure dev-ui relocation are added to the importmap
  • #41974 - Remove .env file generated during tests
  • #41978 - REST Client: support download multiple files multipart/form-data
  • #41979 - Override items from super classes when generating config documentation
  • #41981 - Use recognized status for apicurio json schema
  • #41982 - Add support for downloading list of files in REST Client
  • #41986 - Bump io.opentelemetry.contrib:opentelemetry-aws-xray-propagator from 1.32.0-alpha to 1.37.0-alpha
  • #41987 - Support Spring Data JpaRepository#getReferenceById(ID) (replacement for deprecated getOne(ID))
  • #41993 - Support Spring Data JpaRepository#getReferenceById(ID)
  • #41996 - quarkus rest error handling for WebApplicationExceptions and CompletionStage does not work anymore
  • #42001 - Panache for Hibernate ORM assumes the datasource has the same name as the persistence unit
  • #42002 - Remove erroneous check in AbstractJpaOperations#getSession
  • #42003 - Unwrap CompletionException when dealing with CompletionStage in REST server
  • #42005 - Do not use deprecated DockerStatusBuildItem#isDockerRunning in core
  • #42007 - Prevents potential NPE while closing resource
  • #42022 - Setting root path starting with /dev breaks the dev-ui
  • #42026 - Dev UI Base path fix in case of non-application root set to dev*
  • #42032 - Updates Infinispan 15.0.6.Final and Protostream 5.0.7.Final
  • #42034 - Quartz: CdiAwareJob cannot be interrupted
  • #42037 - Fix missing volume access modifier in Reactive MySQL client tests
  • #42050 - Mailer TLS-configuration, possible SSL-Hanshake-Exception since Quarkus 3.12
  • #42052 - Revert "Remove deprecated classes from app-model"
  • #42053 - REST Reactive Server: support multiple outparts with the same key in MultipartFormDataOutput
  • #42057 - Allow MultipartFormDataOutput to specify items with the same key
  • #42058 - In some context, NoSuchElementException: No line found error thrown from telemetry
  • #42065 - Use generated hostname when shared network is enabled

... (truncated)

Commits
  • 328db2e [RELEASE] - Bump version to 3.13.0
  • 5f35abd Merge pull request #42088 from gsmet/3.13.0-backports-2
  • ee5856d Fix issue with Jib and mutable jar rebuild
  • 46a907a Clarify allowed suffix for the log rotation
  • 0f1f29e Fix Redis Pub/Sub subscribeAsMessages method
  • c3baf93 Revert "Replace read/write lock in JarResource to avoid virtual threads pinning"
  • f459f72 Avoid warning on analytics
  • 97ec5d1 Use generated hostname when shared network is enabled
  • 8957d30 Add an important note about the STAT_TLS configuration requiring tls set to f...
  • 9bd96c5 Fix NPE with ConfigDocItem
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> 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)

Bumps [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) from 3.12.0 to 3.13.0.
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.12.0...3.13.0)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 1, 2024
@manovotn manovotn merged commit 8173c4d into master Aug 12, 2024
9 checks passed
@manovotn manovotn deleted the dependabot/maven/io.quarkus-quarkus-ide-config-3.13.0 branch August 12, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant