Re: Tomcat taglibs 2.0.0 release?

2024-02-06 Thread Jeroen Hoffman
Thanks for the answers guys, very helpful.

Regards, Jeroen

On Mon, Feb 5, 2024 at 5:28 PM Greg Huber  wrote:

> I was testing struts 7 (tomcat 10) and I also use jstl for my 404,403s etc
> (when I have no struts context) ie thrown from web.xml:
>
> 
>403
>/WEB-INF/jsp/errors/403.jsp
> 
>
> Previously on this list it mentioned using the glassfish version.  Think
> glassfish is eclipse?
>
> 
> org.glassfish.web
> jakarta.servlet.jsp.jstl
> 3.0.1
> 
>
> Seemed to work OK.
>
>
>
> On Mon, 5 Feb 2024 at 15:50, Jeroen Hoffman  >
> wrote:
>
> > On Mon, Feb 5, 2024 at 4:05 PM Mark Thomas  wrote:
> >
> > > >
> > > > Are there plans to release the 2.0.0 version?
> > >
> > > No plans.
> > >
> > > Tomcat 10.1.x onwards uses the 1.2.5 taglibs release converted for
> > > Jakarta EE using the Tomcat migration tool.
> > >
> >
> > Thanks for the quick answer!
> >
> > Could you share some details on the migration? In a standard Tomcat 10 I
> > see taglibs-standard-spec-1.2.5-migrated-0.0.1.jar and
> > taglibs-standard-impl-1.2.5-migrated-0.0.1.jar in the examples webapp,
> but
> > these are not published to Maven Central. So can an implementation reuse
> > already converted jars or should it also do a conversion?
> >
> > TIA, Jeroen
> >
>


Re: Tomcat taglibs 2.0.0 release?

2024-02-05 Thread Greg Huber
I was testing struts 7 (tomcat 10) and I also use jstl for my 404,403s etc
(when I have no struts context) ie thrown from web.xml:


   403
   /WEB-INF/jsp/errors/403.jsp


Previously on this list it mentioned using the glassfish version.  Think
glassfish is eclipse?


org.glassfish.web
jakarta.servlet.jsp.jstl
3.0.1


Seemed to work OK.



On Mon, 5 Feb 2024 at 15:50, Jeroen Hoffman 
wrote:

> On Mon, Feb 5, 2024 at 4:05 PM Mark Thomas  wrote:
>
> > >
> > > Are there plans to release the 2.0.0 version?
> >
> > No plans.
> >
> > Tomcat 10.1.x onwards uses the 1.2.5 taglibs release converted for
> > Jakarta EE using the Tomcat migration tool.
> >
>
> Thanks for the quick answer!
>
> Could you share some details on the migration? In a standard Tomcat 10 I
> see taglibs-standard-spec-1.2.5-migrated-0.0.1.jar and
> taglibs-standard-impl-1.2.5-migrated-0.0.1.jar in the examples webapp, but
> these are not published to Maven Central. So can an implementation reuse
> already converted jars or should it also do a conversion?
>
> TIA, Jeroen
>


Re: Tomcat taglibs 2.0.0 release?

2024-02-05 Thread Mark Thomas

On 05/02/2024 15:49, Jeroen Hoffman wrote:

On Mon, Feb 5, 2024 at 4:05 PM Mark Thomas  wrote:



Are there plans to release the 2.0.0 version?


No plans.

Tomcat 10.1.x onwards uses the 1.2.5 taglibs release converted for
Jakarta EE using the Tomcat migration tool.



Thanks for the quick answer!

Could you share some details on the migration? In a standard Tomcat 10 I
see taglibs-standard-spec-1.2.5-migrated-0.0.1.jar and
taglibs-standard-impl-1.2.5-migrated-0.0.1.jar in the examples webapp, but
these are not published to Maven Central. So can an implementation reuse
already converted jars or should it also do a conversion?


We don't have any plans to publish the migrated JARs.

You can re-use those JARs if you wish or migrate them and publish the 
result in your local/company repo.


Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: Tomcat taglibs 2.0.0 release?

2024-02-05 Thread Jeroen Hoffman
On Mon, Feb 5, 2024 at 4:05 PM Mark Thomas  wrote:

> >
> > Are there plans to release the 2.0.0 version?
>
> No plans.
>
> Tomcat 10.1.x onwards uses the 1.2.5 taglibs release converted for
> Jakarta EE using the Tomcat migration tool.
>

Thanks for the quick answer!

Could you share some details on the migration? In a standard Tomcat 10 I
see taglibs-standard-spec-1.2.5-migrated-0.0.1.jar and
taglibs-standard-impl-1.2.5-migrated-0.0.1.jar in the examples webapp, but
these are not published to Maven Central. So can an implementation reuse
already converted jars or should it also do a conversion?

TIA, Jeroen


Re: Tomcat taglibs 2.0.0 release?

2024-02-05 Thread Mark Thomas

On 05/02/2024 14:16, Jeroen Hoffman wrote:

Hi everybody,

I have a question on Tomcat taglibs, I chose this mailing list because 
the taglibs-user one seems inactive.


We in the process of updating our application to use Java 17 and Tomcat 
10, including javax/jakarta change. It uses Tomcat Standard Taglibs. We 
noticed that the code base [1] has been reworked 4 years ago to use 
jakarta, development version is 2.0.0-SNAPSHOT.


Are there plans to release the 2.0.0 version?


No plans.

Tomcat 10.1.x onwards uses the 1.2.5 taglibs release converted for 
Jakarta EE using the Tomcat migration tool.


Mark

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Tomcat taglibs 2.0.0 release?

2024-02-05 Thread Jeroen Hoffman

Hi everybody,

I have a question on Tomcat taglibs, I chose this mailing list because 
the taglibs-user one seems inactive.


We in the process of updating our application to use Java 17 and Tomcat 
10, including javax/jakarta change. It uses Tomcat Standard Taglibs. We 
noticed that the code base [1] has been reworked 4 years ago to use 
jakarta, development version is 2.0.0-SNAPSHOT.


Are there plans to release the 2.0.0 version?

Regards,
Jeroen Hoffman

[1] https://github.com/apache/tomcat-taglibs-standard


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org