This repository was archived by the owner on Feb 23, 2023. It is now read-only.
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Add devtools support #532
Closed
Description
See #528 (comment)
Metadata
Metadata
Type
Projects
Relationships
Development
No branches or pull requests
Activity
Fail fast when using devtools
Ortega-Dan commentedon Mar 15, 2021
I just want to subscribe to this issue, but doing it by asking a question.
First of all, thanks all for this awesome project ! This is really awesome for the Java ecosystem.
Second, the question ... no pressure, but as a way to add information on what is going on:
Is there any estimated time for this feature ?
What is missing ? or what can be done to help with this ?
Haarolean commentedon Mar 28, 2021
I'm gonna post this here to let others who google this stuff will know a workaround:
Could not generate spring.factories source code: Devtools is not supported yet, please remove the related dependency for now.
Let's assume you're building an image for prod and not planning running it locally with devtools.
You could do this:
Create 2 maven profiles, one for prod (native image), the other one for local debug
Now you can activate one of the profiles for different purposes.
Also you can add this to activate one of the profiles by default:
8 remaining items