fizzed / ninja-java8

Java 8 extensions for NinjaFramework
3 stars 1 forks source link

Maven Artifact? #1

Open jfendler opened 8 years ago

jfendler commented 8 years ago

Hi @jjlauer , nice work! Do you have any intentions of pushing ninja-java8 to maven central any time soon?

jjlauer commented 8 years ago

No plans on ever pushing what's currently in the repo. I do have plans to either make it work w/ Ninja 5.5.0+ and some of the new features I added recently to Ninja OR fully incorporating it into the project.

There's now a MethodReference object type that all the Routing methods accept in Ninja -- if you were interested in bringing this module up-to-date w/ Ninja to take advantage of it, I'd be wiling to publish that module.

On Mon, May 16, 2016 at 5:13 AM, Jens Fendler notifications@github.com wrote:

Hi @jjlauer https://github.com/jjlauer , nice work! Do you have any intentions of pushing ninja-java8 to maven central any time soon?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/fizzed/ninja-java8/issues/1

jfendler commented 8 years ago

I'll see what I can do. Eventually merging this into Ninja's main branch would be nice, but I suppose breaking non-Java-8 installations is not in Ninja's roadmap any time soon.. Thus the module might be a good trade-off.