[jira] [Resolved] (TOMEE-2742) Translate simple-jms To Spanish

2019-11-25 Thread Cesar Hernandez (Jira)


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

Cesar Hernandez resolved TOMEE-2742.

Resolution: Done

> Translate simple-jms To Spanish
> ---
>
> Key: TOMEE-2742
> URL: https://issues.apache.org/jira/browse/TOMEE-2742
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-Final
>Reporter: Emerson Castaneda
>Assignee: Emerson Castaneda
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 8.0.1
>
>
> Spanish translation for 
> https://github.com/apache/tomee/blob/master/examples/simple-jms/README.adoc



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


[jira] [Assigned] (TOMEE-2742) Translate simple-jms To Spanish

2019-11-25 Thread Cesar Hernandez (Jira)


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

Cesar Hernandez reassigned TOMEE-2742:
--

Assignee: Emerson Castaneda

> Translate simple-jms To Spanish
> ---
>
> Key: TOMEE-2742
> URL: https://issues.apache.org/jira/browse/TOMEE-2742
> Project: TomEE
>  Issue Type: Documentation
>  Components: Examples and Documentation
>Affects Versions: 8.0.0-Final
>Reporter: Emerson Castaneda
>Assignee: Emerson Castaneda
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 8.0.1
>
>
> Spanish translation for 
> https://github.com/apache/tomee/blob/master/examples/simple-jms/README.adoc



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


[tomee] branch master updated (40e62cf -> 3078679)

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

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


from 40e62cf  Merge pull request #613 from Travelcompositor/master
 new 16eff96  Add Spanish translation for simple-jms
 new 0f5d740  Fix annotation name
 new f8777c1  Fix accents and typo
 new 3078679  Merge pull request #611 from emecas/TOMEE-2742

The 13047 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../simple-jms/{README.adoc => README_es.adoc} | 40 --
 1 file changed, 21 insertions(+), 19 deletions(-)
 copy examples/simple-jms/{README.adoc => README_es.adoc} (86%)



buildbot failure in on tomee-trunk-ubuntu-jvm8

2019-11-25 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/1245

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] 40e62cf5edeea2c7eda6c11cec1d339c08d5de16
Blamelist: Jonathan Gallimore ,vrossello 


BUILD FAILED: failed check-formatting

Sincerely,
 -The Buildbot





[tomee] branch master updated: TOMEE-2744: JD14 compatibility: remove usage of javax.security.acl

2019-11-25 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 48deb3e  TOMEE-2744: JD14 compatibility: remove usage of 
javax.security.acl
 new 40e62cf  Merge pull request #613 from Travelcompositor/master
48deb3e is described below

commit 48deb3e919ee7f8d248eceacf7ca6796c12d7ce4
Author: vrossello 
AuthorDate: Fri Nov 22 22:56:18 2019 +0100

TOMEE-2744: JD14 compatibility: remove usage of javax.security.acl
---
 .../openejb/core/security/AbstractSecurityService.java | 18 +-
 1 file changed, 1 insertion(+), 17 deletions(-)

diff --git 
a/container/openejb-core/src/main/java/org/apache/openejb/core/security/AbstractSecurityService.java
 
b/container/openejb-core/src/main/java/org/apache/openejb/core/security/AbstractSecurityService.java
index 8690e39..88b4155 100644
--- 
a/container/openejb-core/src/main/java/org/apache/openejb/core/security/AbstractSecurityService.java
+++ 
b/container/openejb-core/src/main/java/org/apache/openejb/core/security/AbstractSecurityService.java
@@ -462,7 +462,7 @@ public abstract class AbstractSecurityService implements 
DestroyableResource, Se
 }
 }
 
