Thomas Schühly

Results 78 comments of Thomas Schühly

0.7 is mostly done but I will change the template context still a bit as I want to only pass in the record to the template and not just the...

Can you post an example repo? I could not reproduce the error locally in the kte example: https://github.com/tschuehly/spring-view-component/tree/v0.7.0-SNAPSHOT/examples/kte-example

I have to take a look at supporting @PathVariable with ViewActions. I removed the EmptyContext as the template resolving is based the enclosing class of the data class/record

Hey there, I removed the ViewActions from Spring ViewComponent in v0.8.0, as there is a better approach and the Annotation Processor added a lot of complexity. The goal is to...

@hg-ms Thank you for the quick response. I wish I could read, it's clearly in the docs O.o Works now

Ok, thanks for the pointer. Will take a look next week!

Hey @casid. Finally got some time to try it out. I tried it out both with $unsafe and the custom Policy, but it does not behave like I would expect...

What is the maven Repository URL for snapshots? I tried `https://s01.oss.sonatype.org/content/repositories/snapshots/` but it didn't find it.

@checketts Here I have an example of a config that works: https://github.com/tschuehly/easy-spring-auth/commit/731c0f3d769e8e27410e49cab570ae0a135df7c2 I'm not really sure how to approach this the best. I really come to like using static public...