2 Commits
Author SHA1 Message Date
Alex Osborne ed176b7d54 BeanDocProcessor: Unwrap IntelliJ ProcessingEnvironment
It seems IntelliJ injects some kind of wrapper that causes Trees.instance() to fail. The error message suggests doing this as a workaround.
2025-12-09 17:06:33 +09:00
Alex Osborne 89e5ecc7d6 docs: replace javalang with an annotation processor
This means we can rely on the Java compiler to parse the source code instead of the old python library which no longer works as it only supported Java 8 source code. The new processor generates a META-INF/heritrix-beans.json file for each module at compile time which the sphinx beandoc plugin then reads.

My intent is to eventually use the heritrix-beans.json files to also implement autocomplete and context-sensitive help in the Heritrix config editor.
2025-10-28 16:26:19 +09:00