-public static class Group implements java.security.acl.Group {
+public static class Group implements java.security.Principal {
 
 private final List members = new ArrayList<>();
 private final String name;
@@ -471,27 +471,11 @@ public abstract class AbstractSecurityService implements 
DestroyableResource, Se
 this.name = name;
 }
 
-@Override
 public boolean addMember(final Principal user) {
 return members.add(user);
 }
 
 @Override
-public boolean removeMember(final Principal user) {
-return members.remove(user);
-}
-
-@Override
-public boolean isMember(final Principal member) {
-return members.contains(member);
-}
-
-@Override
-public Enumeration members() {
-return Collections.enumeration(members);
-}
-
-@Override
 public String getName() {
 return name;
 }



[jira] [Commented] (TOMEE-2745) Update to Tomcat 9.0..29

2019-11-25 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore commented on TOMEE-2745:
---

Its greatly appreciated. The build passed, so I'll mark this as resolved. 
Thanks again for the PR!

> Update to Tomcat 9.0..29
> 
>
> Key: TOMEE-2745
> URL: https://issues.apache.org/jira/browse/TOMEE-2745
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 8.0.1
>
>
> Current TomEE8 master depends on Tomcat 9.0.27.
> Update to Tomcat 9.0..29 so that TomEE 8.0.1 final will take advantage of  
> 9.0.29 an 9.0.28 (unpublished release) listed here:[ 
> https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)|https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)]
>  



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


[jira] [Resolved] (TOMEE-2745) Update to Tomcat 9.0..29

2019-11-25 Thread Jonathan Gallimore (Jira)


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

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

> Update to Tomcat 9.0..29
> 
>
> Key: TOMEE-2745
> URL: https://issues.apache.org/jira/browse/TOMEE-2745
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 8.0.1
>
>
> Current TomEE8 master depends on Tomcat 9.0.27.
> Update to Tomcat 9.0..29 so that TomEE 8.0.1 final will take advantage of  
> 9.0.29 an 9.0.28 (unpublished release) listed here:[ 
> https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)|https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)]
>  



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


[jira] [Commented] (TOMEE-2746) Update to Tomcat 8.5.49

2019-11-25 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore commented on TOMEE-2746:
---

