Skip to content

Bump org.glassfish.expressly:expressly from 5.0.0 to 6.0.0 #47973

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2025

Bumps org.glassfish.expressly:expressly from 5.0.0 to 6.0.0.

Release notes

Sourced from org.glassfish.expressly:expressly's releases.

6.0.0

What's Changed

New Contributors

Full Changelog: eclipse-ee4j/expressly@5.0.0-RELEASE...6.0.0-RELEASE

6.0.0-M2

What's Changed

New Contributors

Full Changelog: eclipse-ee4j/expressly@6.0.0-M1-RELEASE...6.0.0-M2-RELEASE

6.0.0-M1

What's Changed

Full Changelog: eclipse-ee4j/expressly@5.0.0-RELEASE...6.0.0-M1-RELEASE

Commits
  • 749486a Prepare release org.glassfish.expressly:expressly:6.0.0
  • 1e1a72d Merge pull request #14 from senivam/spiFix
  • 81c85eb Merge branch 'master' into spiFix
  • e1e4961 Merge pull request #17 from arjantijms/update_versions
  • 85f9300 Update versions in pom
  • fa5ed8c Fix for SPI services to be included into the resulting jar
  • 44346c8 Merge pull request #12 from arjantijms/expressly_60
  • 4d227dd Initial support for Expression Language 6.0
  • 22a696f Merge pull request #10 from pzygielo/unused
  • 3b72ce3 Remove unused method
  • See full diff 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 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)

Bumps [org.glassfish.expressly:expressly](https://github.com/eclipse-ee4j/expressly) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/eclipse-ee4j/expressly/releases)
- [Commits](eclipse-ee4j/expressly@5.0.0-RELEASE...6.0.0-RELEASE)

---
updated-dependencies:
- dependency-name: org.glassfish.expressly:expressly
  dependency-version: 6.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label May 20, 2025
@quarkus-bot quarkus-bot bot added the env/m1 Impacts Apple M1 machines label May 20, 2025
@quarkus-bot quarkus-bot bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform labels May 20, 2025
@gastaldi gastaldi requested a review from gsmet May 20, 2025 21:15
Copy link

quarkus-bot bot commented May 21, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 03ff317.

✅ 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.

You can consult the Develocity build scans.


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17

📦 extensions/smallrye-reactive-messaging/deployment

io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector - History

  • Expecting actual: ["-6","-7","-8","-10","-11","-12","-13","-14"] to start with: ["-6", "-7", "-8", "-9"] - java.lang.AssertionError
java.lang.AssertionError: 

Expecting actual:
  ["-6","-7","-8","-10","-11","-12","-13","-14"]
to start with:
  ["-6", "-7", "-8", "-9"]

	at io.quarkus.smallrye.reactivemessaging.hotreload.ConnectorChangeTest.testUpdatingConnector(ConnectorChangeTest.java:41)

⚙️ JVM Integration Tests - JDK 17

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.LoggingResourceTest.testException - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at io.quarkus.it.opentelemetry.LoggingResourceTest.testException(LoggingResourceTest.java:113)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)

⚙️ JVM Integration Tests - JDK 21

📦 integration-tests/opentelemetry

io.quarkus.it.opentelemetry.LoggingResourceTest.testException - History

  • Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes. - org.awaitility.core.ConditionTimeoutException
org.awaitility.core.ConditionTimeoutException: Condition with Lambda expression in io.quarkus.it.opentelemetry.LoggingResourceTest was not fulfilled within 2 minutes.
	at org.awaitility.core.ConditionAwaiter.await(ConditionAwaiter.java:167)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:78)
	at org.awaitility.core.CallableCondition.await(CallableCondition.java:26)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1160)
	at org.awaitility.core.ConditionFactory.until(ConditionFactory.java:1129)
	at io.quarkus.it.opentelemetry.LoggingResourceTest.testException(LoggingResourceTest.java:113)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)

@gastaldi gastaldi merged commit 0dce20e into main May 21, 2025
57 checks passed
@quarkus-bot quarkus-bot bot added this to the 3.24 - main milestone May 21, 2025
@gastaldi gastaldi deleted the dependabot/maven/org.glassfish.expressly-expressly-6.0.0 branch May 21, 2025 00:54
@gsmet
Copy link
Member

gsmet commented May 21, 2025

Actually, this should have been updated in the HV 9 pull request.

It's no biggie as the HV 9 upgrade will be merged soon but let's be cautious with new major versions.

@gastaldi
Copy link
Contributor

Maybe we should remove it from the dependabot descriptor? That would be safer I think

@gsmet
Copy link
Member

gsmet commented May 21, 2025

@marko-bekhta could you add a rule to Dependabot to avoid major bumps for this dependency?

@marko-bekhta
Copy link
Contributor

opened a PR here: #47986

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/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/platform Issues related to definition and interaction with Quarkus Platform env/m1 Impacts Apple M1 machines kind/component-upgrade triage/flaky-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants