Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Bumps com.google.cloud.functions:functions-framework-api from 1.1.4 to 2.0.0.

Release notes

Sourced from com.google.cloud.functions:functions-framework-api's releases.

functions-framework-api: v2.0.0

2.0.0 (2025-11-05)

⚠ BREAKING CHANGES

  • remove java11 support and expand java21 test coverage (#356)

Features

  • remove java11 support and expand java21 test coverage (#356) (c1f27d2)

java-function-invoker: v2.0.0

2.0.0 (2025-11-06)

⚠ BREAKING CHANGES

  • update functions-framework-api dependency to 2.0.0 (#365)
  • implementation: use Java 17 or above, as required by Eclipse Jetty-12.
  • remove java11 support and expand java21 test coverage (#356)

Features

  • remove java11 support and expand java21 test coverage (#356) (c1f27d2)

Miscellaneous Chores

  • implementation: use Jetty-12.1 core without servlets (#333) (e23f98f)
  • update functions-framework-api dependency to 2.0.0 (#365) (f351c1a)

java-function-invoker: v1.4.3

1.4.3 (2025-10-20)

Bug Fixes

  • add autovalue plugin config to invoker/core/pom.xml to fix local development (#339) (4203279)

java-function-invoker: v1.4.2

1.4.2 (2025-10-20)

Bug Fixes

  • add autovalue plugin config to invoker/core/pom.xml to fix local development (#339) (4203279)

java-function-invoker: v1.4.1

1.4.1 (2025-03-07)

... (truncated)

Commits
  • b536258 chore(main): release java-function-invoker 2.0.0 (#359)
  • f351c1a chore!: update functions-framework-api dependency to 2.0.0 (#365)
  • daa0cc5 chore: fix project metadata in poms (#366)
  • a868a62 chore(main): release functions-framework-api 2.0.0 (#357)
  • 1ff16ba chore(deps): update all non-major dependencies (#362)
  • 3fb1c02 chore(deps): update actions/setup-java action to v5 (#363)
  • e23f98f chore(implementation): use Jetty-12.1 core without servlets (#333)
  • 2297f3e chore: fix kokoro java17 setup (#360)
  • c1f27d2 feat!: remove java11 support and expand java21 test coverage (#356)
  • b6d37e5 chore(main): release function-maven-plugin 0.11.3-SNAPSHOT (#355)
  • 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 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 [com.google.cloud.functions:functions-framework-api](https://github.com/GoogleCloudPlatform/functions-framework-java) from 1.1.4 to 2.0.0.
- [Release notes](https://github.com/GoogleCloudPlatform/functions-framework-java/releases)
- [Commits](GoogleCloudPlatform/functions-framework-java@functions-framework-api-v1.1.4...java-function-invoker-v2.0.0)

---
updated-dependencies:
- dependency-name: com.google.cloud.functions:functions-framework-api
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Nov 6, 2025
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 7, 2025

Status for workflow Quarkus CI

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

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

📦 extensions/smallrye-graphql/deployment

io.quarkus.smallrye.graphql.deployment.CompletionStageTest.testSourcePost - History

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

	at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:483)
	at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:73)

⚙️ Maven Tests - JDK 17 Windows

📦 integration-tests/devmode

io.quarkus.test.devui.DevUIGrpcSmokeTest.testTestService - History

  • Too many recursions, message not returned for id [245703665] - java.lang.RuntimeException
java.lang.RuntimeException: Too many recursions, message not returned for id [245703665]
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:175)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:178)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:178)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:178)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:178)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:178)
	at io.quarkus.devui.tests.DevUIJsonRPCTest.objectResultFromJsonRPC(DevUIJsonRPCTest.java:178)

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> - java.lang.AssertionError
java.lang.AssertionError: 
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
     but: <0> was less than <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

@gsmet
Copy link
Member

gsmet commented Nov 7, 2025

@loicmathieu what's your take on this one?

@loicmathieu
Copy link
Contributor

Just seen that it has a new version. I'll prefer to test it manually before merging it, as I always did, as our tests didn't run inside the real cloud function engine, but a local invoker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants