Hi all,I hope someone can help me; I wish I know how OpenRefine manage session objects.It's very important because I must porting Refine from jetty to Apache
p.s. I don't suppose we could talk you into maintaining a mirror on Github (perhaps using this technique https://blog.glyphobet.net/essay/2029 ). That would make it a lot easier to integrate changes.
* I'm not a fan of ant, so we'd need to agree on a migration to maven
at some point or re-implement the war packaging using that build
system. Personally I think it could bring some benefits, but of course
that is something to discuss.
* One of the reasons I do not like ant it's the dependencies issue.
Right now we have the binaries of all dependencies in the source code
repository. And, for instance, I realized the code does not compile
anymore against the latest snapshot of opencsv (commit
36a9c354f498be32bd4c1b7084432b35a2d910fe) . So this would one of the
things to improve in upcoming versions.
* The gzip compression is now using jetty's implementation. I'd need
to know if there is a portable way to do it.
* I have an issue with the relative path to the extensions, that's why
I have to patch butterfly.properties when packaging (commit
1aed66b47a6c1f103899b8a10979d748264c0604)
--
Tom, now the question is: what do we actually want to do with that fork?
--
You received this message because you are subscribed to the Google Groups "OpenRefine Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Maven (or Gradle, or whatever is newish...) does solve the dependencies issues, which is a big hurdle and pain, I would say, with our current build process.
--
You received this message because you are subscribed to the Google Groups "OpenRefine Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to openrefine-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
great!