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.7
->1.18.1
2.21.0
->2.21.1
2.22.1
->2.28.0
3.24.4
->3.25.0
1.58.0
->1.59.0
1.58.0
->1.59.0
1.58.0
->1.59.0
1.58.0
->1.59.0
1.58.0
->1.59.0
0.47.0
->0.49.0
Release Notes
google/google-java-format (googleJavaFormat)
v1.18.1
Changes
Full Changelog: google/google-java-format@v1.18.0...v1.18.1
v1.18.0
Changes
final var
lambda variables (#959)Full Changelog: google/google-java-format@v1.17.0...v1.18.0
v1.17.0
Changes
Full Changelog: google/google-java-format@v1.16.0...v1.17.0
v1.16.0
Changes
Bug fixes
Full Changelog: google/google-java-format@v1.15.0...v1.16.0
v1.15.0
What's Changed
--add-exports
flags on the command line is no longer necessary for JDK 17 and newer (google/google-java-format@ee81afc)Full Changelog: google/google-java-format@v1.14.0...v1.15.0
v1.14.0
: 1.14.0What's Changed
non-
(#696)R
classes (16e72a1
)668f108
)Full Changelog: google/google-java-format@v1.13.0...v1.14.0
v1.13.0
: 1.13.0What's Changed
Full Changelog: google/google-java-format@v1.12.0...v1.13.0
v1.12.0
: 1.12.0What's Changed
Full Changelog: google/google-java-format@v1.11.0...v1.12.0
v1.11.0
: 1.11.0google-java-format
now has improved support for running on JDK 17 early access builds.Changes:
final
variables ininstanceof
patterns (#588)instanceof
pattern handling (#594)sealed
classes (#603)v1.10.0
: 1.10.0google-java-format
now supports running on JDK 16. The following flags are required when running on JDK 16, due to JEP 396: Strongly Encapsulate JDK Internals by Default:Other changes:
;
in import lists (google/google-java-format@b769e81)-
and negative literals (google/google-java-format@6da736d)googleapis/sdk-platform-java (com.google.api.grpc:proto-google-common-protos)
v2.28.0
Features
generate_library.sh
(#2121) (b17d8a1)Bug Fixes
Dependencies
4b9b60d
(#2178) (6a8972e)a0bfee4
(#2181) (88bccd9)e485c2f
(#2134) (97f97c6)v2.27.0
Features
Dependencies
v2.26.0
Features
*gapic.legacy.yaml
when parsingjava_gapic_opts
(#2015) (1ad5ec0)BUILD.bazel
(#2004) (ed16ac7)Bug Fixes
grpc-*
directory if transport isrest
(#1979) (9c0316b)Documentation
Dependencies
v2.25.0
Features
generate_library.sh
without post processing (#1916) (ffc058a)Bug Fixes
Documentation
v2.24.0
Features
resource_type
andresource_permission
for an API method (#1878) (3e27ca9)v2.23.0
Features
Bug Fixes
Dependencies
protocolbuffers/protobuf (com.google.protobuf:protoc)
v3.25.0
grpc/grpc-java (io.grpc:protoc-gen-grpc-java)
v1.59.0
gRPC Java 1.59.0 Release Notes
PLANNED ABI BREAKAGE!
This breaks the ABI of the
@ExperimentalApi
classes listed below.This does not impact source code (API); it only impacts code compiled with a different version of gRPC than it runs with (ABI).
Users that recompiled their code using grpc-java
v1.36.0
(released on Feb 23, 2021) and later, ARE NOT AFFECTED.Users that compiled their source using grpc-java earlier than
v1.36.0
may need to recompile when upgrading to grpc-javav1.59.0
.See details in #10406.
Affected classes
Class
io.grpc.internal.AbstractManagedChannelImplBuilder
is deleted, and no longer in the class hierarchy of the channel builders:io.grpc.netty.NettyChannelBuilder
io.grpc.okhttp.OkhttpChannelBuilder
io.grpc.cronet.CronetChannelBuilder
Class
io.grpc.internal.AbstractServerImplBuilder
is deleted, and no longer in the class hierarchy of the server builders:io.grpc.netty.NettyServerBuilder
io.grpc.inprocess.InProcessServerBuilder
API Changes
AbstractManagedChannelImplBuilder
andAbstractServerImplBuilder
are removed (#10530). This is ABI-breaking, see the warning above. (#10406)v1.36.0
to ease removal of internal ABIs. (#10406)ForwardingChannelBuilder2
, an ABI-safe version ofForwardingChannelBuilder
, which will be deprecated in the following release. (#10585, #10406)LoadBalancer.FixedResultPicker
convenience class for load balancer implementations. It is a replacement forErrorPicker
andEMPTY_PICKER
added in 1.58.0Behavior Changes
Improvements
Bug Fixes
Documentation
Dependencies
Acknowledgements
John Cormie (@jdcormie)
Stephane Landelle (@slandelle)
@kotlaja
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.