opensearch-project / opensearch-oci-object-storage

OpenSearch Repository Plugin For Oci Object Storage
Apache License 2.0
7 stars 19 forks source link

Update lombok to 1.18.26 #30

Closed andrross closed 1 year ago

andrross commented 1 year ago

This project is currently targeting Java 15 bytecode. Since Java 15 is EOL I tried to build with Java 17, but that needed the newer version of lombok to work correctly.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

andrross commented 1 year ago

FYI @Poojita-Raj I ran into problems trying to build with Java 17 and this was the fix required.

andrross commented 1 year ago

@VachaShah can you take a quick look and merge if it looks good?