Hi again! I’ve been trying to get my project migrated over to 2.0.2 from ~1.3.6. I’ve been having mixed success, I develop on both a Windows 10 desktop and a MacBook both using Intellij. For some reason on my desktop the project compiles fine using the spring startup type, but I run into issues on the mac with permission issues on the mvnw file. Caused by: java.io.IOException: error=13, Permission denied plagues the console after building
I’ve tried building from CLI, vscode as well and have had no luck. I have also tried copying the files from a new 2.0.2 hilla project and still have the same issues.
Please let me know if I can provide any more logs/traces to help out.
mac seemed to just want to revert it each time once the file was messed with after a chmod +x. Trying to change it on a linux machine and then pull it down and see how it goes
different question for you guys if you have a minute, is there any plans on implementing any other HTTP verbs other than POST into the endpoint annotations? would help for API readability but understand there would be some work on the generator side