You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/03/25 09:08:03 UTC

[myfaces-tobago] branch master updated: doc: SpringBoot vs. Jakarta EE 9

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

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new b949f6f  doc: SpringBoot vs. Jakarta EE 9
b949f6f is described below

commit b949f6ffa5617839324f737909934de736404344
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Fri Mar 25 10:07:29 2022 +0100

    doc: SpringBoot vs. Jakarta EE 9
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 1ccec5a..a6b2357 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,6 +51,7 @@
     <!-- Note: defined here in master pom, because of problems with enforcer plugin -->
     <jetty.version>11.0.8</jetty.version>
     <joinfaces.version>4.5.5</joinfaces.version>
+    <!-- Spring with Jakarta EE 9: ... for their general availability in Q4 2022 -->
     <spring-boot.version>2.5.5</spring-boot.version>
 
   </properties>