Closed morristai closed 2 weeks ago
opendal/PresignedRequest.java:[30,26] variable method not initialized in the default constructor
This seems like a good first issue from my perspective. Perhaps we can find a way to make it work in both Java 8 and Java 23?
Seems a lombok bug. We can anyway manually define the method.
Describe the bug
It works when using JDK 21, 17, 11. But failed with JDK 23. Although OpenDAL's Java Binding is tested against Java 8.
Steps to Reproduce
Expected Behavior
Additional Context
cc @tisonkun https://github.com/apache/opendal/discussions/5281#discussioncomment-11159076
Are you willing to submit a PR to fix this bug?