Raphael A. Bauer

Results 83 comments of Raphael A. Bauer

Hi shames, that's a known issue. The very opinionated reason is: Maven is great, but it's greatness degrades quickly as soon as you use multi modules (for many many reasons)....

That's fixed with https://github.com/ninjaframework/ninja/pull/335 - right? If that's the case please close the issue. Thanks!

Hey Mike, that looks really cool! We were experimenting with the following approach: https://github.com/ninjaframework/ninja-db Do you think it would make sense to add your approach as part of ninja-db? Jpa...

Just fyi: Mid-Term Hibernate should no longer be part of Ninja, but of Ninja-Db. Ninja-Db living here: https://github.com/ninjaframework/ninja-db . It already got support for jdbi, and you could use that...

That was roughly the plan for Ninja 7. Making it a lot smaller. We could then also remote Flyway and all db related dependencies from the core...

Let me know if we can help in any way :)

Ack. And it's still a good idea...

Interesting. Not sure what the goal of this would be. Feel free to provide some code to make that happen (that is compatible with the way it works now). That...

Thanks for the nice bug report! Would you mind fixing it in the Ninja source code? This'd need a regression test and the change to fix it... Let us know...

@jjlauer This issue is quite strange to me... Do you have an idea how to do this in a "better" way. I guess URI.create is not ideal... but I have...