Alex Boyko
Alex Boyko
@rwinch I pushed in the TestJars support for Eclipse and VSCode (maven projects only for now). Gradle projects is work in progress... Here is the STS nightly builds page: https://cdn.spring.io/spring-tools/snapshot/STS4/nightly-distributions.html...
Fixed with ea033714b47e3d8088a5f6135343743df0369d61
@GrahamHannington this is the proper venue to report bugs or asking for help. The log states that the command `sts/boot/yaml-to-props` cannot be found. This command should be registered at the...
The first link would be useful for the recipe implementation. Essentially it is a recipe taking two parameters: owner class fully qualified name and the name of the field in...
I think this PR is ready for review and more feedback... Likely , there will be more work to do. I see some checks failed below - I'll have a...
@martinlippert likely we may have to give up on this for now as Spring Boot properties metadata has `String` type for CRON expression and no other helpful metadata. Perhaps the...
We can hard-code it, yes, but again there is only one such property that I found hence all the work for one property. We can even have settings for user...
Hmm... I don't know how much we can do here. There might be an option to show the main edit with the additional edit to appear simultaneously at the time...
Fixed with 00636085cadeb624448de8a0c8f2cba41d50dce4
Oops, I have only meant to address the parameters... let me open a separate issue for parameters and resolve it and keep this one opened for later as it'll require...