You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomee.apache.org by Andy Gumbrecht <ag...@tomitribe.com> on 2014/09/17 17:29:12 UTC

Apache TomEE 1.7.1 Released!

Hi everyone,

Pushing this out on the mailing lists to make sure everyone gets the 
message. Please promote by Tweet, Google+, Facebook and any other social 
media you use. In fact, please get back to me with suggestions on any 
other promotion channels you think we should be using to reach out on?

After the huge buzz getting version 1.7.0 off the press it is time to 
get back to the day to day. As promised we are committed to providing 
the best for our community, and so without further a do here is TomEE 
1.7.1 - This is a maintenance release that fixes some minor issues and a 
few tweaks (We understand it is not so minor if you are waiting for it, 
so thanks for your patience). This version is still shipped upon Apache 
Tomcat 7.0.55

Please note that the TomEE 1.7.1 drop in WAR file will not work on 
Apache Tomcat 8. If you are interested in a Tomcat 8.x version then 
please feel free to check out and contribute to the developer branch 
<http://tomee.apache.org/contribute.html> - We are always interested in 
any help from the community that we can get.

The Apache TomEE 1.7.1 release files can be downloaded from here:

http://tomee.apache.org/downloads.html

Note: Issue TOMEE-1339 
<https://issues.apache.org/jira/browse/TOMEE-1339> introduced a default 
(but configurable) check for a static /index.html/ file when an empty 
JAX-RS resource URL is specified by a client. You can use this file to 
return a descriptive response to the client for example. Make sure that 
this optional file does not contain sensitive information when made 
available. Currently it is not a JSP and it is not parsed in any way by 
the Servlet container - This may change in the next version.

Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE 
pom.xml entries to point to the latest versions.

Andy.

-- 
   Andy Gumbrecht
   https://twitter.com/AndyGeeDe
   http://www.tomitribe.com


Re: Apache TomEE 1.7.1 Released!

Posted by helio frota <00...@gmail.com>.
Awesome !




On Wed, Sep 17, 2014 at 5:41 PM, Romain Manni-Bucau <rm...@gmail.com>
wrote:

> I think so. Nothing was done on this side since that's not a bug/regression
> but it was intended. Geronimo spec jars should still be enhanced but I dont
> expect it for 1.x
> Le 17 sept. 2014 21:16, "Howard W. Smith, Jr." <sm...@gmail.com> a
> écrit :
>
> > Andy/Romain,
> >
> > is the following still required with this TomEE 1.7.1 release (which was
> a
> > bug/regression introduced in the tomEE 1.7.0 release)?
> >
> >
> > TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError:
> > org/apache/geronimo/osgi/locator/ProviderLocator
> >
> > On Fri, Aug 15, 2014 at 1:46 PM, Romain Manni-Bucau <
> rmannibucau@gmail.com
> > >
> >  wrote:
> >
> > > Just replace geronimo javamail by
> > >
> > >
> >
> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.1/geronimo-osgi-locator-1.1.jar
> > > and maybe
> > >
> >
> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-registry/1.1/geronimo-osgi-registry-1.1.jar
> > > + mail.jar you want
> > >
> >
> >
> >
> >
> > On Wed, Sep 17, 2014 at 11:29 AM, Andy Gumbrecht <
> agumbrecht@tomitribe.com
> > >
> > wrote:
> >
> > > Hi everyone,
> > >
> > > Pushing this out on the mailing lists to make sure everyone gets the
> > > message. Please promote by Tweet, Google+, Facebook and any other
> social
> > > media you use. In fact, please get back to me with suggestions on any
> > other
> > > promotion channels you think we should be using to reach out on?
> > >
> > > After the huge buzz getting version 1.7.0 off the press it is time to
> get
> > > back to the day to day. As promised we are committed to providing the
> > best
> > > for our community, and so without further a do here is TomEE 1.7.1 -
> This
> > > is a maintenance release that fixes some minor issues and a few tweaks
> > (We
> > > understand it is not so minor if you are waiting for it, so thanks for
> > your
> > > patience). This version is still shipped upon Apache Tomcat 7.0.55
> > >
> > > Please note that the TomEE 1.7.1 drop in WAR file will not work on
> Apache
> > > Tomcat 8. If you are interested in a Tomcat 8.x version then please
> feel
> > > free to check out and contribute to the developer branch <
> > > http://tomee.apache.org/contribute.html> - We are always interested in
> > > any help from the community that we can get.
> > >
> > > The Apache TomEE 1.7.1 release files can be downloaded from here:
> > >
> > > http://tomee.apache.org/downloads.html
> > >
> > > Note: Issue TOMEE-1339 <
> https://issues.apache.org/jira/browse/TOMEE-1339
> > >
> > > introduced a default (but configurable) check for a static /index.html/
> > > file when an empty JAX-RS resource URL is specified by a client. You
> can
> > > use this file to return a descriptive response to the client for
> example.
> > > Make sure that this optional file does not contain sensitive
> information
> > > when made available. Currently it is not a JSP and it is not parsed in
> > any
> > > way by the Servlet container - This may change in the next version.
> > >
> > > Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE
> > pom.xml
> > > entries to point to the latest versions.
> > >
> > > Andy.
> > >
> > > --
> > >   Andy Gumbrecht
> > >   https://twitter.com/AndyGeeDe
> > >   http://www.tomitribe.com
> > >
> > >
> >
>

