Daniel Widdis
Daniel Widdis
@scrawfor99 Thank you for opening this issue. This is definitely a subject worth discussing. As for the specific recommendation... like everything with GenAI these days, it's complicated. With respect to...
+1 on automation of license headers. It should generally be very straightforward ... a standard header for new files, or a specific exclusion if custom headers are needed. Someone should...
Add to your "what repositories have asked for this": https://github.com/opensearch-project/opensearch-sdk-java/issues/255
Can you add flow framework to the list in the original comment? We're feeling a bit left out. ;) (Yeah, we hadn't released yet when the list was drafted, which...
Hey @MehulBatra, it's all yours!
Can you be more specific on what you want in this template? I created a basic CRUD extension on my personal repo here: https://github.com/dbwiddis/CRUDExtension And the process of creating it...
Great work, @scrawfor99 ! I love the script idea. One small tweak, I'm not sure we're going to keep the client initialization via SDK. I've argued for its removal (See...
Hey @scrawfor99 having just created a new plugin based on https://github.com/opensearch-project/opensearch-plugin-template-java I think this is probably the way to go. WDYT?
We should change version to 2.+ to get the "latest" 2.x version. This will include snapshots. When we don't want snapshots we can use Component Selection rules to reject the...
We have the newer guava (32.0.1) per #817. This probably needs the build.gradle updated to enforce that higher version.