Results 38 issues of Ivo List

The new release should include: https://github.com/bazelbuild/rules_jvm_external/pull/1226 The PR makes it possible to use a single rules_java version on Bazel 6.x and 7.

Introduce primitive types. Also preliminary introduce collection types, so that the spec won't seem half done. Move the strings returned by `type()` function to its section. `type` function returns strings...

Fetch released prebuilt binaries and use them in a platform based select. That selects appropriate binary for the platform or falls back to sources. (It's mostly just about wiring stuff...

packaging & distribution
protoc
bazel
untriaged
inactive

The former was deprecated. - - - This change is [](https://reviewable.io/reviews/googleapis/google-cloud-cpp/14988)

All uses need to be through rules_cc, because C++ will be removed from Bazel.

Release 0.2.0 already has the compatibility proxy - depending on the Bazel version uses rules implementation from rules_cc. There's a need for previous release with only cc_proto_library degradation.

P2

The default value of `mandatory` changed from `False` to `True` https://github.com/bazelbuild/rules_cc/commit/07e3cb66d0d516d5d855c745a3a1b5bae0b67e5e First affected release is rules_cc 0.1.2 The default behaviour should be better in the most of the cases.

P2