{OpenGrok 1.1.0
We're proud to announce that OpenGrok 1.1.2 was released.
OPENGROK 1.1.2 RELEASE NOTES
OpenGrok
is a fast and usable source code search and cross reference engine. It
helps you search, cross-reference and navigate your source tree. It can
understand various program file formats (C, C++, C#, Java, sh, Perl,
Python, Kotlin, Swift, Scala, Javascript, GO ...) and version control histories like (Git,
Mercurial, ...). In other words it lets you grok (profoundly understand)
the open source, hence the name OpenGrok. It is written in Java.
For more details go to http://opengrok.github.io/OpenGrok/
To download binaries, please go to:
https://github.com/OpenGrok/OpenGrok/releases/tag/1.1.2 and look for binary, source or a package file.
(e.g. opengrok-1.1.2.tar.gz)
https://github.com/OpenGrok/OpenGrok/releases/tag/1.1.2 and look for binary, source or a package file.
(e.g. opengrok-1.1.2.tar.gz)
This
is a major update. It is advised that you cleanup your old DATA_ROOT
(ideally remove it, or move it aside) and run indexing from fresh. Also
the web application should be replaced, since the new indexes are not
compatible with the old web application. Simply all older versions have
old index and you need to update, manually clean/delete
index+xref+history and start index from scratch, no incremental index
possible.
For install help refer to the install wiki page.
The discussions page lists forums and mailing lists where you can ask for help or discuss bugs or new features.
Bugs(issues) should be logged using Issues.
The discussions page lists forums and mailing lists where you can ask for help or discuss bugs or new features.
Bugs(issues) should be logged using Issues.
New features, notable changes
- Suggester (see https://github.com/oracle/opengrok/wiki/Suggester)
- RESTful API (see https://github.com/oracle/opengrok/wiki/Web-services)
- Python scripts for repository synchronization, indexing (see https://github.com/oracle/opengrok/wiki/Repository-synchronization)
- new highlighter
- Kotlin, Swift, PowerShell, JSON analyzer added, Ada, Eiffel, Ruby, C# improved
- Universal ctags needed
- deferred Lucene operations (faster indexing)
- better indexer parallelization
- search CLI EOF (use RESTful API instead)
- JDK11 supported, tomcat8 tested, JDK8 preferred, JDK6/7 unsupported!
- lucene 7.5.0
Bug fixes
For bug details refer to Issues closed for 1.1 and Pull requests closed for 1.1.
List of commits between 1.0 and 1.1.
For the new patch 1.1.2 check commits.
List of commits between 1.0 and 1.1.
For the new patch 1.1.2 check commits.
The road ahead
Please open feature requests as issues!
Contributors
We'd
like to thank all the people who report bugs, update wikis/docs, send us ideas for
improvements or contribute code. We appreciate any help with the
project. Reports and feedback from the users of OpenGrok is essential to
make the developers able to continue improving the product.
Inspect the history log with git log -v to get all details.
We ♥ your patches, contributions and your feedback folks(you know who you are!) and let's keep it up.
Inspect the history log with git log -v to get all details.
We ♥ your patches, contributions and your feedback folks(you know who you are!) and let's keep it up.
Comments
Post a Comment