[jira] [Updated] (TOMEE-2744) JD14 compatibility: remove usage of javax.security.acl

2019-11-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/TOMEE-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated TOMEE-2744:
--
Labels: pull-request-available  (was: )

> JD14 compatibility: remove usage of javax.security.acl
> --
>
> Key: TOMEE-2744
> URL: https://issues.apache.org/jira/browse/TOMEE-2744
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: Vicente Rossello Jaume
>Priority: Minor
>  Labels: pull-request-available
>
> Just for curiosity, I tried tomee with jdk14 (upgrading xbean). I found out 
> that
> the java.security.acl package is removed from jdk14
> ([https://bugs.openjdk.java.net/browse/JDK-8191138]  ) and
> java.security.acl.Group is referenced in AbstractSecurityService (I don't
> know if it is used somewhere else).
> I've tried to patch it making AbstractSecurityService.Group implement 
> Principal
> instead of java.security.acl.Group and everything works, at least in my
> environment, but I don't know about other setups.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


buildbot success in on tomee-7.1.x-ubuntu-jvm8

2019-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomee-7.1.x-ubuntu-jvm8 
while building . Full details are available at:
https://ci.apache.org/builders/tomee-7.1.x-ubuntu-jvm8/builds/103

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: forced: by IRC user  on channel #openejb: None
Build Source Stamp: HEAD
Blamelist: 

Build succeeded!

Sincerely,
 -The Buildbot





buildbot success in on tomee-trunk-ubuntu-jvm8

2019-11-22 Thread buildbot
The Buildbot has detected a restored build on builder tomee-trunk-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8/builds/1242

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] 5f1b57af1b4f11638c8c9540fcc83feb618980a4
Blamelist: Jonathan Gallimore 

Build succeeded!

Sincerely,
 -The Buildbot





[jira] [Commented] (TOMEE-2744) JD14 compatibility: remove usage of javax.security.acl

2019-11-22 Thread Jonathan Gallimore (Jira)


[ 
https://issues.apache.org/jira/browse/TOMEE-2744?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16980209#comment-16980209
 ] 

Jonathan Gallimore commented on TOMEE-2744:
---

Send your change over and we'll give it a try. Thanks for the research on this.

> JD14 compatibility: remove usage of javax.security.acl
> --
>
> Key: TOMEE-2744
> URL: https://issues.apache.org/jira/browse/TOMEE-2744
> Project: TomEE
>  Issue Type: Task
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: Vicente Rossello Jaume
>Priority: Minor
>
> Just for curiosity, I tried tomee with jdk14 (upgrading xbean). I found out 
> that
> the java.security.acl package is removed from jdk14
> ([https://bugs.openjdk.java.net/browse/JDK-8191138]  ) and
> java.security.acl.Group is referenced in AbstractSecurityService (I don't
> know if it is used somewhere else).
> I've tried to patch it making AbstractSecurityService.Group implement 
> Principal
> instead of java.security.acl.Group and everything works, at least in my
> environment, but I don't know about other setups.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (TOMEE-2744) JD14 compatibility: remove usage of javax.security.acl

2019-11-22 Thread Vicente Rossello Jaume (Jira)
Vicente Rossello Jaume created TOMEE-2744:
-

 Summary: JD14 compatibility: remove usage of javax.security.acl
 Key: TOMEE-2744
 URL: https://issues.apache.org/jira/browse/TOMEE-2744
 Project: TomEE
  Issue Type: Task
  Components: TomEE Core Server
Affects Versions: 8.0.0-Final
Reporter: Vicente Rossello Jaume


Just for curiosity, I tried tomee with jdk14 (upgrading xbean). I found out that
the java.security.acl package is removed from jdk14
([https://bugs.openjdk.java.net/browse/JDK-8191138]  ) and
java.security.acl.Group is referenced in AbstractSecurityService (I don't
know if it is used somewhere else).

I've tried to patch it making AbstractSecurityService.Group implement Principal
instead of java.security.acl.Group and everything works, at least in my
environment, but I don't know about other setups.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


buildbot failure in on tomee-7.1.x-ubuntu-jvm8

2019-11-22 Thread buildbot
The Buildbot has detected a new failure on builder tomee-7.1.x-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-7.1.x-ubuntu-jvm8/builds/102

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-7.1.x-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch tomee-7.1.x] 
74fd6da08362257ad3f4795e7c9d7e39200234bb
Blamelist: Jonathan Gallimore 

BUILD FAILED: failed test

Sincerely,
 -The Buildbot





[jira] [Resolved] (TOMEE-2743) Remove Xalan from TomEE

2019-11-22 Thread Jonathan Gallimore (Jira)


 [ 
https://issues.apache.org/jira/browse/TOMEE-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jonathan Gallimore resolved TOMEE-2743.
---
Resolution: Fixed

> Remove Xalan from TomEE
> ---
>
> Key: TOMEE-2743
> URL: https://issues.apache.org/jira/browse/TOMEE-2743
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.6, 7.1.1, 8.0.0-Final
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
>Priority: Major
> Fix For: 7.0.7, 7.1.2, 8.0.1
>
>
> TomEE ships with Xalan 2.7.2 which has not seen an update since 2014. It does 
> not look like any of the components we're using actually rely on it.
> Furthermore, it has bugs such as 
> https://issues.apache.org/jira/browse/XALANJ-2617, so making use of an XML 
> Transformer when Xalan is present may mean XML is produced with invalid 
> characters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[tomee] branch master updated: Experimental change - Removing Xalan and Serializer from the final distributions

2019-11-22 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 5f1b57a  Experimental change - Removing Xalan and Serializer from the 
final distributions
5f1b57a is described below

commit 5f1b57af1b4f11638c8c9540fcc83feb618980a4
Author: Jonathan Gallimore 
AuthorDate: Thu Nov 21 14:56:18 2019 +

Experimental change - Removing Xalan and Serializer from the final 
distributions
---
 tomee/tomee-embedded/pom.xml | 4 ++--
 tomee/tomee-webapp/pom.xml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml
index 6823ece..edc48a5 100644
--- a/tomee/tomee-embedded/pom.xml
+++ b/tomee/tomee-embedded/pom.xml
@@ -335,10 +335,10 @@
   org.apache.taglibs
   taglibs-standard-jstlel
 
-
+
 
   org.apache.tomcat
   tomcat-jdbc
diff --git a/tomee/tomee-webapp/pom.xml b/tomee/tomee-webapp/pom.xml
index e4535d8..663f2fd 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -175,10 +175,10 @@
   org.apache.taglibs
   taglibs-standard-jstlel
 
-
+
 
   ${project.groupId}
   javaee-api



[tomee] branch tomee-7.1.x updated: Experimental change - Removing Xalan and Serializer from the final distributions

2019-11-22 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

jgallimore pushed a commit to branch tomee-7.1.x
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/tomee-7.1.x by this push:
 new 74fd6da  Experimental change - Removing Xalan and Serializer from the 
final distributions
74fd6da is described below

commit 74fd6da08362257ad3f4795e7c9d7e39200234bb
Author: Jonathan Gallimore 
AuthorDate: Thu Nov 21 14:56:18 2019 +

Experimental change - Removing Xalan and Serializer from the final 
distributions
---
 tomee/tomee-embedded/pom.xml | 4 ++--
 tomee/tomee-webapp/pom.xml   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml
index 9f5a727..0964f70 100644
--- a/tomee/tomee-embedded/pom.xml
+++ b/tomee/tomee-embedded/pom.xml
@@ -332,10 +332,10 @@
   org.apache.taglibs
   taglibs-standard-jstlel
 
-
+
 
   org.apache.tomcat
   tomcat-jdbc
diff --git a/tomee/tomee-webapp/pom.xml b/tomee/tomee-webapp/pom.xml
index 1922aaf..029b338 100644
--- a/tomee/tomee-webapp/pom.xml
+++ b/tomee/tomee-webapp/pom.xml
@@ -174,10 +174,10 @@
   org.apache.taglibs
   taglibs-standard-jstlel
 
-
+
 
   ${project.groupId}
   javaee-api



[jira] [Created] (TOMEE-2743) Remove Xalan from TomEE

2019-11-22 Thread Jonathan Gallimore (Jira)
Jonathan Gallimore created TOMEE-2743:
-

 Summary: Remove Xalan from TomEE
 Key: TOMEE-2743
 URL: https://issues.apache.org/jira/browse/TOMEE-2743
 Project: TomEE
  Issue Type: Bug
Affects Versions: 8.0.0-Final, 7.1.1, 7.0.6
Reporter: Jonathan Gallimore
Assignee: Jonathan Gallimore
 Fix For: 7.0.7, 7.1.2, 8.0.1


TomEE ships with Xalan 2.7.2 which has not seen an update since 2014. It does 
not look like any of the components we're using actually rely on it.

Furthermore, it has bugs such as 
https://issues.apache.org/jira/browse/XALANJ-2617, so making use of an XML 
Transformer when Xalan is present may mean XML is produced with invalid 
characters.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


buildbot failure in on tomee-trunk-ubuntu-jvm8

2019-11-22 Thread buildbot
The Buildbot has detected a new failure on builder tomee-trunk-ubuntu-jvm8 
while building tomee. Full details are available at:
https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8/builds/1241

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb_qnode7_ubuntu

Build Reason: The SingleBranchScheduler scheduler named 
'on-tomee-trunk-ubuntu-jvm8-commit' triggered this build
Build Source Stamp: [branch master] 4a27f8482c7d86c9a7ab136f8e1ee5da2adf789a
Blamelist: Jonathan Gallimore ,Rod Jenkins 


BUILD FAILED: failed compile

Sincerely,
 -The Buildbot





[tomee] branch master updated: Fixed a minor typo

2019-11-22 Thread jgallimore
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new f147be5  Fixed a minor typo
 new 4a27f84  Merge pull request #612 from scriptmonkey/patch-1
f147be5 is described below

commit f147be5d9fb825b47e4cf68ee2f8ac89a9e8924f
Author: Rod Jenkins 
AuthorDate: Thu Nov 21 18:22:48 2019 -0600

Fixed a minor typo
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index e71f6b3..8168a22 100644
--- a/README.adoc
+++ b/README.adoc
@@ -14,7 +14,7 @@ TomEE) and currently is a JakartaEE (formerly JavaEE) and 
Microprofile
 compliant application server.
 
 The application server is totally open source and created with the
-community efforts for the public good. Collaborative consensus and and
+community efforts for the public good. Collaborative consensus and
 peer review according to the Apache Foundation guidelines are used to
 guarantee the highest quality standards.