blob: 7afd7ece51793ae8bb6efb2689f6b0e3e8aa499b [file] [log] [blame]
---
layout: post
title: Apache TomEE 1.7.3 released.
date: '2015-12-09T00:00:00+00:00'
categories: tomee
---
<p><a href="http://tomee.apache.org">http://tomee.apache.org</a></p>
<p>Something to shout about this Christmas, TomEE 1.7.3 is here! This is a maintenance release that fixes several issues and improvements. This version is still shipped upon Apache Tomcat 7.0.65.</p>
<p>Please note that the TomEE 1.7.3 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 <a href="http://tomee.apache.org/contribute.html">contribute to the developer branch</a> - We are always interested in any help from the community that we can get.</p>
<p>The Apache TomEE 1.7.3 release files can be downloaded from here:</p>
<p><a href="http://tomee.apache.org/downloads.html">http://tomee.apache.org/downloads.html</a></p>
<p>Or just update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:</p>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dependency&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId&gt;org.apache.openejb&lt;/groupId&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;javaee-api&lt;/artifactId&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;6.0-6&lt;/version&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;scope&gt;provided&lt;/scope&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/dependency&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dependency&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId&gt;org.apache.openejb&lt;/groupId&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;openejb-core&lt;/artifactId&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;4.7.3&lt;/version&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/dependency&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;dependency&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;groupId&gt;org.apache.openejb&lt;/groupId&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;artifactId&gt;tomee&lt;/artifactId&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;version&gt;1.7.3&lt;/version&gt;
&nbsp;&nbsp;&nbsp;&nbsp;&lt;/dependency&gt;
</p>
<p>A complete <a href="http://tomee.apache.org/tomee-1.7.3-release-notes.html">Changelog</a> can be viewed here:</p>
<p><a href="http://tomee.apache.org/tomee-1.7.3-release-notes.html">tomee-1.7.3-release-notes.html</a></p>
<p>So please feel free to jump in feet first and <a href="http://tomee.apache.org/documentation.html">get started with TomEE</a>. You will nearly always find someone to help you on one of our <a href="http://tomee.apache.org/support.html">support channels</a>.</p>