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 Maven to 3.9.9 and Maven wrapper to 3.3.2 #1444

Merged
merged 1 commit into from
Aug 23, 2024

Conversation

manofthepeace
Copy link
Contributor

Updated somewhat blindly using;

find . -type f -name "pom.xml" -exec sh -c 'cd "$(dirname "{}")" && pwd && mvn wrapper:wrapper -Dtype=bin' \;

cc @gsmet

Check list:

Your pull request:

  • targets the development branch
  • uses the 999-SNAPSHOT version of Quarkus
  • has tests (mvn clean test)
  • works in native (mvn clean package -Pnative)
  • has integration/native tests (mvn clean verify -Pnative)
  • makes sure the associated guide must not be updated
  • links the guide update pull request (if needed)
  • updates or creates the README.md file (with build and run instructions)
  • for new quickstart, is located in the directory component-quickstart
  • for new quickstart, is added to the root pom.xml and README.md

Copy link

quarkus-bot bot commented Aug 23, 2024

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit 26934f0.

Failing Jobs

Status Name Step Failures Logs Raw logs
Build - JDK 17 Build with Maven Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Build - JDK 17 #

- Failing: security-oauth2-quickstart 

📦 security-oauth2-quickstart

org.acme.security.oauth2.TokenSecuredResourceTest.testRolesAllowed line 34 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <200> but was <401>.

	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)

@gsmet gsmet merged commit f1ca53d into quarkusio:development Aug 23, 2024
2 of 3 checks passed
@gsmet
Copy link
Member

gsmet commented Aug 23, 2024

Thanks a lot!

If you have a script to handle that, we could maybe commit it?

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.

2 participants