Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several dependencies to their latest versions, including Jackson, Lombok, Google Cloud libraries, and testing frameworks. The changes also include code formatting improvements to maintain consistent style across the codebase.
Key changes:
- Major dependency version upgrades (Jackson 2.18.2, Lombok 1.18.42, Google Cloud BOM 26.73.0)
- Addition of new aggregation query methods to support updated Datastore API
- Code formatting improvements with explicit imports and multi-line comment wrapping
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| java/pom.xml | Updates dependency versions for Jackson, Lombok, Google Cloud libraries, JSON, fastutil, and Mockito |
| java/src/main/java/com/google/appengine/tools/txn/PipelineBackendTransactionImpl.java | Adds aggregation query methods, replaces wildcard imports with explicit imports, and reformats multi-line comments and statements |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
aperez-worklytics
approved these changes
Jan 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features
Change implications