Re: Time To Move To Jakarta EE

2025-06-05 Thread Juan Pablo Santos Rodríguez
unit.jupiter.api.Test; > > -import javax.servlet.http.HttpServletRequest; > +import jakarta.servlet.http.HttpServletRequest; > import java.util.Properties; > > import static org.mockito.Mockito.mock; > === > > -Original Message- > From: Jürgen Weber > Sen

RE: Time To Move To Jakarta EE

2025-06-02 Thread Schmidt Dietrich
java.util.Properties; import static org.mockito.Mockito.mock; === -Original Message- From: Jürgen Weber Sent: Sunday, September 8, 2024 4:44 PM To: user@jspwiki.apache.org Subject: Re: Time To Move To Jakarta EE Hi jspwiki users, JSPWiki comes up on apache-tomcat-10.1.28, now. Page edits, page

Re: Time To Move To Jakarta EE

2024-09-08 Thread Jürgen Weber
Hi jspwiki users, JSPWiki comes up on apache-tomcat-10.1.28, now. Page edits, page renames, attachement uploads and container based login work. Please do test. See branch link in my comment in https://issues.apache.org/jira/browse/JSPWIKI-1170 Cheers, Juergen Am Mo., 27. Mai 2024 um 09:58 Uhr s

Re: Time To Move To Jakarta EE

2024-06-01 Thread Ulf Dittmer
On Thu, May 30, 2024 at 11:12 PM Juan Pablo Santos Rodríguez < juanpablo.san...@gmail.com> wrote: > In any case, going to JDK-17 and requiring a new major version of > Tomcat, or whichever, would be a stronger reason to name it 3.0. I > remember the attempt at 3.0, but given the amount of time tha

Re: Time To Move To Jakarta EE

2024-05-30 Thread Juan Pablo Santos Rodríguez
Hi! IIRC, there's one default method on the public API (Engine?) that relies on javax.servlet. Not that it would break any existing plugin or filter, but it's part of the public API anyway. And maybe from the Session you could grab the http session as well, I'd have to look to be sure. Regarding t

Re: Time To Move To Jakarta EE

2024-05-30 Thread Foster Schucker
I've been a JSP Wiki user since the early days.  I'd also suggest going to 3.0 or 4.0 for a change like this. /Tomcat, Openliberty and JBoss EAP 8 are fine with 17, I hope all applications do, too./// My office has a sign "Hope is not an engineering strategy" :-) Thanks! Foster

Re: Time To Move To Jakarta EE

2024-05-30 Thread Jürgen Weber
Hi Juan, I tested the jakarta move with another (much smaller) project. Using the eclipse transformer worked quite well: java -jar ../transformer/org.eclipse.transformer.cli/target/org.eclipse.transformer.cli-0.6.0-SNAPSHOT.jar src/ src-new Then compare and merge in Eclipse the src and src-n

Re: Time To Move To Jakarta EE

2024-05-29 Thread Jürgen Weber
Hi Juan, > As this would be a major release (JSPWiki 3.0.0) No need to frighten people, 2.13.0 should be enough. Does the move to Jakarta make incompatible API changes to the wiki api? Also, there was already an attempt for 3.0 in 2011 https://lists.apache.org/thread/so2g0bsz8tlcmtdnfs9sgkt9ro7st

Re: Time To Move To Jakarta EE

2024-05-28 Thread Juan Pablo Santos Rodríguez
Hi Jürgen! I wholeheartedly agree :-) As this would be a major release (JSPWiki 3.0.0), perhaps we should follow the path of other oss projects and lift the JDK requirement to 17 as well? best regards, juan pablo On Mon, May 27, 2024 at 10:00 AM Jürgen Weber wrote: > > Hi jspwiki users, > > ti