google-nomulus/proxy
Weimin Yu cdd92a0a75 Fix or suppress some deprecation warnings
Fix or suppress deprecation warnings except those about GoogleCredential,
which is being handled separately.

The @SuppressWarnings("deprecation") annotation does not cover imports
even when it is at the class level. We removed imports of deprecated
classes and use their fully qualified names in class body.
2019-06-18 17:23:45 -04:00
..
gradle/dependency-locks Upgrade jcommander dep 2019-06-13 13:04:48 -04:00
src Fix or suppress some deprecation warnings 2019-06-18 17:23:45 -04:00
.gitignore Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
build.gradle Move hello.xml and don't use project.ext.foo 2019-06-13 10:14:50 -04:00
Dockerfile Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00