Alessandro Falappa

Results 18 issues of Alessandro Falappa

* App version: 0.9.6 and 0.10.0 * OS: Ubuntu 18.04 * Type of installed package (Snap, AppImage, deb, rpm, pacman): deb **Bug description** After installing the deb tried to launch...

Command line arguments are passed to `spring-boot:run` goal as a comma separated list, they should be a space separated list instead.

bug

In Spring Boot 2.4 it is possible to include a configuration properties file trough the new `spring.config.import` property. See [this blog article](https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4) for a summary.

feature

Spring Boot 2.4 introduces a YAML like syntax to split a configuration properties file into multiple sections treated as separate documents. See [this blog article](https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4) for a summary.

feature

A new context menu entry for maven projects or a new code generator could make a generic maven project a Spring Boot project by replacing the `pom.xml` file. The new...

feature

The _New Basic Project_ wizard could try to retrieve the most recent Spring Boot RELEASE version according to the following strategies (in this order): 1. from the _Spring Initializr_ web...

enhancement

Present the list of enumeration values when a configuration property as a Java enumeration data type. The following properties have a java enumeration data type: ``` management.endpoint.health.show-details=when_authorized management.info.git.mode=full management.metrics.export.graphite.duration-units=days management.metrics.export.simple.mode=cumulative...

feature

When value completion list appears pre-select or place first in list the default value

feature

When the cursor is on a property name an hint should allow the creation of a metadata entry for the property in the `additional-spring-configuration-metadata.json` file. The file should be created...

feature

One or two nodes in the project view for web resources showing the content of `src/main/resources/static` and `src/main/resources/templates` folders

help wanted
feature