Emanuel Rabina

Results 87 comments of Emanuel Rabina

### Intercept processing during the execution phase of parsing expressions Similar to the "make java/javascript match" idea, except add hooks / extension points that can spot calls to known Java...

Gave this yet another try today, and I remembered why I left this one alone for so long... In essence: a title can be *anything*. Developers aren't just putting text...

I've set `Automatic-Module-Name` to be `nz.net.ultraq.thymeleaf.layoutdialect`, and that's as far as I've managed to get. There are a bunch of issues still floating around w/ Gradle subprojects, Java modules, Groovy,...

Reopening as I've had some inspiration on how to tackle this 💡 (Some 6 years later! 😅)

Hmm, haven't encountered this before, but the error message sounds like you're running the layout dialect as a Java module on the module path instead of the classpath? I only...

I tried replicating the setup as the stack trace is unfortunately light on what exactly is null and causing things to crash. I haven't tried GraalVM before, so provided I'm...

Thanks for sharing your findings 👍 I haven't had much luck getting this going myself, so if you'd like me to look into it further would you be able to...

Thanks for raising this and for putting together a demo project for me to test with - I'm also new to GraalVM and mostly learned what I know while debugging...

Had a look at this over the last few weekends and managed to get something going, and once I pared it all back to see what actually made a difference...

Ah, no that one isn't. I'll add it to the list. I haven't tried porting element processors yet either, so I may need to come up with some way of...