Ah, ok. In GitHub, delete that branch first. Then if you go to this branch: 
[https://github.com/avermeer/tomee/tree/tomee-7.1.x] and then create your new 
branch, you should be good. 

> Update to Tomcat 8.5.49
> ---
>
> Key: TOMEE-2746
> URL: https://issues.apache.org/jira/browse/TOMEE-2746
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 7.0.6, 7.1.1
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 7.0.7, 7.1.2
>
>
> Current TomEE 7.0.x and 7.1.x branches depend on Tomcat 
> {color:#00}8.5.47{color}.
> Update to Tomcat 8.5.49 so that TomEE 7.0.7 and 7.1.2 final will take 
> advantage of  8.5.49 and of 8.5.48 (unpublished release) listed here 
> :[https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.49_(markt)]



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


buildbot success in on tomee-trunk-ubuntu-jvm8

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

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





[jira] [Commented] (TOMEE-2746) Update to Tomcat 8.5.49

2019-11-25 Thread Alexandre Vermeerbergen (Jira)


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

Alexandre Vermeerbergen commented on TOMEE-2746:


I think I made a mistake : from my github clone of tomee 
([https://github.com/avermeer/tomee] ), I created a new branch called 
TOMEE-2746-7.1.x , and then ran in command-line:

git fetch -a
git checkout TOMEE-2746-7.1.x tomee-7.1.x

but then pom.xml shows:

9.0.27

which means that I have pom.xml from master instead of the one from a 
sub-branch of 7.1.x.

I am not used to re-create sub-branches using github's UX, what did I missed?

> Update to Tomcat 8.5.49
> ---
>
> Key: TOMEE-2746
> URL: https://issues.apache.org/jira/browse/TOMEE-2746
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 7.0.6, 7.1.1
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 7.0.7, 7.1.2
>
>
> Current TomEE 7.0.x and 7.1.x branches depend on Tomcat 
> {color:#00}8.5.47{color}.
> Update to Tomcat 8.5.49 so that TomEE 7.0.7 and 7.1.2 final will take 
> advantage of  8.5.49 and of 8.5.48 (unpublished release) listed here 
> :[https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.49_(markt)]



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


[jira] [Commented] (TOMEE-2745) Update to Tomcat 9.0..29

2019-11-25 Thread Alexandre Vermeerbergen (Jira)


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

Alexandre Vermeerbergen commented on TOMEE-2745:


My pleasure, it looked like an easy one, and I wanted exercise myself at 
contributing otherwise than posting or opening Jira cases.

> Update to Tomcat 9.0..29
> 
>
> Key: TOMEE-2745
> URL: https://issues.apache.org/jira/browse/TOMEE-2745
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 8.0.1
>
>
> Current TomEE8 master depends on Tomcat 9.0.27.
> Update to Tomcat 9.0..29 so that TomEE 8.0.1 final will take advantage of  
> 9.0.29 an 9.0.28 (unpublished release) listed here:[ 
> https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)|https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)]
>  



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


[jira] [Commented] (TOMEE-2746) Update to Tomcat 8.5.49

2019-11-25 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore commented on TOMEE-2746:
---

git checkout TOMEE-2746-7.1.x tomee-7.1.x

... update pom...

git commit pom.xml

git push  TOMEE-2746-7.1.x

Open a PR for  TOMEE-2746-7.1.x to apache/tomee-7.1.x

 

Same process for 7.0.x.

 

Thanks in advance for the PR. Let us know if you run into problems.

> Update to Tomcat 8.5.49
> ---
>
> Key: TOMEE-2746
> URL: https://issues.apache.org/jira/browse/TOMEE-2746
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 7.0.6, 7.1.1
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 7.0.7, 7.1.2
>
>
> Current TomEE 7.0.x and 7.1.x branches depend on Tomcat 
> {color:#00}8.5.47{color}.
> Update to Tomcat 8.5.49 so that TomEE 7.0.7 and 7.1.2 final will take 
> advantage of  8.5.49 and of 8.5.48 (unpublished release) listed here 
> :[https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.49_(markt)]



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


[jira] [Assigned] (TOMEE-2746) Update to Tomcat 8.5.49

2019-11-25 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore reassigned TOMEE-2746:
-

Assignee: Alexandre Vermeerbergen

> Update to Tomcat 8.5.49
> ---
>
> Key: TOMEE-2746
> URL: https://issues.apache.org/jira/browse/TOMEE-2746
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 7.0.6, 7.1.1
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 7.0.7, 7.1.2
>
>
> Current TomEE 7.0.x and 7.1.x branches depend on Tomcat 
> {color:#00}8.5.47{color}.
> Update to Tomcat 8.5.49 so that TomEE 7.0.7 and 7.1.2 final will take 
> advantage of  8.5.49 and of 8.5.48 (unpublished release) listed here 
> :[https://tomcat.apache.org/tomcat-8.5-doc/changelog.html#Tomcat_8.5.49_(markt)]



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


[jira] [Commented] (TOMEE-2745) Update to Tomcat 9.0..29

2019-11-25 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore commented on TOMEE-2745:
---

Looks unrelated to the change. I've fired off the build again. Thank you for 
the PR!

> Update to Tomcat 9.0..29
> 
>
> Key: TOMEE-2745
> URL: https://issues.apache.org/jira/browse/TOMEE-2745
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 8.0.1
>
>
> Current TomEE8 master depends on Tomcat 9.0.27.
> Update to Tomcat 9.0..29 so that TomEE 8.0.1 final will take advantage of  
> 9.0.29 an 9.0.28 (unpublished release) listed here:[ 
> https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)|https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)]
>  



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


[jira] [Assigned] (TOMEE-2745) Update to Tomcat 9.0..29

2019-11-25 Thread Jonathan Gallimore (Jira)


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

Jonathan Gallimore reassigned TOMEE-2745:
-

Assignee: Alexandre Vermeerbergen

> Update to Tomcat 9.0..29
> 
>
> Key: TOMEE-2745
> URL: https://issues.apache.org/jira/browse/TOMEE-2745
> Project: TomEE
>  Issue Type: Dependency upgrade
>  Components: TomEE Core Server
>Affects Versions: 8.0.0-Final
>Reporter: Alexandre Vermeerbergen
>Assignee: Alexandre Vermeerbergen
>Priority: Major
> Fix For: 8.0.1
>
>
> Current TomEE8 master depends on Tomcat 9.0.27.
> Update to Tomcat 9.0..29 so that TomEE 8.0.1 final will take advantage of  
> 9.0.29 an 9.0.28 (unpublished release) listed here:[ 
> https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)|https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.29_(markt)]
>  



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


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

2019-11-25 Thread Vicente Rossello Jaume (Jira)


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

Vicente Rossello Jaume commented on TOMEE-2744:
---

[https://github.com/apache/tomee/pull/613]

> 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)