Andreas Keefer
Andreas Keefer
Please provide a option in joda-time, maybe a system property (-Djoda.ignoreLMT=true), to ignore the LMT information from the timezone database. We are using joda-time in an complex enterprise environment and...
Hi, I currently can't manage to migrate my `0.9.x` code to `0.10.x`: ```java # 0.9.x code String location = "test."; Collection urls = ClasspathHelper.forPackage(location); Reflections reflections = new Reflections(new ConfigurationBuilder()...
Gnome 46 support would be great
Hi, I'm trying to configure this image (`18-full-faststart` or `21-full-faststart`) with a certificate base authentication, but it always failes with non helpful Errors. I more or less did the setup...
`RestHighLevelClient` is deprecated and was removed in Elasticsearch 8: * https://www.elastic.co/guide/en/elasticsearch/client/java-rest/current/java-rest-high.html * https://mvnrepository.com/artifact/org.elasticsearch.client/elasticsearch-rest-high-level-client It should be replaced with a LowLevel REST/HTTP client and the currently used high level features should...
* ossrh is EOL: https://central.sonatype.org/pages/ossrh-eol/ * currently there is a Nexus compatible API which is currently used by elasticsearch-evolution: https://central.sonatype.org/publish/publish-portal-ossrh-staging-api/ * The Goal is to switch to the new Portal...