google-nomulus/docs
Lai Jiang fba8af0485 Migrate the documentation package to Java 11 (#729)
* Migrate the documentation package to Java 11

The old Doclet API is deprected and removed in Java 12. This commit
changes the documentation package to use the new recommended API.
However it is not a drop-in replacement and there are non-idiomatic
usages all over the place. I think it is eaiser to keep the current code
logic and kind of shoehorn in the new API than starting afresh as the
return on investment of a do-over is not great.

Also note that the docs package is disabled as of this commit because we
are still using Java 8 to compile which lacks the new API. Once we
switch our toolchains to Java 11 (but still compiling Java 8 bytecode)
we can re-enable this package.

TESTED=ran `./gradlew :docs:test` locally with the documentation package
enabled.
2020-07-30 17:12:33 -04:00
..
operational-procedures Rename whitelist -> allow list (#635) 2020-06-18 18:36:05 -04:00
src Migrate the documentation package to Java 11 (#729) 2020-07-30 17:12:33 -04:00
admin-tool.md Remove references to Eclipse 2018-03-19 18:45:41 -04:00
architecture.md Delete remnants of registrar-level credits 2018-06-27 15:28:52 -04:00
authentication-framework.md Rename whitelist -> allow list (#635) 2020-06-18 18:36:05 -04:00
build.gradle Migrate the documentation package to Java 11 (#729) 2020-07-30 17:12:33 -04:00
code-structure.md Rename whitelist -> allow list (#635) 2020-06-18 18:36:05 -04:00
coding-faq.md Refer to Datastore everywhere correctly by its capitalized form 2017-02-17 12:12:12 -05:00
configuration.md Fix incorrect public tutorial on configuration 2019-05-06 16:09:23 -04:00
developing.md Add link to final ReferenceUnion migration commit in Developing doc 2016-11-15 15:15:55 -05:00
first-steps-tutorial.md (docs): fixed small errors (#572) 2020-05-11 10:01:47 -04:00
flows.md Migrate the documentation package to Java 11 (#729) 2020-07-30 17:12:33 -04:00
gradle.md Refactor to be more in line with a standard Gradle project structure 2019-06-13 09:41:11 -04:00
install.md Update to bazel 0.25.0 2019-05-06 16:36:04 -04:00
operational-procedures.md Clarify diff display of MutatingCommand 2017-10-04 16:16:45 -04:00
proxy-setup.md (docs): fixed small errors (#572) 2020-05-11 10:01:47 -04:00
rdap.md Fix cut-and-paste error in RDAP documentation 2018-03-19 18:31:15 -04:00
registrar-faq.md Rename whitelist -> allow list (#635) 2020-06-18 18:36:05 -04:00