Skip to content

Releases: oracle/opengrok

1.13.21

11 Sep 09:51
Compare
Choose a tag to compare
  • 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

20 Aug 14:04
Compare
Choose a tag to compare
  • add support for XML to Universal ctags in the Docker image

1.13.19

13 Aug 14:44
Compare
Choose a tag to compare
  • 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

12 Aug 14:49
Compare
Choose a tag to compare
  • 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

01 Aug 11:16
Compare
Choose a tag to compare
  • handle situation with history based reindex and nullified changes (avoids indexer exiting with failure)

1.13.16

01 Aug 10:23
Compare
Choose a tag to compare
  • fix previous releases

1.13.15

01 Aug 10:11
Compare
Choose a tag to compare
  • fix previous release

1.13.14

01 Aug 09:59
Compare
Choose a tag to compare
  • fixup of 1.13.13 (missing deliverables)

1.13.13

01 Aug 09:55
Compare
Choose a tag to compare
  • handle empty Git repositories gracefully

1.13.12

30 Jul 09:24
Compare
Choose a tag to compare
  • make --strip-outgoing in opengrok-mirror work also for Mercurial repositories
  • use Python virtual environment in Docker (no functional change)