Re: Apache TomEE 1.7.1 Released!

Posted by Romain Manni-Bucau <rm...@gmail.com>.
I think so. Nothing was done on this side since that's not a bug/regression
but it was intended. Geronimo spec jars should still be enhanced but I dont
expect it for 1.x
Le 17 sept. 2014 21:16, "Howard W. Smith, Jr." <sm...@gmail.com> a
écrit :

> Andy/Romain,
>
> is the following still required with this TomEE 1.7.1 release (which was a
> bug/regression introduced in the tomEE 1.7.0 release)?
>
>
> TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError:
> org/apache/geronimo/osgi/locator/ProviderLocator
>
> On Fri, Aug 15, 2014 at 1:46 PM, Romain Manni-Bucau <rmannibucau@gmail.com
> >
>  wrote:
>
> > Just replace geronimo javamail by
> >
> >
> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.1/geronimo-osgi-locator-1.1.jar
> > and maybe
> >
> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-registry/1.1/geronimo-osgi-registry-1.1.jar
> > + mail.jar you want
> >
>
>
>
>
> On Wed, Sep 17, 2014 at 11:29 AM, Andy Gumbrecht <agumbrecht@tomitribe.com
> >
> wrote:
>
> > Hi everyone,
> >
> > Pushing this out on the mailing lists to make sure everyone gets the
> > message. Please promote by Tweet, Google+, Facebook and any other social
> > media you use. In fact, please get back to me with suggestions on any
> other
> > promotion channels you think we should be using to reach out on?
> >
> > After the huge buzz getting version 1.7.0 off the press it is time to get
> > back to the day to day. As promised we are committed to providing the
> best
> > for our community, and so without further a do here is TomEE 1.7.1 - This
> > is a maintenance release that fixes some minor issues and a few tweaks
> (We
> > understand it is not so minor if you are waiting for it, so thanks for
> your
> > patience). This version is still shipped upon Apache Tomcat 7.0.55
> >
> > Please note that the TomEE 1.7.1 drop in WAR file will not work on Apache
> > Tomcat 8. If you are interested in a Tomcat 8.x version then please feel
> > free to check out and contribute to the developer branch <
> > http://tomee.apache.org/contribute.html> - We are always interested in
> > any help from the community that we can get.
> >
> > The Apache TomEE 1.7.1 release files can be downloaded from here:
> >
> > http://tomee.apache.org/downloads.html
> >
> > Note: Issue TOMEE-1339 <https://issues.apache.org/jira/browse/TOMEE-1339
> >
> > introduced a default (but configurable) check for a static /index.html/
> > file when an empty JAX-RS resource URL is specified by a client. You can
> > use this file to return a descriptive response to the client for example.
> > Make sure that this optional file does not contain sensitive information
> > when made available. Currently it is not a JSP and it is not parsed in
> any
> > way by the Servlet container - This may change in the next version.
> >
> > Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE
> pom.xml
> > entries to point to the latest versions.
> >
> > Andy.
> >
> > --
> >   Andy Gumbrecht
> >   https://twitter.com/AndyGeeDe
> >   http://www.tomitribe.com
> >
> >
>

Re: Apache TomEE 1.7.1 Released!

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
Andy/Romain,

is the following still required with this TomEE 1.7.1 release (which was a
bug/regression introduced in the tomEE 1.7.0 release)?


TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError:
org/apache/geronimo/osgi/locator/ProviderLocator

On Fri, Aug 15, 2014 at 1:46 PM, Romain Manni-Bucau <rm...@gmail.com>
 wrote:

> Just replace geronimo javamail by
>
> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.1/geronimo-osgi-locator-1.1.jar
> and maybe
> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-registry/1.1/geronimo-osgi-registry-1.1.jar
> + mail.jar you want
>




On Wed, Sep 17, 2014 at 11:29 AM, Andy Gumbrecht <ag...@tomitribe.com>
wrote:

