christiangoudreau
christiangoudreau
There's one user that did a manual install without maven in our forums, he may be able to shed some lights on this.
Will have to use shading to avoid collisions and create a real ubber jar with everything needed
Let's open an issue for this, in the meanwhile, adding the ability for the user to implement authentication scheme easily MUST be a design goal. Then adding built-in support can...
@PhilBeaudoin Before investigating, do you have an idea about why this happens?
Would be very cool! What is the adoption of Guice in Groovy like?
Did you got a chance to investigate this? We're not using groovy at all (yet), so we're kinda short on testing resources for that.
Seems like a good idea! The problem is that we don't have anyone in the team that worked a lot with Groovy. As for spring, it would be great to...
Well, we're heavily using Spring and Jukito without modifications to Jukito, I guess my question is: What are your use case that needs spring specific usage?
We simply use Javax annotations and use CTOR injection :D There's no "magic", but we can't use Spring config file doing that.
We had a discussion with the team yesterday about that and it ended up into our nice to have feature list. I'm wondering it there would be more non intrusive...