|
From: Alex O. <no...@gi...> - 2025-10-30 00:53:55
|
Branch: refs/heads/ato/autocomplete Home: https://github.com/internetarchive/heritrix3 Commit: c0e5018eef48743bda7b165bdd07431ac5deb4de https://github.com/internetarchive/heritrix3/commit/c0e5018eef48743bda7b165bdd07431ac5deb4de Author: Alex Osborne <aos...@nl...> Date: 2025-10-30 (Thu, 30 Oct 2025) Changed paths: M .github/dependabot.yml M engine/pom.xml A engine/src/main/java/org/archive/crawler/restlet/BeanDocResource.java M engine/src/main/java/org/archive/crawler/restlet/EngineApplication.java M engine/src/main/resources/org/archive/crawler/restlet/Edit.ftl Log Message: ----------- Config editor: implement autocompletion This adds context-sensitive autocompletion for bean classes, bean ids, property names, basic Spring XML tags and attributes. The bean completions use a new `/engine/beandoc` endpoint that serves the combination of all the `/META-INF/heritrix-beans.json` files generated at compile-time by the heritrix-docgen annotation processor. To unsubscribe from these emails, change your notification settings at https://github.com/internetarchive/heritrix3/settings/notifications |