Benjamin Wolff

Results 13 comments of Benjamin Wolff

I'm using Vaadin with Spring Boot + Gradle + Spring Boot Gradle plugin + Vaadin Gradle plugin. It turns out that the `license-checker` dep is pulled in as a transitive...

Hm, the solution would be to simply adjust the Grails version string in the plugin groovy file to: def grailsVersion = "1.2 > *" Are there any breaking changes in...

Since there is no response for over 2 months, I assume there is not much development going on any longer. A pity. For everyone depending on such a functionality, try...

I'm also a Mac-user and can confirm that the aforementioned test still fails consistently on MacOs 14.6.1. The test contains the `beforeAll()` with `FontFactory.registerDirectories();` call, so this doesn't seem to...

Hi, it seems that you have already opened the same issue a while ago: #108 As of today, no RAP version supports Jboss 8 due to the lack of Jakarta...

@Devip-singh there is a good chance that even RAP 3.10 is compatible with jdk17. You will probably have to use a jboss version that runs on jdk17, but is below...

@hangum you can have a look at the "New & Noteworthy" sections of the releases, just check the links to the releases on the right on the following page: https://eclipse.dev/rap/noteworthy/3.26/...

You need to increase the version of the javax.servlet dependencies. As written in the new and noteworthy section here: https://eclipse.dev/rap/noteworthy/3.17/ You should match the version of the javax.servlet API with...

@hangum no, don't use jakarta.*, it's not yet supported by RAP. You need to update the version of the javax.servlet API that you declare as a dependency. As you can...

@dwivedi17 Sorry, but I'm afraid I can't help you. I'm using RAP (RWT) standalone without Eclipse and OSGi, so I'm not using target platforms, OSGi and bundle configs and the...