quarkusio / quarkus-quickstarts

Quarkus quickstart code
https://quarkus.io
Apache License 2.0
1.92k stars 1.43k forks source link

Rename quarkus-webjars-locator to quarkus-web-dependency-locator #1428

Closed jedla97 closed 3 weeks ago

jedla97 commented 3 weeks ago

The quarkus-webjars-locator was renamed to quarkus-web-dependency-locator. See https://github.com/quarkusio/quarkus/wiki/Migration-Guide-3.11#webjar-locator-extension-renamed-to-web-dependency-locator

Check list:

Your pull request:

quarkus-bot[bot] commented 3 weeks ago

:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit 491ba0aee075b8dffc918e8dc37440ec2296052f.

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

:gear: Build - JDK 17 #

- Failing: spring-data-rest-quickstart 

:package: spring-data-rest-quickstart

org.acme.spring.data.rest.FruitsRepositoryTest.testListAllFruits line 32 - More details - Source on GitHub

``` java.lang.AssertionError: 1 expectation failed. Expected status code <204> but was <500>. 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:499) ```
quarkus-bot[bot] commented 3 weeks ago

:waning_crescent_moon: This workflow status is outdated as a new workflow run has been triggered.

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit 491ba0aee075b8dffc918e8dc37440ec2296052f.

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

:gear: Build - JDK 17 #

- Failing: spring-data-rest-quickstart 

:package: spring-data-rest-quickstart

org.acme.spring.data.rest.FruitsRepositoryTest.testListAllFruits line 32 - More details - Source on GitHub

``` java.lang.AssertionError: 1 expectation failed. Expected status code <204> but was <500>. 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:499) ```
jedla97 commented 3 weeks ago

Failure is caused by update of spring boot in rest. The #1427 will fix it

quarkus-bot[bot] commented 3 weeks ago

Status for workflow Pull Request Build - development

This is the status report for running Pull Request Build - development on commit 2afebfd30d6f35066e127008fc949028f175cb28.

:white_check_mark: The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.