Lars Grefer

Results 119 comments of Lars Grefer

I just found the same error: - OS: MacOS - Plugin Version: 0.9.27 ``` openjdk 21 2023-09-19 OpenJDK Runtime Environment GraalVM CE 21+35.1 (build 21+35-jvmci-23.1-b15) OpenJDK 64-Bit Server VM GraalVM...

That seems weird. Do you have an actual project we can have a look at?

As far as I know, the Gradle Plugin Portal cant differentiate between pre-releases and GA releases.

Seems like they just don't publish them to the Gradle Plugin Portal (or maven Central), but only to https://repo.spring.io/milestone

Could you check if the file `C:\Users\Ingrid%20Sanchez\.m2\repository\org\primefaces\primefaces\13.0.10\primefaces-13.0.10-jakarta.jar` exists?

Could you run it again with `--stacktrace`?

Your `SampleConverter` class is registered at two places: - The Spring ApplicationContext, as a Spring Bean named `sampleConverter` - The JSF `jakarta.faces.application.Application`, as a Converter with the converterId `sampleConverter` When...

I've tried to reproduce it in https://github.com/freefair/gradle-plugins/commit/cd27d737e7d0a6fbc134b33b70878cc5580759a9 but it seems to work as expected. Can you provide a full example which I can just clone/unpack and run?

The deprecations and errors come from dart-sass itself. My library only logs and re-throws them. To fix this, you have to fix the scss file.