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

Update Quarkus to v2.6.1.Final #34

Merged
merged 2 commits into from
Dec 28, 2021
Merged

Update Quarkus to v2.6.1.Final #34

merged 2 commits into from
Dec 28, 2021

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-maven-plugin 2.5.2.Final -> 2.6.1.Final age adoption passing confidence
io.quarkus:quarkus-universe-bom 2.5.2.Final -> 2.6.1.Final age adoption passing confidence

Release Notes

quarkusio/quarkus

v2.6.1.Final

Compare Source

Complete changelog
  • #​22505 - OpenTelemetry Jaeger Substitutions - Remove shaded netty references
  • #​22504 - Avoid having Kafka complaining about common unknown properties
  • #​22502 - Properly determine tenant resolver in HibernateMultiTenantConnectionProvider
  • #​22501 - Fix minor typo in warning message
  • #​22500 - Require extensions to use Ecosystem CI before publishing to the registry
  • #​22499 - Register for reflection ConfigMappings implementation methods
  • #​22497 - Update security-openid-connect-client.adoc typo
  • #​22495 - 4 warnings about unknown 'wildfly.sasl.relax-compliance' config when using infinispan-client + smallrye-reactive-messaging-kafka
  • #​22492 - Remove warning on build time truststore property
  • #​22491 - Bump gradle version to 7.3.3
  • #​22488 - Bump kotlin.coroutine.version from 1.5.2 to 1.6.0
  • #​22475 - Check the resource bundle is around before adding it to native image
  • #​22474 - Config generated classes are not registered for reflection
  • #​22473 - Use the correct URL for creating realms in DevServices for KC with shared network
  • #​22471 - DevServices for Keycloak can not create realms in shared network
  • #​22470 - Fix code example in tests-with-coverage guide
  • #​22465 - Fix Jaxb build issue with Apache Camel on Windows
  • #​22462 - Config editor fails if resource dir is missing
  • #​22452 - Support LDAP style oracle jdbc url
  • #​22448 - Fix config editor filtering
  • #​22442 - Bump agroal.version from 1.13 to 1.14
  • #​22438 - Remove remove-maven-artifact-transfer constraint from BOM
  • #​22415 - Bring back erroneously removed Flyway Dev Console route handler
  • #​22407 - In Dev UI Flyway Pane create and migrate button are not working, it shows page unresponsive
  • #​22406 - Add support for SASL SCRAM Kafka binding
  • #​22405 - Upgrade Infinispan to 13.0.5.Final
  • #​22403 - AWT - resource files lookup: Replaces MethodHandles.lookup()
  • #​22397 - Return claim names for JWT test security
  • #​22395 - Windows: Error combining Jaxb and Apache Camel
  • #​22369 - Check test target is present to avoid NPE
  • #​22368 - Explicitly register io.fabric8.kubernetes.client.VersionInfo class for reflection
  • #​22367 - kubernetes client cannot retrieve VersionInfo in native executable
  • #​22366 - Update relocations after latest tweaks to moved extensions
  • #​22365 - Bump slf4j-api from 1.7.30 to 1.7.32
  • #​22359 - Make sure to reset TCCL if initTestState() fails
  • #​22344 - Revert "Include more info if the gradle build fails"
  • #​22333 - Enhanced character set support for Oracle database
  • #​22332 - Prevent creating a FSWatchUtil thread if there is nothing to watch
  • #​22323 - Better error message when a POM of a deployment artifact could not be resolved
  • #​22300 - Fix minor typo in jreleaser guide
  • #​22289 - Adjust documentation for Amazon Alexa
  • #​22284 - Add jreleaser guide for native executables
  • #​22282 - Add network option to quarkus-container-image-docker configuration
  • #​22278 - docker build command supports "--network" as a build option, whether any of chance of quarkus container-image-docker supporting the same
  • #​22275 - Native build error when using quarkus-opentelemetry-exporter-jaeger
  • #​22274 - Qute - do not split expr parts before the literal is parsed
  • #​22272 - Fix RemovedResourceBuildItem
  • #​22271 - Don't block when returning a Uni
  • #​22266 - Bump log4j2-jboss-logmanager from 1.0.0.Final to 1.1.1.Final
  • #​22265 - Bump aws-serverless-java-container-core from 1.6 to 1.6.1
  • #​22259 - Bump gradle version from 7.3.1 to 7.3.2
  • #​22251 - IllegalStateException: The current thread cannot be blocked using quarkus-cache with quarkus-resteasy-reactive
  • #​22097 - integration-tests/awt fails with latest GraalVM 22.1-dev
  • #​21694 - Hibernate Validator warnings are displayed when optional ResourceBundles are missing
  • #​21265 - No instance of TenantResolver was found for persistence unit
  • #​19712 - GraalVM issue with quarkus-jdbc-oracle extension
  • #​19057 - Ldap style oracle jdbc urls not supported for native

v2.6.0.Final

Compare Source

