This is an automated email from the ASF dual-hosted git repository.

alexoree pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juddi.git


The following commit(s) were added to refs/heads/master by this push:
     new a1fb95d  JUDDI-1004 dependency update, this means juddi will require 
java 8 as a minimum runtime
a1fb95d is described below

commit a1fb95d9a69617c3fd5d40cf336d7ff53866a431
Author: Alex O'Ree <[email protected]>
AuthorDate: Fri Jan 31 21:05:26 2020 -0500

    JUDDI-1004 dependency update, this means juddi will require java 8 as a 
minimum runtime
---
 juddi-core-openjpa/pom.xml       | 4 ++--
 juddiv3-war/pom.xml              | 6 +-----
 src/site/markdown/index.md       | 2 +-
 src/site/markdown/integration.md | 4 ++--
 4 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/juddi-core-openjpa/pom.xml b/juddi-core-openjpa/pom.xml
index cf396bb..66ba65c 100644
--- a/juddi-core-openjpa/pom.xml
+++ b/juddi-core-openjpa/pom.xml
@@ -62,7 +62,7 @@
             <plugin>
                 <groupId>org.apache.openjpa</groupId>
                 <artifactId>openjpa-maven-plugin</artifactId>
-                <version>2.3.0</version>
+                <version>3.1.0</version>
                 <configuration>
                     <includes>**/org/apache/juddi/model/*.class</includes>
                     <addDefaultConstructor>true</addDefaultConstructor>
@@ -82,7 +82,7 @@
                     <dependency>
                         <groupId>org.apache.openjpa</groupId>
                         <artifactId>openjpa</artifactId>
-                        <version>2.3.0</version>
+                        <version>3.1.0</version>
                     </dependency>
                 </dependencies>
             </plugin>
diff --git a/juddiv3-war/pom.xml b/juddiv3-war/pom.xml
index 810f80c..4059298 100644
--- a/juddiv3-war/pom.xml
+++ b/juddiv3-war/pom.xml
@@ -328,11 +328,7 @@ language governing permissions and * limitations under the 
License. * */ -->
                     <artifactId>jettison</artifactId>
                 </dependency>
                 <!--END added AO 6/8/2013 support for JSON encoding on REST 
endpoints -->
-                <dependency>
-                    <groupId>org.apache.cxf</groupId>
-                    <artifactId>cxf-rt-frontend-jaxrs</artifactId>
-                    <version>${cxf.version}</version>
-                </dependency>
+               
                 <dependency>
                     <groupId>org.apache.cxf</groupId>
                     <artifactId>cxf-rt-transports-http</artifactId>
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index dc43db7..a403122 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -15,7 +15,7 @@ jUDDI (pronounced "Judy") is an open source Java 
implementation of [OASIS](https
 
  - UDDI Specification version 
[3.0.2](http://uddi.org/pubs/uddi-v3.0.2-20041019.htm) compliant
  - UDDI Specification version 
[2.0.4](http://uddi.org/pubs/ProgrammersAPI-V2.04-Published-20020719.htm) 
interoperability services (BETA)
- - JDK 1.6 Recommended
+ - JDK 1.8 Recommended
  - Built on [JAXB](https://jcp.org/en/jsr/detail?id=222) and 
[JAX-WS](https://jcp.org/en/jsr/detail?id=224) standardized interfaces, tested 
on [Apache CXF](http://cxf.apache.org)
  - Built on JPA standardized interfaces, tested with [Apache 
OpenJPA](http://openjpa.apache.org/) and [Hibernate](http://hibernate.org/)
  - Pre-configured bundle deployed to [Apache Tomcat](http://tomcat.apache.org/)
diff --git a/src/site/markdown/integration.md b/src/site/markdown/integration.md
index 3325741..9d523bd 100644
--- a/src/site/markdown/integration.md
+++ b/src/site/markdown/integration.md
@@ -12,8 +12,8 @@ jUDDI currently builds with the following configuration 
matrix.
 
 | JPA Provider |       JDK                     | Operating System      | .NET 
Runtime          | Application Container | SOAP Framework |
 | ---                  | ---                   | ---                           
| ---                           | ---                                   | ---   
                 |
-| OpenJPA              | OpenJDK 6             | Ubuntu                        
| Microsoft.NET 3.5     | Apache Tomcat 6.x             | Apache CXF     |
-| Hibernate            | Oracle JDK 6  | Windows 7                     | Mono  
3.x                     | Apache Tomcat 6.x             | .NET WCF, .NET 
ASP.NET |
+| OpenJPA              | OpenJDK 8             | Ubuntu                        
| Microsoft.NET 3.5     | Apache Tomcat 9.x             | Apache CXF     |
+| Hibernate            | Oracle JDK 8  | Windows 7                     | Mono  
3.x                     | Apache Tomcat 9.x             | .NET WCF, .NET 
ASP.NET |
 
 ## Access
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to