Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:libraries-bom (source) 26.51.0 -> 26.52.0 age adoption passing confidence

Release Notes

googleapis/java-cloud-bom (com.google.cloud:libraries-bom)

v26.52.0

Compare Source

Dependencies
  • update dependency com.google.cloud:first-party-dependencies to v3.41.0 (#​6875) (eb138b6)
  • update dependency com.google.cloud:gapic-libraries-bom to v1.49.0 (#​6892) (e095472)
  • update dependency com.google.cloud:google-cloud-bigquery to v2.45.0 (#​6886) (cf9fe6e)
  • update dependency com.google.cloud:google-cloud-bigquerystorage-bom to v3.11.0 (#​6881) (b3da142)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.50.0 (#​6874) (79bb5be)
  • update dependency com.google.cloud:google-cloud-bigtable-bom to v2.51.0 (#​6893) (125ffe4)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.25.0 (#​6876) (17e75dc)
  • update dependency com.google.cloud:google-cloud-datastore-bom to v2.25.1 (#​6888) (a90efed)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.30.1 (#​6873) (699c4db)
  • update dependency com.google.cloud:google-cloud-firestore-bom to v3.30.2 (#​6880) (050a33f)
  • update dependency com.google.cloud:google-cloud-logging-bom to v3.21.0 (#​6884) (cb319f3)
  • update dependency com.google.cloud:google-cloud-logging-logback to v0.132.0-alpha (#​6887) (30d9b73)
  • update dependency com.google.cloud:google-cloud-nio to v0.127.28 (#​6882) (0ae4361)
  • update dependency com.google.cloud:google-cloud-pubsub-bom to v1.135.0 (#​6877) (df7b955)
  • update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15.0 (#​6885) (eb74bc2)
  • update dependency com.google.cloud:google-cloud-spanner-bom to v6.83.0 (#​6889) (2fc8d1a)
  • update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.25.1 (#​6890) (fc4869e)
  • update dependency com.google.cloud:google-cloud-storage-bom to v2.46.0 (#​6883) (dc38e51)
  • update dependency org.codehaus.plexus:plexus-utils to v3.6.0 (#​6891) (4529f52)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested review from a team as code owners December 17, 2024 20:03
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 17, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-libraries-bom-26.x branch from ba21c49 to 5a20b62 Compare December 26, 2024 16:00
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 26, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 26, 2024
burkedavison added a commit that referenced this pull request Dec 26, 2024
Further troubleshooting needed to determine why #11362 isn't picking up this update.

Updating to 26.52.0 should resolve nightly failures due to missing native-image config
burkedavison added a commit that referenced this pull request Dec 26, 2024
…11369)

Further troubleshooting needed to determine why #11362 isn't picking up this update.

Updating to 26.52.0 should resolve nightly failures due to missing native-image config
@zhumin8 zhumin8 enabled auto-merge (squash) January 8, 2025 17:04
@zhumin8 zhumin8 disabled auto-merge January 8, 2025 17:04
@zhumin8 zhumin8 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 8, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 8, 2025
@zhumin8
Copy link
Contributor

zhumin8 commented Jan 8, 2025

kokoro - test: graalvm native image A failed with

com.google.cloud.vertexai.it.ITChatSessionIntegrationTest > sendMessageWithNewConfigs_historyContainsFullConversation FAILED

com.google.cloud.vertexai.it.ITChatSessionIntegrationTest > sendMessageWithAutomaticFunctionCalling_autoRespondToFunctionCall SUCCESSFUL

com.google.cloud.vertexai.it.ITChatSessionIntegrationTest > sendMessageWithFunctionCalling_functionCallInResponse SUCCESSFUL


Failures (1):
  JUnit Vintage:ITChatSessionIntegrationTest:sendMessageWithNewConfigs_historyContainsFullConversation
    MethodSource [className = 'com.google.cloud.vertexai.it.ITChatSessionIntegrationTest', methodName = 'sendMessageWithNewConfigs_historyContainsFullConversation', methodParameterTypes = '']
    => java.lang.IllegalStateException: The last round of conversation will not be added to history because response stream did not finish normally. Finish reason is RECITATION.
       com.google.cloud.vertexai.generativeai.ChatSession.checkFinishReasonAndEditHistory(ChatSession.java:339)
       com.google.cloud.vertexai.generativeai.ChatSession.lambda$checkLastResponseAndEditHistory$1(ChatSession.java:323)
       java.base@21.0.2/java.util.Optional.ifPresent(Optional.java:178)
       com.google.cloud.vertexai.generativeai.ChatSession.checkLastResponseAndEditHistory(ChatSession.java:316)
       com.google.cloud.vertexai.generativeai.ChatSession.sendMessage(ChatSession.java:243)
       com.google.cloud.vertexai.generativeai.ChatSession.sendMessage(ChatSession.java:233)
       com.google.cloud.vertexai.it.ITChatSessionIntegrationTest.sendMessageWithNewConfigs_historyContainsFullConversation(ITChatSessionIntegrationTest.java:159)
       java.base@21.0.2/java.lang.reflect.Method.invoke(Method.java:580)

@zhumin8 zhumin8 enabled auto-merge (squash) January 8, 2025 17:06
@zhumin8 zhumin8 merged commit 7aa7458 into googleapis:main Jan 8, 2025
31 checks passed
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-libraries-bom-26.x branch January 8, 2025 17:54
lqiu96 pushed a commit that referenced this pull request Jul 7, 2025
…11369)

Further troubleshooting needed to determine why #11362 isn't picking up this update.

Updating to 26.52.0 should resolve nightly failures due to missing native-image config
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.

3 participants