Download Latest Version 1.14.13 source code.tar.gz (2.2 MB)
Email in envelope

Get an email when there's a new version of OpenGrok

Home / 1.14.12
Name Modified Size InfoDownloads / Week
Parent folder
opengrok-1.14.12.tar.gz 2026-05-21 92.6 MB
1.14.12 source code.tar.gz 2026-05-21 2.2 MB
1.14.12 source code.zip 2026-05-21 3.8 MB
README.md 2026-05-21 1.7 kB
Totals: 4 Items   98.6 MB 2
  • COBOL language analyzer
  • localhost is no longer exempted from API checks
  • this means uploading the configuration at the end of the indexing via the -U indexer option will no longer work without authentication token
  • setup the authentication token in the read-only configuration using the authenticationTokens tunable (optionally set the allowInsecureTokens boolean option to allow plaintext HTTP) and use the Indexer --token option or set the indexerAuthenticationToken option in the read-only configuration. For the Python tools, use the -H option to supply the Bearer token in the Authorization header.
  • Docker will automatically create and use the token
  • read-only configuration example:

    :::xml <java version="11.0.8" class="java.beans.XMLDecoder"> <object class="org.opengrok.indexer.configuration.Configuration"> <void property="allowInsecureTokens"> <boolean>true</boolean> </void> <void property="authenticationTokens"> <void method="add"> <string>INSERT_TOKEN_HERE</string> </void> </void> <void property="indexerAuthenticationToken"> <string>INSERT_TOKEN_HERE</string> </void> </object> </java>

  • bump Tomcat in Docker

  • add Content-Type header for the /metrics API endpoint so that recent versions of Prometheus can scrape it
  • align /search API results with the UI
Source: README.md, updated 2026-05-21