-
Notifications
You must be signed in to change notification settings - Fork 41k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JEP 458 Support #44464
Comments
What do you believe would need to be done to support JEP 458? If you're happy with the limitations of JEP 458, such as the need to assemble the classpath manually, I believe it should just work. For example, here's a minimal app starting with Java 23:
This relies upon the following files:
|
Thank you so much for your quick reply! JEP 458 allows us to develop quickly without manual compilation or packaging. There is still value in small projects or projects with small concurrency, and there are many scenarios for this scenario. There is also value in low-code combined with some high-code scenarios. |
That's great! I also passed the initial verification. slieer@slieer-pc:/opt/workspace/gs-accessing-data-rest/complete/src/main/java$ pwd . ____ _ __ _ _ :: Spring Boot :: (v3.4.3) 2025-03-01T10:11:14.071+08:00 INFO 329256 --- [ main] c.e.a.AccessingDataRestApplication : Starting AccessingDataRestApplication using Java 23.0.2 with PID 329256 (/opt/workspace/gs-accessing-data-rest/complete/src/main/java/com/example/accessingdatarest/AccessingDataRestApplication.java started by slieer in /opt/workspace/gs-accessing-data-rest/complete/src/main/java) |
JEP 458: Launch Multi-File Source-Code Programs
When will Spring boot support code files such as Controller/Service to run directly without compiling?
The text was updated successfully, but these errors were encountered: