svn commit: r1868776 - in /tomee/site/trunk/content: ./ jakartaee-8.0/javadoc/ jakartaee-8.0/javadoc/java/xml/bind/tests/ jakartaee-8.0/javadoc/javax/annotation/ jakartaee-8.0/javadoc/javax/annotation

2019-10-22 Thread jgallimore
Author: jgallimore
Date: Tue Oct 22 22:53:28 2019
New Revision: 1868776

URL: http://svn.apache.org/viewvc?rev=1868776&view=rev
Log:
Refreshing site with latest documentation


[This commit notification would consist of 353 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


[jira] [Updated] (TOMEE-2718) Update to MyFaces 2.3.5

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


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

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

> Update to MyFaces 2.3.5
> ---
>
> Key: TOMEE-2718
> URL: https://issues.apache.org/jira/browse/TOMEE-2718
> Project: TomEE
>  Issue Type: Task
>Reporter: Thomas Andraschko
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.1
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&version=12345533



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


[jira] [Created] (TOMEE-2718) Update to MyFaces 2.3.5

2019-10-22 Thread Thomas Andraschko (Jira)
Thomas Andraschko created TOMEE-2718:


 Summary: Update to MyFaces 2.3.5
 Key: TOMEE-2718
 URL: https://issues.apache.org/jira/browse/TOMEE-2718
 Project: TomEE
  Issue Type: Bug
Reporter: Thomas Andraschko


https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&version=12345533



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


[jira] [Updated] (TOMEE-2718) Update to MyFaces 2.3.5

2019-10-22 Thread Thomas Andraschko (Jira)


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

Thomas Andraschko updated TOMEE-2718:
-
Fix Version/s: 8.0.1

> Update to MyFaces 2.3.5
> ---
>
> Key: TOMEE-2718
> URL: https://issues.apache.org/jira/browse/TOMEE-2718
> Project: TomEE
>  Issue Type: Task
>Reporter: Thomas Andraschko
>Priority: Major
> Fix For: 8.0.1
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&version=12345533



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


[jira] [Updated] (TOMEE-2718) Update to MyFaces 2.3.5

2019-10-22 Thread Thomas Andraschko (Jira)


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

Thomas Andraschko updated TOMEE-2718:
-
Issue Type: Task  (was: Bug)

> Update to MyFaces 2.3.5
> ---
>
> Key: TOMEE-2718
> URL: https://issues.apache.org/jira/browse/TOMEE-2718
> Project: TomEE
>  Issue Type: Task
>Reporter: Thomas Andraschko
>Priority: Major
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10600&version=12345533



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


[jira] [Created] (TOMEE-2717) openejb client connetion pool broken in 1.7.5

2019-10-22 Thread Lars Herschke (Jira)
Lars Herschke created TOMEE-2717:


 Summary: openejb client connetion pool broken in 1.7.5
 Key: TOMEE-2717
 URL: https://issues.apache.org/jira/browse/TOMEE-2717
 Project: TomEE
  Issue Type: Bug
  Components: TomEE Core Server
Affects Versions: 1.7.5
Reporter: Lars Herschke
 Fix For: 1.7.4


With openejb-client-4.7.5.jar the ejb connection pool does not work anymore. 
There are a bunch of ConnectionOpend \{uri = ejbd: // server: 4201} messages in 
the log. In my view, only TomEE 1.7.5 and OpenEJB 4.7.5 are affected. Blame is 
probably the commit 91472ad9b9493a45a97e7a739ec2cfb916727cc9 in branch 
tomee-1.7.x and especially the change in SocketConnectionFactory.java. This 
change did not occur in the master branch. Therefore, the 7 and 8 versions are 
probably not affected.



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


[jira] [Updated] (TOMEE-2716) Fix for com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest

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


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

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

> Fix for 
> com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest
> 
>
> Key: TOMEE-2716
> URL: https://issues.apache.org/jira/browse/TOMEE-2716
> Project: TomEE
>  Issue Type: Improvement
>Affects Versions: 8.0.0-Final
>Reporter: Jonathan Gallimore
>Priority: Major
>  Labels: pull-request-available
> Fix For: 8.0.1
>
>
> This test can be run with: 
> ./runtests -Dtomee.version=8.0.1-SNAPSHOT -Dopenejb.version=8.0.1-SNAPSHOT 
> -Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 --env -nc -c -w tomee-plume 
> com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest
> It fails due to the request being unwrapped in EEFilter: 
> [https://github.com/tomitribe/tomee/blob/106cbb657a702bb8aaad054feccbcf21eeb69fca/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/EEFilter.java#L108]
>  
>  
>  



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


[jira] [Created] (TOMEE-2716) Fix for com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest

2019-10-22 Thread Jonathan Gallimore (Jira)
Jonathan Gallimore created TOMEE-2716:
-

 Summary: Fix for 
com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest
 Key: TOMEE-2716
 URL: https://issues.apache.org/jira/browse/TOMEE-2716
 Project: TomEE
  Issue Type: Improvement
Affects Versions: 8.0.0-Final
Reporter: Jonathan Gallimore
 Fix For: 8.0.1


This test can be run with: 

./runtests -Dtomee.version=8.0.1-SNAPSHOT -Dopenejb.version=8.0.1-SNAPSHOT 
-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2 --env -nc -c -w tomee-plume 
com/sun/ts/tests/servlet/api/javax_servlet/asynccontext/URLClient#getRequestTest

It fails due to the request being unwrapped in EEFilter: 
[https://github.com/tomitribe/tomee/blob/106cbb657a702bb8aaad054feccbcf21eeb69fca/server/openejb-http/src/main/java/org/apache/openejb/server/httpd/EEFilter.java#L108]

 

 

 



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