Complete changelog
  • #​22223 - Bump kotlin.version from 1.5.31 to 1.6.10
  • #​22220 - Update relocations for Neo4j to 1.0.1
  • #​22181 - Qute If section - fix evaluation of composite params with a logical complement operator
  • #​22172 - Introduce quarkus-junit5-properties to make junit-platform.properties "user-excludable"
  • #​22161 - Fix incorrect Mutiny subscription APIs
  • #​22152 - Update relocations for Artemis and Tika
  • #​22136 - Adjust @​RegisterForReflection recommendation in cache.adoc
  • #​22131 - Reject illegal placeholder in Maven CI friendly version property
  • #​22125 - Bump quarkus-fs-util from 0.0.2 to 0.0.3
  • #​22121 - Add some information about a common error with Caffeine and native
  • #​22118 - Move remaining Artemis dependencies out of the BOM
  • #​22112 - Take compression setting into account when building a container image
  • #​22111 - Pull out quarkus-reactive-messaging-http to quarkiverse
  • #​22110 - UPX compression used together with jib not working correctly
  • #​22100 - Dev UI - fix ArC invocation tree
  • #​22091 - Exit readline mode on windows
  • #​22083 - Reuse ClassPathUtils for finding flyway migrations
  • #​22079 - New Fs Util broke Quartz and multitenancy quickstarts
  • #​22075 - Fix potential NullPointerException
  • #​22068 - Make order of QuarkusTestResourceLifecycleManager predictable
  • #​22066 - Use proper cross references for cross guides links
  • #​22046 - Optimize the ByteCodeRecorder to not check IgnoredProperty on java. classes
  • #​22044 - Bump quarkus-jgit relocation
  • #​22043 - Update Amazon Services relocations to 1.0.1
  • #​22041 - Adjust relocation messages from Amazon Services extensions
  • #​22037 - Qute - fix templates and tags scanning from extension runtime artifacts
  • #​22036 - Qute - fix section parameters parser
  • #​22033 - Bump micrometer-bom from 1.8.0 to 1.8.1
  • #​22026 - Update Artemis relocations to 1.0.1
  • #​22016 - Silence yamllint for quarkus-bot.yml
  • #​22012 - Remove redundant software.amazon.awssdk:apache-client dependency from quarkus-bom
  • #​21897 - RabbitMQ dynamic credentials via credentials provider
  • #​21864 - Qute: extension tags not registered
  • #​21858 - Qute: bug in expression parser with spaces
  • #​21857 - Qute: bug in if test
  • #​21806 - Press X to open at exception in IDE

v2.5.4.Final

Compare Source

Complete changelog
  • #​22313 - More efficient platform version and BOM import selection algorithm for a given set of extensions
  • #​22311 - Check test target is present to avoid NPE
  • #​22303 - Fix log capturing in QuarkusMainTest executions
  • #​22302 - QuarkusMainTest intercepts spurious strings
  • #​22296 - Fix incorrect link for Keycloak test resource on the documentation
  • #​22286 - Fix concurrency issue with REST Client Config
  • #​22281 - java.util.ConcurrentModificationException when using 2 schedulers and 2 rest clients
  • #​22270 - Fix refcnt exception
  • #​22263 - Occasional io.netty.util.IllegalReferenceCountException: refCnt: 0 when performing REST operations that stream responses
  • #​22261 - Fix error: option --source cannot be used together with --release on dev mode reload
  • #​22255 - Oracle metadata overrides, compatibility with other JDBC drivers
  • #​22234 - Add docker.io as registry to dev-services images that where specified with the short name
  • #​22175 - Quarkus dev service failed to download image due to short name image and no tty
  • #​19055 - Native build fails with postgres and oracle drivers together

v2.5.3.Final

Compare Source

Complete changelog
  • #​22229 - Fix RESTEasy Reactive file handling
  • #​22218 - Cannot download a large file using RESTEasy Reactive
  • #​22203 - Upgrade to Hibernate Validator 6.2.1.Final
  • #​22190 - Update to Vert.x 4.2.2
  • #​22179 - Don't attempt to index empty transformed classes
  • #​22177 - Fix FORM auth + Lazy auth combo
  • #​22168 - Don't require Docker when devservices are locally or globally disable via the Neo4j extension
  • #​22162 - Update Netty to 4.1.72
  • #​22158 - NPE in SmallRyeGraphQLProcessor#buildExecutionService when using quarkus-smallrye-graphql and quarkus-jdbc-oracle
  • #​22155 - Leverage lazy configuration when building gradle model
  • #​22151 - Provide meaningful error message when updating Quarkus in dev-mode
  • #​22150 - authentication doesn't work with proactive auth disabled
  • #​22145 - Spring Boot Data JPA: Support NamedQuery
  • #​22134 - Update security-openid-connect-client.adoc
  • #​22126 - Fix broken image in keycloak integration guide
  • #​22123 - Update Log4j 2 API to 2.15.0
  • #​22115 - io.quarkus.spring.data.deployment.UnableToParseMethodException
  • #​22105 - NPE while live updating quarkus from 2.5.0 to 2.5.1 in RuntimeUpdatesProcessor
  • #​22103 - Provide context for Reactive Rest Client exceptions
  • #​22090 - MP Rest Client - meaningless exceptions
  • #​21982 - Broken image embed element on Quarkus Keycloak integration Guide
  • #​21422 - Gradle project throws ConcurrentModificationException in :quarkusGenerateCode
quarkusio/quarkus-platform

v2.6.1.Final

Compare Source

v2.6.0.Final

Compare Source

v2.5.4.Final

Compare Source

v2.5.3.Final

Compare Source


Configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update Quarkus Update Quarkus to v2.6.1.Final Dec 28, 2021
@JohT JohT merged commit bc3048f into master Dec 28, 2021
@JohT JohT deleted the renovate/quarkus branch December 28, 2021 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants