Alex Osborne
789603c1b7
[maven-release-plugin] prepare for next development iteration
2026-07-03 10:20:27 +09:00
Alex Osborne
7af0bf56ea
[maven-release-plugin] prepare release 3.16.0
2026-07-03 10:20:16 +09:00
Alex Osborne
6c7a54b5c5
[maven-release-plugin] prepare for next development iteration
2026-07-03 08:49:28 +09:00
Alex Osborne
9fdd5543af
[maven-release-plugin] prepare release 3.16.0
2026-07-03 08:49:14 +09:00
Alex Osborne
e0b46789bc
[maven-release-plugin] prepare for next development iteration
2026-05-26 11:51:31 +09:00
Alex Osborne
bc28f4d1ae
[maven-release-plugin] prepare release 3.15.0
2026-05-26 11:51:25 +09:00
Alex Osborne
94aaebfca2
[maven-release-plugin] prepare for next development iteration
2026-04-06 17:11:14 +09:00
Alex Osborne
56f8aee836
[maven-release-plugin] prepare release 3.14.1
2026-04-06 17:11:04 +09:00
Alex Osborne
1a2b108663
[maven-release-plugin] prepare for next development iteration
2026-02-06 23:34:10 +09:00
Alex Osborne
9ffead59c0
[maven-release-plugin] prepare release 3.14.0
2026-02-06 23:34:00 +09:00
Alex Osborne
3a1974528a
[maven-release-plugin] prepare for next development iteration
2025-12-11 13:54:13 +09:00
Alex Osborne
ec62a9b0ad
[maven-release-plugin] prepare release 3.13.0
2025-12-11 13:54:07 +09:00
Alex Osborne
4091e6d6f7
Move jackson-bom import to the parent pom
...
We're now using jackson in several submodules. This ensures we're using consistent versions everywhere.
2025-12-11 13:46:31 +09:00
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
dependabot[bot]
d972ac47e0
Bump the minor-and-patch group with 3 updates
...
Bumps the minor-and-patch group with 3 updates: [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework ), [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson ) and [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom ).
Updates `org.junit.jupiter:junit-jupiter` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases )
- [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1 )
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `com.fasterxml.jackson:jackson-bom` from 2.20.0 to 2.20.1
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.20.0...jackson-bom-2.20.1 )
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.20.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.20.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-and-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-03 10:23:29 +09:00
Alex Osborne
ab41c7a658
[maven-release-plugin] prepare for next development iteration
2025-10-30 10:25:16 +09:00
Alex Osborne
b626f52d67
[maven-release-plugin] prepare release 3.12.0
2025-10-30 10:25:11 +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