Thomas Schühly
Thomas Schühly
Hey @maxwellt, Without looking further into it I would say we need to register a bean of type TemplateAvailabilityProvider in the JteAutoConfiguration of the spring boot starter. The spring.factories is...
Thanks for your comment, @agentgt! Spring ViewComponent is not bound in any way to Kotlin and is natively usable in Java. For Kotlin compatibility the user can use JStachio with...
I've run into this issue aswell
Same issue here: org.testcontainers.containers.ContainerLaunchException: Timed out waiting for URL to be accessible (http://localhost:32775/health/started should return HTTP 200) upgraded from 3.3.1 to 3.4.0 With the following config: ``` TestcontainersConfiguration.getInstance().updateUserConfig("testcontainers.reuse.enable", "true"); keycloakContainer...
Hey @TomCools the fix works! It doesn't apply if tomcat catches the request because of an invalid character. This one clogs my logs aswell 😔 ``` java.lang.IllegalArgumentException: Invalid character found...
Very nice! Will take a look next weekend or so!
Yeah the livereload implementation relies on devtools, I don't know how to make it optional tho. Have to figure that out sometime
> could replace 'implementation' by developmentOnly , unless you want it also present for launches other than bootrun The problem is that the https://github.com/tschuehly/spring-view-component/blob/master/core/src/main/kotlin/de/tschuehly/spring/viewcomponent/core/processor/ViewComponentChangeListener.kt directly depends on devtools
@casid Yea I currently support 2 template engines in my library, and JTE is definitely the better option, for using with Spring ViewComponent. Thymeleaf has a lot of Spring Magic,...
I've just submitted an issue for integrating it into start.spring.io: https://github.com/spring-io/start.spring.io/issues/1560