-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 org.mvnpm.at.vaadin:router from 1.7.5 to 2.0.0 #46288
Conversation
Bumps [org.mvnpm.at.vaadin:router](https://github.com/vaadin/vaadin-router) from 1.7.5 to 2.0.0. - [Release notes](https://github.com/vaadin/vaadin-router/releases) - [Commits](vaadin/router@v1.7.5...v2.0.0) --- updated-dependencies: - dependency-name: org.mvnpm.at.vaadin:router dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
/cc @phillip-kruger (mvnpm) |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | JVM Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
✖ | JVM Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | Devtools Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | Devtools Tests - JDK 21 | Build |
Failures | Logs | Raw logs | 🔍 |
✖ | Devtools Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 21 #
- Failing: devtools/cli
📦 devtools/cli
✖ io.quarkus.cli.CliProjectGradleTest.
- History - More details - Source on GitHub
java.lang.StackOverflowError
at java.base/java.lang.ThreadLocal.get(ThreadLocal.java:185)
at java.base/java.lang.ThreadLocal.get(ThreadLocal.java:172)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.b.a(SourceFile:24)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.b.print(SourceFile:131)
at com.gradle.maven.scan.extension.test.listener.obfuscated.h.a.a(SourceFile:102)
at com.gradle.maven.scan.extension.test.listener.obfuscated.h.a.b(SourceFile:65)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.a.a(SourceFile:85)
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaults
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaultsWithKotlinDSL
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppOverrides
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
⚙️ JVM Tests - JDK 17 Windows #
- Failing: devtools/cli
📦 devtools/cli
✖ io.quarkus.cli.CliProjectGradleTest.
- History - More details - Source on GitHub
java.lang.StackOverflowError
at java.base/java.io.BufferedWriter.write(BufferedWriter.java:233)
at java.base/java.io.Writer.write(Writer.java:249)
at java.base/java.io.PrintStream.write(PrintStream.java:697)
at java.base/java.io.PrintStream.print(PrintStream.java:863)
at com.gradle.maven.scan.extension.test.listener.obfuscated.l.b.print(SourceFile:131)
at com.gradle.maven.scan.extension.test.listener.obfuscated.h.a.a(SourceFile:102)
at com.gradle.maven.scan.extension.test.listener.obfuscated.h.a.b(SourceFile:65)
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaults
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppDefaultsWithKotlinDSL
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
✖ io.quarkus.cli.CliProjectGradleTest.testCreateAppOverrides
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
Expected OK return code. Result:
result: {
exitCode: {1},
system_err: {
FAILURE: Build failed with an exception.
* What went wrong:
⚙️ Devtools Tests - JDK 17 #
- Failing: integration-tests/devtools
📦 integration-tests/devtools
✖ io.quarkus.devtools.codestarts.quarkus.KotlinSerializationCodestartTest.buildAllProjectsGradle
line 61
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
[Run project return status should be zero]
expected: 0
but was: 1
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildProject(QuarkusCodestartTest.java:158)
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildAllProjects(QuarkusCodestartTest.java:145)
at io.quarkus.devtools.codestarts.quarkus.KotlinSerializationCodestartTest.buildAllProjectsGradle(KotlinSerializationCodestartTest.java:61)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
⚙️ Devtools Tests - JDK 21 #
- Failing: integration-tests/devtools
📦 integration-tests/devtools
✖ io.quarkus.devtools.codestarts.quarkus.KotlinSerializationCodestartTest.buildAllProjectsGradle
line 61
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
[Run project return status should be zero]
expected: 0
but was: 1
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildProject(QuarkusCodestartTest.java:158)
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildAllProjects(QuarkusCodestartTest.java:145)
at io.quarkus.devtools.codestarts.quarkus.KotlinSerializationCodestartTest.buildAllProjectsGradle(KotlinSerializationCodestartTest.java:61)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
⚙️ Devtools Tests - JDK 17 Windows #
- Failing: integration-tests/devtools
📦 integration-tests/devtools
✖ io.quarkus.devtools.codestarts.quarkus.KotlinSerializationCodestartTest.buildAllProjectsGradle
line 61
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError:
[Run project return status should be zero]
expected: 0
but was: 1
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildProject(QuarkusCodestartTest.java:158)
at io.quarkus.devtools.testing.codestarts.QuarkusCodestartTest.buildAllProjects(QuarkusCodestartTest.java:145)
at io.quarkus.devtools.codestarts.quarkus.KotlinSerializationCodestartTest.buildAllProjectsGradle(KotlinSerializationCodestartTest.java:61)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
Flaky tests - Develocity
⚙️ JVM Tests - JDK 17
📦 extensions/smallrye-reactive-messaging-kafka/deployment
✖ io.quarkus.smallrye.reactivemessaging.kafka.deployment.testing.KafkaDevServicesContinuousTestingWorkingAppPropsTestCase.testContinuousTestingScenario3
- History
io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor\#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90) at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
-java.lang.RuntimeException
java.lang.RuntimeException:
io.quarkus.builder.BuildException: Build failure: Build failed due to errors
[error]: Build step io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor#startApicurioRegistryDevService threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image quay.io/apicurio/apicurio-registry-mem:2.4.2.Final
at io.quarkus.apicurio.registry.devservice.DevServicesApicurioRegistryProcessor.startApicurioRegistryDevService(DevServicesApicurioRegistryProcessor.java:90)
at java.base/java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:732)
at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:856)
at io.quarkus.builder.BuildContext.run(BuildContext.java:255)
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps org.mvnpm.at.vaadin:router from 1.7.5 to 2.0.0.
Release notes
Sourced from org.mvnpm.at.vaadin:router's releases.
... (truncated)
Commits
7e87b3b
fix: use es2021 as a target for TypeScript (#900)842b6f7
chore: use concurrently instead of abandoned npm-run-all (#899)23e485a
chore: renamed.ts
files tot.ts
to resolveskipLibCheck
issue (#892)7a889a9
fix: add route v1 compatibility type definitions (#895)e2e579c
chore(deps-dev): bump stylelint from 16.9.0 to 16.10.0 (#894)8a5d64d
Update README.mdca6359c
docs: add documentation system and more docs (#890)fc5df13
2.0.0167efd6
2.0.0-rc41c559fb
fix: Router#resolve typings (#891)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 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)