You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by Mike Kienenberger <mk...@gmail.com> on 2016/08/25 09:40:25 UTC

Re: svn commit: r1757591 - in /myfaces/core/branches/2.3.x: api/ impl/ impl/src/main/java/org/apache/myfaces/config/annotation/ impl/src/main/java/org/apache/myfaces/spi/impl/ impl/src/main/resources/META-INF/services/ parent/ shared-public/ shared/

Should we consider switching to tomee instead of geronimo for J2EE 7?
It seems like more development is happening in tomee than geronimo
from the board reports (april, may, july) and visible project
activity.

http://www.apache.org/foundation/board/calendar.html#2016


On Wed, Aug 24, 2016 at 10:24 PM,  <lu...@apache.org> wrote:
> URL: http://svn.apache.org/viewvc?rev=1757591&view=rev
> Log:
> update dependencies and remove unused code
>

==============================================================================
> --- myfaces/core/branches/2.3.x/api/pom.xml (original)
> +++ myfaces/core/branches/2.3.x/api/pom.xml Thu Aug 25 02:24:39 2016
> @@ -615,7 +615,7 @@
>          <!-- JSP 2.1 -->
>          <dependency>
>              <groupId>org.apache.geronimo.specs</groupId>
> -            <artifactId>geronimo-jsp_2.1_spec</artifactId>
> +            <artifactId>geronimo-jsp_2.2_spec</artifactId>
>          </dependency>
>
>          <!-- JSTL 1.2 -->
> @@ -645,7 +645,7 @@
>
>          <dependency>
>              <groupId>org.apache.geronimo.specs</groupId>
> -            <artifactId>geronimo-jcdi_1.0_spec</artifactId>
> +            <artifactId>geronimo-jcdi_1.1_spec</artifactId>

Re: svn commit: r1757591 - in /myfaces/core/branches/2.3.x: api/ impl/ impl/src/main/java/org/apache/myfaces/config/annotation/ impl/src/main/java/org/apache/myfaces/spi/impl/ impl/src/main/resources/META-INF/services/ parent/ shared-public/ shared/

Posted by Leonardo Uribe <lu...@gmail.com>.
Hi

2016-08-25 4:40 GMT-05:00 Mike Kienenberger <mk...@gmail.com>:

> Should we consider switching to tomee instead of geronimo for J2EE 7?
> It seems like more development is happening in tomee than geronimo
> from the board reports (april, may, july) and visible project
> activity.
>
>
Probably yes. Recently I have been playing with tomee maven plugins, and
you can switch libraries easily. For now we need to switch the test cases
from CDI 1 to CDI 2.

regards,

Leonardo Uribe


> http://www.apache.org/foundation/board/calendar.html#2016
>
>
> On Wed, Aug 24, 2016 at 10:24 PM,  <lu...@apache.org> wrote:
> > URL: http://svn.apache.org/viewvc?rev=1757591&view=rev
> > Log:
> > update dependencies and remove unused code
> >
>
> ============================================================
> ==================
> > --- myfaces/core/branches/2.3.x/api/pom.xml (original)
> > +++ myfaces/core/branches/2.3.x/api/pom.xml Thu Aug 25 02:24:39 2016
> > @@ -615,7 +615,7 @@
> >          <!-- JSP 2.1 -->
> >          <dependency>
> >              <groupId>org.apache.geronimo.specs</groupId>
> > -            <artifactId>geronimo-jsp_2.1_spec</artifactId>
> > +            <artifactId>geronimo-jsp_2.2_spec</artifactId>
> >          </dependency>
> >
> >          <!-- JSTL 1.2 -->
> > @@ -645,7 +645,7 @@
> >
> >          <dependency>
> >              <groupId>org.apache.geronimo.specs</groupId>
> > -            <artifactId>geronimo-jcdi_1.0_spec</artifactId>
> > +            <artifactId>geronimo-jcdi_1.1_spec</artifactId>
>