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 quarkus-spring-security-core-api from 5.3.Final to 5.4.Final #30521

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2023

Bumps quarkus-spring-security-core-api from 5.3.Final to 5.4.Final.

Commits
  • 2cff9bf [maven-release-plugin] prepare release 5.4.Final
  • b036fef Add tagNameFormat to Maven Release plugin configuration
  • be1af05 auto version submodules
  • 425a330 Update nexus url
  • 97d944c Merge pull request #8 from quarkusio/update-version
  • 4982680 Update Spring Security version
  • 96b7210 Merge pull request #5 from famod/patch-1
  • 872bd0c Switch to Eclipse Temurin JDK via actions/setup-java
  • 921ef76 feat: add GitHub CI actions
  • ec130b3 [maven-release-plugin] prepare for next development iteration
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Bumps [quarkus-spring-security-core-api](https://github.com/quarkusio/quarkus-spring-security-api) from 5.3.Final to 5.4.Final.
- [Release notes](https://github.com/quarkusio/quarkus-spring-security-api/releases)
- [Commits](quarkusio/quarkus-spring-security-api@5.3.Final...5.4.Final)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-spring-security-core-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Jan 20, 2023
@quarkus-bot quarkus-bot bot added area/security area/spring Issues relating to the Spring integration labels Jan 20, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jan 21, 2023

Failing Jobs - Building acff547

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 17
✔️ JVM Tests - JDK 18
MicroProfile TCKs Tests Verify Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/resteasy-reactive 

📦 tcks/resteasy-reactive

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (test) on project quarkus-tck-resteasy-reactive: Command execution failed.

📦 tcks/resteasy-reactive/target/testsuite/tests

com.sun.ts.tests.jaxrs.ee.resource.java2entity.JAXRSClient0154. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.arc.deployment.ArcProcessor#registerBeans threw an exception: javax.enterprise.inject.spi.DefinitionException: Cannot limit bean types to types outside of the transitive closure of bean types. Bean: com.sun.ts.tests.jaxrs.ee.resource.java2entity.IncorrectCollectionWriter illegal bean types: [javax.ws.rs.ext.MessageBodyWriter]

com.sun.ts.tests.jaxrs.ee.rs.core.configurable.JAXRSClient0133. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.arc.deployment.ArcProcessor#registerBeans threw an exception: javax.enterprise.inject.spi.DefinitionException: Cannot limit bean types to types outside of the transitive closure of bean types. Bean: com.sun.ts.tests.jaxrs.api.rs.core.configurable.CallableProvider illegal bean types: [javax.ws.rs.ext.MessageBodyWriter, javax.ws.rs.ext.MessageBodyReader]

com.sun.ts.tests.jaxrs.ee.rs.core.configuration.JAXRSClient0125. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.arc.deployment.ArcProcessor#registerBeans threw an exception: javax.enterprise.inject.spi.DefinitionException: Cannot limit bean types to types outside of the transitive closure of bean types. Bean: com.sun.ts.tests.jaxrs.api.rs.core.configurable.CallableProvider illegal bean types: [javax.ws.rs.ext.MessageBodyWriter, javax.ws.rs.ext.MessageBodyReader]

com.sun.ts.tests.jaxrs.spec.resource.responsemediatype.JAXRSClient0016. - More details - Source on GitHub

java.lang.RuntimeException: 
java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
	[error]: Build step io.quarkus.arc.deployment.ArcProcessor#registerBeans threw an exception: javax.enterprise.inject.spi.DefinitionException: Cannot limit bean types to types outside of the transitive closure of bean types. Bean: com.sun.ts.tests.jaxrs.spec.resource.responsemediatype.MediaWriter illegal bean types: [javax.ws.rs.ext.MessageBodyWriter]

@gsmet gsmet merged commit ae236b1 into main Jan 22, 2023
@quarkus-bot quarkus-bot bot added this to the 2.17 - main milestone Jan 22, 2023
@dependabot dependabot bot deleted the dependabot/maven/io.quarkus-quarkus-spring-security-core-api-5.4.Final branch January 22, 2023 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/security area/spring Issues relating to the Spring integration kind/component-upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant