Philippus Baalman
Philippus Baalman
Updates
Mainly updated dependencies and added Scala 2.12.x to the Travis build
Scala 2.12.x version of https://github.com/scala/scala/pull/10744.
# Pull Request Checklist * [x] Have you read [How to write the perfect pull request](https://github.blog/2015-01-21-how-to-write-the-perfect-pull-request/)? * [x] Have you read through the [contributor guidelines](https://www.playframework.com/contributing)? * [x] Have you referenced...
Applying this PR will add support for the [Synonyms API](https://www.elastic.co/guide/en/elasticsearch/reference/8.13/synonyms-apis.html). Resolves https://github.com/Philippus/elastic4s/issues/3035.
Follow-up to https://github.com/kamon-io/Kamon/pull/1327.
We are getting the error below after upgrading from Elasticsearch 8.14.3 to 8.15.1: ```json { "error": { "root_cause": [ { "type": "exception", "reason": "Cluster state request failed" } ], "type":...
asm 9.7.1 was released some days ago, see https://asm.ow2.io/versions.html. This PR can be applied after someone does the honours in https://github.com/scala/scala-asm.
The `cimg/openjdk` images are designed to supercede the legacy `circleci/openjdk` images, see https://circleci.com/developer/images/image/cimg/openjdk.