> Hi everyone,
>
> Pushing this out on the mailing lists to make sure everyone gets the
> message. Please promote by Tweet, Google+, Facebook and any other social
> media you use. In fact, please get back to me with suggestions on any other
> promotion channels you think we should be using to reach out on?
>
> After the huge buzz getting version 1.7.0 off the press it is time to get
> back to the day to day. As promised we are committed to providing the best
> for our community, and so without further a do here is TomEE 1.7.1 - This
> is a maintenance release that fixes some minor issues and a few tweaks (We
> understand it is not so minor if you are waiting for it, so thanks for your
> patience). This version is still shipped upon Apache Tomcat 7.0.55
>
> Please note that the TomEE 1.7.1 drop in WAR file will not work on Apache
> Tomcat 8. If you are interested in a Tomcat 8.x version then please feel
> free to check out and contribute to the developer branch <
> http://tomee.apache.org/contribute.html> - We are always interested in
> any help from the community that we can get.
>
> The Apache TomEE 1.7.1 release files can be downloaded from here:
>
> http://tomee.apache.org/downloads.html
>
> Note: Issue TOMEE-1339 <https://issues.apache.org/jira/browse/TOMEE-1339>
> introduced a default (but configurable) check for a static /index.html/
> file when an empty JAX-RS resource URL is specified by a client. You can
> use this file to return a descriptive response to the client for example.
> Make sure that this optional file does not contain sensitive information
> when made available. Currently it is not a JSP and it is not parsed in any
> way by the Servlet container - This may change in the next version.
>
> Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml
> entries to point to the latest versions.
>
> Andy.
>
> --
>   Andy Gumbrecht
>   https://twitter.com/AndyGeeDe
>   http://www.tomitribe.com
>
>

Re: Apache TomEE 1.7.1 Released!

Posted by Andy Gumbrecht <ag...@tomitribe.com>.
Many thanks Daniel. Your support is always welcome! :-*

On 17/09/2014 17:50, Daniel Cunha wrote:
> Shared on CEJUG list. :)
>
> On Wed, Sep 1

-- 
   Andy Gumbrecht
   https://twitter.com/AndyGeeDe
   http://www.tomitribe.com


Re: Apache TomEE 1.7.1 Released!

Posted by Andy Gumbrecht <ag...@tomitribe.com>.
Many thanks Daniel. Your support is always welcome! :-*

On 17/09/2014 17:50, Daniel Cunha wrote:
> Shared on CEJUG list. :)
>
> On Wed, Sep 1

-- 
   Andy Gumbrecht
   https://twitter.com/AndyGeeDe
   http://www.tomitribe.com


Re: Apache TomEE 1.7.1 Released!

Posted by Daniel Cunha <da...@gmail.com>.
Shared on CEJUG list. :)

On Wed, Sep 17, 2014 at 12:29 PM, Andy Gumbrecht <ag...@tomitribe.com>
wrote:

> Hi everyone,
>
> Pushing this out on the mailing lists to make sure everyone gets the
> message. Please promote by Tweet, Google+, Facebook and any other social
> media you use. In fact, please get back to me with suggestions on any other
> promotion channels you think we should be using to reach out on?
>
> After the huge buzz getting version 1.7.0 off the press it is time to get
> back to the day to day. As promised we are committed to providing the best
> for our community, and so without further a do here is TomEE 1.7.1 - This
> is a maintenance release that fixes some minor issues and a few tweaks (We
> understand it is not so minor if you are waiting for it, so thanks for your
> patience). This version is still shipped upon Apache Tomcat 7.0.55
>
> Please note that the TomEE 1.7.1 drop in WAR file will not work on Apache
> Tomcat 8. If you are interested in a Tomcat 8.x version then please feel
> free to check out and contribute to the developer branch <
> http://tomee.apache.org/contribute.html> - We are always interested in
> any help from the community that we can get.
>
> The Apache TomEE 1.7.1 release files can be downloaded from here:
>
> http://tomee.apache.org/downloads.html
>
> Note: Issue TOMEE-1339 <https://issues.apache.org/jira/browse/TOMEE-1339>
> introduced a default (but configurable) check for a static /index.html/
> file when an empty JAX-RS resource URL is specified by a client. You can
> use this file to return a descriptive response to the client for example.
> Make sure that this optional file does not contain sensitive information
> when made available. Currently it is not a JSP and it is not parsed in any
> way by the Servlet container - This may change in the next version.
>
> Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml
> entries to point to the latest versions.
>
> Andy.
>
> --
>   Andy Gumbrecht
>   https://twitter.com/AndyGeeDe
>   http://www.tomitribe.com
>
>


-- 
Daniel Cunha (soro) <http://www.cejug.net>
Blog: http://www.danielsoro.com.br
Twitter: https://twitter.com/dvlc_
GitHub: https://github.com/danielsoro
LinkedIn:  http://www.linkedin.com/in/danielvlcunha

Re: Apache TomEE 1.7.1 Released!

Posted by Daniel Cunha <da...@gmail.com>.
Shared on CEJUG list. :)

