-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/jakarta lift #100
base: master
Are you sure you want to change the base?
Feature/jakarta lift #100
Conversation
- updated some libraries (spring, log4j, jakarta.mail, jackson ...) - restored configurations and configurationStash since static configuration leads to overwriting configurations for multiple StripesFilter (plugins) - added log4j.xml and remoced old log4j.properties - merged local changes of Mock-classes to stripes Github ... e.g. require ServletContext for new Thymleaf version, added JavaDocs + @Override-annotations and so on
…eir contexts (configurations in Stripesfilter not unambiguous)
Hi Seppel,
Let me take a look at this. Thanks for all of this hard work. I'll see
what we can do about getting this into master and released into the maven
repo.
Thanks again.
|
Nice @rgrashel if you need any support, let me know ;) |
Any news? This branch is java 17 compatible and has the newest libraries (spring 6.x) |
Is there any progress on getting this new version push to a repo? |
@rgrashel Hey Rick, could you make a statement on this pr ? We do need this for several project. We are considering to fork it and maintain on our own if nothing happens (we do not need just jakarta but also newest spring etc). We would prefer to support stripes in main development but we need some feedback... |
Are there any updates on this? @herrlado, did you end up forking it? |
@elijah-potter we are currently working with our fork and have it running in production. |
Hello,
this is a Lift from javax to jakarta.
There where several Changes but it is running and works.
The Version is bumped to 2.0.0-SNAPSHOT.
Would you consider to release this version in the maven repository ?
Greetings