Skip to content

Releases: oracle/opengrok

1.12.21

25 Oct 12:51
Compare
Choose a tag to compare
  • better check of opengrok-sync configuration
  • History cache creation/update failures are now acted upon. If the operation fails for a repository, then the 2nd phase of indexing will not happen. If projects are enabled, then given project will not be indexed, otherwise 2nd phase of indexing will be skipped altogether.
    • To suppress the new behavior, one can use the --ignoreHistoryCacheFailures indexer option.

1.12.20

20 Oct 10:08
Compare
Choose a tag to compare
  • refresh the repositories for projects in Docker image for each sync run

1.12.19

18 Oct 13:56
Compare
Choose a tag to compare
  • JFlex update

1.12.18

10 Oct 08:27
Compare
Choose a tag to compare
  • ChronicleMap and JSTL update
    • no impact on functionality

1.12.17

09 Oct 14:38
Compare
Choose a tag to compare
  • Lucene 9.8.0
    • no reindex from scratch needed
  • JDK 17 support
    • the target byte code is still Java 11
  • do not take IOExceptions too seriously during index check
    • avoids wiping out the data root in the Docker image if the check fails due to files not being accessible, permission problem, etc.

1.12.15

22 Sep 13:17
Compare
Choose a tag to compare
  • add YAML parser

1.12.14

22 Aug 13:01
Compare
Choose a tag to compare
  • do no require authorization for the system/ping REST API end point

1.12.13

15 Aug 10:44
Compare
Choose a tag to compare
  • provide tags in API search results

1.12.12

11 Jul 21:24
Compare
Choose a tag to compare
  • improve Suggester logging
  • restore functionality of the Groups command

1.12.11

08 Jun 19:50
Compare
Choose a tag to compare
  • fix hung indexer when running with --noIndex
    • impacted Docker container startup