Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Bazel 0.19 Support #122

Closed
jjudd opened this issue Oct 25, 2018 · 3 comments
Closed

Bazel 0.19 Support #122

jjudd opened this issue Oct 25, 2018 · 3 comments

Comments

@jjudd
Copy link
Collaborator

jjudd commented Oct 25, 2018

Annex warns on some things in 0.19. I'm working on fixing them, but using this issue to document the things I'm running into

...depends on deprecated target '@local_jdk//:java': Don't depend on targets in the JDK workspace; use @bazel_tools//tools/jdk:current_java_runtime instead (see https://github.com/bazelbuild/bazel/issues/5594).

@pauldraper
Copy link
Contributor

pauldraper commented Oct 26, 2018

Wow, you're on top of it ;)

Bazel 0.18 came out less than two weeks ago.

@jjudd
Copy link
Collaborator Author

jjudd commented Oct 26, 2018

Hah. I'm going to push hard to get the s3 pr merged because upgrading to HEAD every few months is less than ideal :D

@pauldraper
Copy link
Contributor

:)

HTTP basic auth with lamda@edge or API gateway authenticator....it could happen.

jjudd pushed a commit to lucidsoftware/rules_scala that referenced this issue May 7, 2019
… warnings.

The current code with more recent versions of Bazel causes a warning about
using the deprecated target '@local_jdk//:java' and to use use
@bazel_tools//tools/jdk:current_java_runtime instead (see
bazelbuild/bazel#5594).

Resolves higherkindness#122
jjudd pushed a commit to lucidsoftware/rules_scala that referenced this issue May 8, 2019
… warnings.

The current code with more recent versions of Bazel causes a warning about
using the deprecated target '@local_jdk//:java' and to use use
@bazel_tools//tools/jdk:current_java_runtime instead (see
bazelbuild/bazel#5594).

Resolves higherkindness#122
jjudd pushed a commit to lucidsoftware/rules_scala that referenced this issue May 17, 2019
Includes updating the _java attribute to use current_java_runtime and get rid
of warnings.

The current code with more recent versions of Bazel causes a warning about
using the deprecated target '@local_jdk//:java' and to use use
@bazel_tools//tools/jdk:current_java_runtime instead (see
bazelbuild/bazel#5594).

Resolves higherkindness#122
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants