Philippus Baalman
Philippus Baalman
https://github.com/Philippus/sbt-dotenv?tab=readme-ov-file#illegal-reflective-access-warnings-and-exceptions
The [Index lifecycle management APIs](https://www.elastic.co/guide/en/elasticsearch/reference/current/index-lifecycle-management-api.html) are currently not supported. PR's are welcome of course.
I made a small start in https://github.com/Philippus/elastic4s/pull/3208.
> > hmm, even if we ourselves update to 3.1.2 wouldn't this still fail on classes that were compiled with 3.1.0? > > Agreed probably not worth fixing for 3.1.x....
Build errors are about "References to undefined settings" related to osgi, related to https://github.com/sbt/sbt-osgi/pull/121. We have to enable the `sbtOsgi` plugin now.
I've added a commit enabling the plugin.
In https://github.com/Philippus/elastic4s/pull/1767 it was specifically added to retry even if all hosts are blacklisted. It seems to me that retrying when all hosts are blacklisted only makes sense if some...
I've made a separate PR adding only java 21 here: https://github.com/scala/scala-async/pull/374
Closed in favour of https://github.com/scala/scala-async/pull/380.
I don't think using the new version of commons-cli is really an option. It doesn't allow easily accessing the help text as a string for instance. Would migrating to scallop...