Alessandro Falappa

Results 32 comments of Alessandro Falappa

The artifacts on Maven Central have been uploaded by some one other than NASA I believe. They are badly packaged and they lack proper dependencies in their pom (no `jogl`...

@snicoll I have implemented the retrieval of enumeration values in d5ded0de0202b6d9076456db9ff3833c6194a072. Retrieval of javadoc associated to enumeration values will take me some more time as I must get acquainted with...

The existing code generator that tries to add the Spring Boot _"facet"_ to an existing `pom.xml` should be retired in favour of this approach as too brittle.

Config properties file inclusion should also support configuration trees often used in the Kubernetes world. See [the relevant section of the reference guide](https://docs.spring.io/spring-boot/docs/2.4.0/reference/html/spring-boot-features.html#boot-features-external-config-files-configtree).

See [the reference guide here](https://docs.spring.io/spring-boot/docs/2.4.0/reference/html/spring-boot-features.html#boot-features-external-config-files-multi-document). This is not an easy task as the Abstract Syntax Tree of configuration properties files is currently _single-document_ and assumes a `java.util.Map` behaviour, duplicates override...

@ledj0304 the problem of NetBeans recognizing a directory as the wrong project type is a known limitation, see [Bug 256094](https://netbeans.org/bugzilla/show_bug.cgi?id=256094) and [Bug 269297](https://netbeans.org/bugzilla/show_bug.cgi?id=269297). Unfortunaltely I am not a Gradle user...

The recently released NetBeans 11 added support for the Gradle build system.

Cannot promise anything, but I'll have a look at it.

@janScheible to answer your first question, unfortunately no, solving this issue would not automatically enable support for CSS preprocessors. This issue only covers the presentation aspect: it aims at better...

@Chris2011 this is a very complex feature so I will likely not have time to implement it. Hope someone will step up and help.