Tucker Pelletier

Results 23 comments of Tucker Pelletier

Is there any chance this issue will get revived and fixed? I'm experiencing the same issue on Linux(Ubuntu with Java 11) from this issue: [gradle-node-plugin/issues/65](https://github.com/node-gradle/gradle-node-plugin/issues/65) Which they say is an...

This is also an issue with: gradle: 8.4 plugin: 3.3.2 Java: 21 @ysb33r @aalmiray you seem to be the biggest contributors/maintainers, are you going to come back to this plugin?...

I too have just run into this error working on bug, found when upgrading to Grails 3.3.9. While I like Melody, for taking a look at performance, I've found, that...

So after a little more investigation, this only seems to happen, when I have an @Transactional, on a method, that has a parameter of type Class. I don't know it...

Ok, I started playing with it and converting to an AST might not be that hard. The only difficulty is getting the configuration to the AST, when in my experience,...

@sergiomichels Ok I'll gather up what I have tonight, push it to github, and send you links. Like I said the big thing I was missing from a testing stand...

@sergiomichels So I put my idea for replacing the runtime programming with an AST Transform here: https://github.com/virtualdogbert/grails-melody-plugin/tree/astEnhancer I also created a test app here: https://github.com/virtualdogbert/testMelody I didn't make the AST...

Might be related but when I tried to upgrade to Grails 4 with the CAS plugin I get the following error. ``` 2021-04-07 17:51:40,000 [restartedMain] ERROR o.s.boot.SpringApplication - Application run...

@puneetbehl I think you're right and it seems to work on Grails 4, and the error I'm having is related to: grails.plugin.springsecurity.cas.useSingleSignout = trrue If I set it to false...

Just to follow up with this the issue that I ran into was related to a conflict introduce by org.grails.plugins:spring-security-rest:3.0.1 having a newer version of org.jasig.cas.client.cas-client-core than what the cas...