C Fraire
C Fraire
@tarzanek , please would you take a look at this one if you get some time?
Just rebased on master to resolve conflicts from #3130, which had been extracted from this patch.
I have a PR queued up: "Refactor AnalyzerGuru, HistoryGuru as non-singleton" (370bfa3c852), that addresses this. It's eighth after the current PR #2017.
We missed that this broke in b13c5a0e, since at the time OpenGrok configuration-related serialization had already been afflicted by OpenJDK issue, "[Unstable behavior of java.beans.XMLEncoder since Java 9](https://bugs.openjdk.org/browse/JDK-8226383)". Interestingly, it...
This is somewhat resolved by open pull request #1817, where the UTF-8 BOM in that sample file, es_US.txt, would be a precise indicator that the file is plain text. (If...
With 1.1-rc17 and higher, text files with UTF BOMs are analyzed with `PlainAnalyzer`.
I am working on a refactoring of `hist` so that OpenGrok doesn't have to load a repository's entire history into memory at once. My use case is speeding up the...
It's a difficult request, because universal-ctags has no intrinsic support for Groovy, and Groovy has support for complicated syntax for quotes, identifiers, strings, and string interpolations.
I'm trying to connect omnios to ldaps, but I'm stymied by omnios-151018's lack of certutil. I'll build a transient VM with another distro (I see joyent's illumos-extra) in order to...