On Wed, Sep 17, 2014 at 12:29 PM, Andy Gumbrecht <ag...@tomitribe.com>
wrote:

> Hi everyone,
>
> Pushing this out on the mailing lists to make sure everyone gets the
> message. Please promote by Tweet, Google+, Facebook and any other social
> media you use. In fact, please get back to me with suggestions on any other
> promotion channels you think we should be using to reach out on?
>
> After the huge buzz getting version 1.7.0 off the press it is time to get
> back to the day to day. As promised we are committed to providing the best
> for our community, and so without further a do here is TomEE 1.7.1 - This
> is a maintenance release that fixes some minor issues and a few tweaks (We
> understand it is not so minor if you are waiting for it, so thanks for your
> patience). This version is still shipped upon Apache Tomcat 7.0.55
>
> Please note that the TomEE 1.7.1 drop in WAR file will not work on Apache
> Tomcat 8. If you are interested in a Tomcat 8.x version then please feel
> free to check out and contribute to the developer branch <
> http://tomee.apache.org/contribute.html> - We are always interested in
> any help from the community that we can get.
>
> The Apache TomEE 1.7.1 release files can be downloaded from here:
>
> http://tomee.apache.org/downloads.html
>
> Note: Issue TOMEE-1339 <https://issues.apache.org/jira/browse/TOMEE-1339>
> introduced a default (but configurable) check for a static /index.html/
> file when an empty JAX-RS resource URL is specified by a client. You can
> use this file to return a descriptive response to the client for example.
> Make sure that this optional file does not contain sensitive information
> when made available. Currently it is not a JSP and it is not parsed in any
> way by the Servlet container - This may change in the next version.
>
> Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml
> entries to point to the latest versions.
>
> Andy.
>
> --
>   Andy Gumbrecht
>   https://twitter.com/AndyGeeDe
>   http://www.tomitribe.com
>
>


-- 
Daniel Cunha (soro) <http://www.cejug.net>
Blog: http://www.danielsoro.com.br
Twitter: https://twitter.com/dvlc_
GitHub: https://github.com/danielsoro
LinkedIn:  http://www.linkedin.com/in/danielvlcunha

Re: Apache TomEE 1.7.1 Released!

Posted by "Howard W. Smith, Jr." <sm...@gmail.com>.
Andy/Romain,

is the following still required with this TomEE 1.7.1 release (which was a
bug/regression introduced in the tomEE 1.7.0 release)?


TomEE 1.7.0 Release: xbean error caused by NoClassDefFoundError:
org/apache/geronimo/osgi/locator/ProviderLocator

On Fri, Aug 15, 2014 at 1:46 PM, Romain Manni-Bucau <rm...@gmail.com>
 wrote:

> Just replace geronimo javamail by
>
> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-locator/1.1/geronimo-osgi-locator-1.1.jar
> and maybe
> http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-osgi-registry/1.1/geronimo-osgi-registry-1.1.jar
> + mail.jar you want
>




On Wed, Sep 17, 2014 at 11:29 AM, Andy Gumbrecht <ag...@tomitribe.com>
wrote:

> Hi everyone,
>
> Pushing this out on the mailing lists to make sure everyone gets the
> message. Please promote by Tweet, Google+, Facebook and any other social
> media you use. In fact, please get back to me with suggestions on any other
> promotion channels you think we should be using to reach out on?
>
> After the huge buzz getting version 1.7.0 off the press it is time to get
> back to the day to day. As promised we are committed to providing the best
> for our community, and so without further a do here is TomEE 1.7.1 - This
> is a maintenance release that fixes some minor issues and a few tweaks (We
> understand it is not so minor if you are waiting for it, so thanks for your
> patience). This version is still shipped upon Apache Tomcat 7.0.55
>
> Please note that the TomEE 1.7.1 drop in WAR file will not work on Apache
> Tomcat 8. If you are interested in a Tomcat 8.x version then please feel
> free to check out and contribute to the developer branch <
> http://tomee.apache.org/contribute.html> - We are always interested in
> any help from the community that we can get.
>
> The Apache TomEE 1.7.1 release files can be downloaded from here:
>
> http://tomee.apache.org/downloads.html
>
> Note: Issue TOMEE-1339 <https://issues.apache.org/jira/browse/TOMEE-1339>
> introduced a default (but configurable) check for a static /index.html/
> file when an empty JAX-RS resource URL is specified by a client. You can
> use this file to return a descriptive response to the client for example.
> Make sure that this optional file does not contain sensitive information
> when made available. Currently it is not a JSP and it is not parsed in any
> way by the Servlet container - This may change in the next version.
>
> Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml
> entries to point to the latest versions.
>
> Andy.
>
> --
>   Andy Gumbrecht
>   https://twitter.com/AndyGeeDe
>   http://www.tomitribe.com
>
>