google-nomulus/prober
Lai Jiang a7f4a885b1 Update a few plugins for Java 11 compatibility (#966)
* Update a few plugins for Java 11 compatibility

Guice 5.0.1 is now compatible with Java 11. However we don't
directly depend on Guice. Rather Soy depends on Guice. So I added a
direct dependency on Guice 5.0 just before Soy in order to frontload Soy
and pull in the newer version.

Mockito 3.7.7 is now compatible with Java 11. The complication is that
we need to use the inline version of Mockito, which among other things
also allows mocking for final classes (hooray!). It will eventually
become the default Mockito mock maker but for now it needs to be
manually activated.

Note that the inline version now introduces another warning:

```
OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
```

Which I think is WAI due to how the inline mock maker works. Waiting on
the author to confirm.

After these to changes the only illegal reflective access is caused by
App Engine SDK tools, which we will rid ourselves of when we migrate off
of GAE.

* Restore package-lock.json
2021-03-02 21:01:30 -05:00
..
gradle/dependency-locks Update a few plugins for Java 11 compatibility (#966) 2021-03-02 21:01:30 -05:00
src Update a few plugins for Java 11 compatibility (#966) 2021-03-02 21:01:30 -05:00
.gitignore Prober EPP components added (#202) 2019-08-15 16:03:36 -04:00
build.gradle Upgrade prober & proxy packages from JUnit 4 to JUnit 5 (#734) 2020-08-01 11:34:58 -04:00