Update dependency com.google.appengine:appengine-testing to v5#61
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency com.google.appengine:appengine-testing to v5#61renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
7556dd6 to
3445f3f
Compare
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.
This PR contains the following updates:
1.6.5→5.0.0Release Notes
GoogleCloudPlatform/appengine-java-standard (com.google.appengine:appengine-testing)
v5.0.0Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v4.0.2...v5.0.0
v4.0.2Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v4.0.1...v4.0.2
v4.0.1Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v4.0.0...v4.0.1
v4.0.0Compare Source
Breaking Changes
The core change is the introduction of parallel Java proto libraries.
When a .proto file is processed to handle potentially non-UTF8 string fields
as bytes, the generated Java code is placed in a new package.
Typically, the java_package option in the .proto files is modified.
For example, com.google.appengine.api.taskqueue becomes com.google.appengine.api.taskqueue_bytes.
Similarly, com.google.storage.onestore.v3 becomes com.google.storage.onestore.v3_bytes.
The fundamental goal is to address fields in protos that were declared as
string but in practice could contain arbitrary byte arrays, not necessarily valid UTF-8 strings.
In Java Proto1, these were often treated as String,
which could lead to corruption or exceptions.
com.google.appengine.api.datastorepackage has been updated to useproto2 versions of Onestore Entity protos. These protos are repackaged
(shaded) within this JAR.
com.google.appengine.api.datastore.EntityTranslatorclass:EntityTranslator.createFromPb(EntityProto)now acceptscom.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.EntityProtoinstead of
com.google.storage.onestore.v3.OnestoreEntity.EntityProto.EntityTranslator.convertToPb(Entity)now returnscom.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.EntityProtoinstead of
com.google.storage.onestore.v3.OnestoreEntity.EntityProto.com.google.appengine.api.datastore.KeyTranslatorclass:KeyTranslator.createFromPb(Reference)now acceptscom.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.Referenceinstead of
com.google.storage.onestore.v3.OnestoreEntity.Reference.KeyTranslator.convertToPb(Key)now returnscom.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.Referenceinstead of
com.google.storage.onestore.v3.OnestoreEntity.Reference.com.google.appengine.api.datastore.DataTypeTranslatorclass:addPropertiesToPb,extractPropertiesFromPb,extractIndexedPropertiesFromPb,extractImplicitPropertiesFromPb, andfindIndexedPropertiesOnPbnow acceptcom.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.EntityProtoinstead of
com.google.storage.onestore.v3.OnestoreEntity.EntityProto.getPropertyValuenow acceptscom.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.Propertyinstead of
com.google.storage.onestore.v3.OnestoreEntity.Property.getComparablePropertyValuenow acceptscom.google.appengine.repackaged.com.google.storage.onestore.v3_bytes.proto2api.OnestoreEntity.Propertyinstead of
com.google.storage.onestore.v3.OnestoreEntity.Property.v3.0.3Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v3.0.2...v3.0.3
v3.0.2Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v3.0.1...v3.0.2
v3.0.1Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.39...v3.0.1
v2.0.39Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.38...v2.0.39
v2.0.38Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@V2.0.37...v2.0.38
v2.0.37Compare Source
v2.0.36Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.35...v2.0.36
v2.0.35Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.34...v2.0.35
v2.0.34Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.33...v2.0.34
v2.0.33Compare Source
What's Changed
c249025a9e6956c2a31eaFull Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.32...v2.0.33
v2.0.32Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.31...v2.0.32
v2.0.31Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.30...v2.0.31
v2.0.30Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.29...v2.0.30
v2.0.29Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.28...v2.0.29
v2.0.28Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.27...v2.0.28
v2.0.27Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.26...v2.0.27
v2.0.26Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.25...v2.0.26
v2.0.25Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.24...v2.0.25
v2.0.24Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.23...v2.0.24
v2.0.23Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.22...v2.0.23
v2.0.22Compare Source
What's Changed
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.21...v2.0.22
v2.0.21Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.20...v2.0.21
v2.0.20Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.18...v2.0.20
v2.0.19Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.17...v2.0.19
v2.0.17Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.16...v2.0.17
v2.0.16Compare Source
Version 2.0.16
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.14...v2.0.16
v2.0.15Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.14...v2.0.15
v2.0.14Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.13...v2.0.14
v2.0.13Compare Source
v2.0.12Compare Source
v2.0.11Compare Source
Release version 2.0.11
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.9...v2.0.11
v2.0.10Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.9...v2.0.10
v2.0.9Compare Source
Full Changelog: GoogleCloudPlatform/appengine-java-standard@v2.0.8...v2.0.9
v2.0.8Compare Source
v2.0.8
v2.0.7Compare Source
v2.0.7
v2.0.6Compare Source
v2.0.5Compare Source
v2.0.5
v2.0.4Compare Source
v2.0.3Release 2.0.3 from github open source code.
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.
This PR was generated by Mend Renovate. View the repository job log.