Releases: oracle/opengrok
Releases · oracle/opengrok
1.13.21
- avoid deadlock when running indexer with statsd
- introduce
INDEXER_JAVA_OPTS
environment variable to Docker image which allows to pass extra arguments to the Java process running the indexer
1.13.20
- add support for XML to Universal ctags in the Docker image
1.13.19
- bump Tomcat in Docker image from 10.1.26-jdk17 to 10.1.28-jdk17
- log LDAP connect exceptions (for LDAP authorization plugins)
1.13.18
- WARNING: breaking change for those using authorization and LDAP
- the format of LDAP configuration used by the authorization plugins now uses YAML (#4599)
1.13.17
- handle situation with history based reindex and nullified changes (avoids indexer exiting with failure)
1.13.14
- fixup of 1.13.13 (missing deliverables)
1.13.13
- handle empty Git repositories gracefully