TOMEE-2849 Fixing tomee-tck TCK's README.adoc (was Re: TomEE Security API implementation)

2020-06-15 Thread David Blevins
Hey Helber! I've assigned that issue to you. I think that doc might be a little more outdated that just that URL. Last update is August 2019 which is before the Jakarta EE 8 release on Sept 10th. The right update might be to get the doc pointed at the final versions. Here's the final TCK

Re: How can I help?

2020-06-15 Thread David Blevins
Hi Nagasitaram, Looks like Thiago grabbed that issue over the weekend. Are you still looking to help? We've got a few different initiatives going on. Maybe you have some preference in where we can steer you: - Jakarta EE 8 compliance: Immediate: some help getting people to know how to run

Re: How can I help ?

2020-06-15 Thread Cesar Hernandez
Hi Evaldo, Welcome to the community, so great to hear from you. We have prepared some materials to help people like you who are new to TomEE at the following link: http://tomee.apache.org/community/contributing/contribution-tips.html There are a couple of items for you to choose from: -

Re: TomEE Security API implementation

2020-06-15 Thread Cesar Hernandez
Hi Belber, The ticket is now assigned to you. Thank you! El dom., 14 jun. 2020 a las 9:37, Helber Belmiro () escribió: > Thank you @Daniel. > > I will correct the documentation. > Can anyone assign the ticket to me, please? > TOMEE-2849 > > > >

Re: doubt about PR

2020-06-15 Thread David Blevins
> On May 22, 2020, at 8:20 PM, Daniel Dias Dos Santos > wrote: > > Hello , > > I would like to take a doubt. > > as everyone should be looking, i'm doing a lot of PR lately in the > translation part of the documentation. > > is there any PR limit that I can submit? There is absolutely no

Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread David Blevins
> On Jun 14, 2020, at 5:20 AM, Evaldo Junior wrote: > > I am Developer, i have used different applications servers, among them the > Apache Tomcat, during many years. > I have interested in contribute to JAX-RS module to TomEE. > I want to contribute to TomEE project, i hope to start with simple

Re: JSON-B Adapter Not Invoked

2020-06-15 Thread David Blevins
Hey, chege. Are you interested in helping with this at all as a project developer? If, so an Arquillian test in this module would be a perfect start: - https://github.com/apache/tomee/tree/master/arquillian/arquillian-tomee-tests/arquillian-tomee-jaxrs-tests If not, can you drop the dev@

[GitHub] [tomee] jgallimore commented on pull request #662: Employ the TomEE Patch Plugin

2020-06-15 Thread GitBox
jgallimore commented on pull request #662: URL: https://github.com/apache/tomee/pull/662#issuecomment-644346349 LGTM! This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tomee] jgallimore merged pull request #662: Employ the TomEE Patch Plugin

2020-06-15 Thread GitBox
jgallimore merged pull request #662: URL: https://github.com/apache/tomee/pull/662 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: Javax to Jakarta Bytecode transformation progress

2020-06-15 Thread David Blevins
> On Jun 15, 2020, at 9:23 AM, Jonathan Gallimore > wrote: > > Thanks for this update. I've rebased the latest Eclipse Transformer code > from upstream and will push that, and try a build with your PR. Thanks for the merge on PR 662, what did you think of the `src/patch/java` concept and

[GitHub] [tomee-tck] dblevins commented on pull request #12: Corrected GF_BUNDLE_URL on TCK's README

2020-06-15 Thread GitBox
dblevins commented on pull request #12: URL: https://github.com/apache/tomee-tck/pull/12#issuecomment-644470277 Looks great. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [tomee] dblevins merged pull request #638: TOMEE-2813 - Translate to Portuguese: examples/dynamic-proxy-to-access-mbean

2020-06-15 Thread GitBox
dblevins merged pull request #638: URL: https://github.com/apache/tomee/pull/638 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tomee] dblevins merged pull request #641: TOMEE-2816 -Translate to Portuguese: examples/groovy-spock

2020-06-15 Thread GitBox
dblevins merged pull request #641: URL: https://github.com/apache/tomee/pull/641 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [tomee] dblevins merged pull request #642: TOMEE-2817-Translate to Portuguese: examples/injection-of-ejbs

2020-06-15 Thread GitBox
dblevins merged pull request #642: URL: https://github.com/apache/tomee/pull/642 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: Jakarta EE 9 TCK information (in progress)

2020-06-15 Thread David Blevins
> On Jun 15, 2020, at 4:34 PM, David Blevins wrote: > > Got some information from Ed Bratt over Jakarta EE slack. > > I've not dug into any of this, but wanted to pass it along immediately as the > situation is fluid. > > Nightly builds of the Jakarta EE 9 TCK are here: > > - >

Re: Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread David Blevins
> On Jun 15, 2020, at 4:34 PM, Helber Belmiro wrote: > > Hi David. > > Sounds nice to me. > But I’ll have to start with baby steps and certainly will need help. I never > actually ran any TCK. It’s the first time I’m trying. > As you said in another email the documentation might be outdated,

Re: Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread David Blevins
> On Jun 15, 2020, at 5:06 PM, Thiago Henrique Hupner wrote: > > Are we focusing on the full profile or the web profile for now? First web profile as that will allow us to get on this page: - https://jakarta.ee/compatibility/ After that we can dig into some Full Profile sections and see if

Re: Jakarta EE 9 TCK information (in progress)

2020-06-15 Thread David Blevins
> On Jun 15, 2020, at 4:34 PM, David Blevins wrote: > > Here's the status of GlassFish with the overall Jakarta EE 9 TCK (the one > above): > > - > https://ci.eclipse.org/jakartaee-tck/job/jakartaeetck-nightly-run-master/43/junit-reports-with-handlebars/testSuitesOverview.html I'll add there

[GitHub] [tomee-tck] hbelmiro opened a new pull request #12: Corrected GF_BUNDLE_URL on TCK's README

2020-06-15 Thread GitBox
hbelmiro opened a new pull request #12: URL: https://github.com/apache/tomee-tck/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

Re: Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread Helber Belmiro
Hi David. Sounds nice to me. But I’ll have to start with baby steps and certainly will need help. I never actually ran any TCK. It’s the first time I’m trying. As you said in another email the documentation might be outdated, so I guess it is a good place to start. - Helber Belmiro > On 15

Jakarta EE 9 TCK information (in progress)

2020-06-15 Thread David Blevins
Got some information from Ed Bratt over Jakarta EE slack. I've not dug into any of this, but wanted to pass it along immediately as the situation is fluid. Nightly builds of the Jakarta EE 9 TCK are here: - http://download.eclipse.org/ee4j/jakartaee-tck/master/nightly/jakartaeetck-9.0.0.zip

Re: Possible help in Jakarta EE 8 TCK (Re: How can I help ?)

2020-06-15 Thread Thiago Henrique Hupner
Are we focusing on the full profile or the web profile for now? Em seg., 15 de jun. de 2020 às 21:00, David Blevins escreveu: > > On Jun 15, 2020, at 4:34 PM, Helber Belmiro > wrote: > > > > Hi David. > > > > Sounds nice to me. > > But I’ll have to start with baby steps and certainly will need

[GitHub] [tomee-tck] dblevins commented on pull request #12: Corrected GF_BUNDLE_URL on TCK's README

2020-06-15 Thread GitBox
dblevins commented on pull request #12: URL: https://github.com/apache/tomee-tck/pull/12#issuecomment-644453481 Let's use these links for the TCK and GlassFish: - https://download.eclipse.org/jakartaee/platform/8/jakarta-jakartaeetck-8.0.2.zip -

[GitHub] [tomee-tck] dblevins merged pull request #12: Corrected GF_BUNDLE_URL on TCK's README

2020-06-15 Thread GitBox
dblevins merged pull request #12: URL: https://github.com/apache/tomee-tck/pull/12 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

JSON-B Adapter Not Invoked

2020-06-15 Thread chege
Hi, I am facing a problem where jsonb adapter is not invoked. Here is a simplified case. jaxrs application --- @ApplicationPath("/app") public class App extends Application{ } adapter public class B implements JsonbAdapter { @Override

[ANN] Apache TomEE 8.0.2, 7.1.3, 7.0.8

2020-06-15 Thread Jonathan Gallimore
The Apache TomEE team is pleased to announce the availability of TomEE 8.0.2. 7.1.3 and 7.0.8. Apache TomEE delivers enterprise application containers and services based on, but not limited to the Enterprise JavaBeans Specification and Java Enterprise Edition Specifications. These releases

CVE-2020-11969 Apache TomEE - useJMX attribute on ActiveMQ resource adapter URI causes authenticated JMX port to be open

2020-06-15 Thread Jonathan Gallimore
CVE-2020-11969: Apache TomEE - useJMX attribute on ActiveMQ resource adapter URI causes authenticated JMX port to be open Severity: High Vendor: The Apache Software Foundation Versions Affected: Apache TomEE 8.0.0-M1 - 8.0.1 Apache TomEE 7.1.0 - 7.1.2 Apache TomEE 7.0.0-M1 - 7.0.7 Apache TomEE

Obs - How can I help ?

2020-06-15 Thread Evaldo Junior
I am a member, of the brazilian jug SouJava. Regards, Evaldo Junior Em dom., 14 de jun. de 2020 às 09:20, Evaldo Junior < evaldoapjun...@gmail.com> escreveu: > > I am Developer, i have used different applications servers, among them the > Apache Tomcat, during many years. > I have

Re: Javax to Jakarta Bytecode transformation progress

2020-06-15 Thread Jonathan Gallimore
Thanks for this update. I've rebased the latest Eclipse Transformer code from upstream and will push that, and try a build with your PR. Jon On Mon, Jun 15, 2020 at 12:15 AM David Blevins wrote: > Ok, here's a quick status as to where I got. > > - Picked through our remaining ambiguous

Re: [ANN] Apache TomEE 8.0.2, 7.1.3, 7.0.8

2020-06-15 Thread David Blevins
> On Jun 15, 2020, at 5:42 AM, COURTAULT Francois > wrote: > > Hello Jonathan, > > Congrats for these new versions :-) > > BTW, I have seen that some potential bugs I have submitted are not fixed. > When do you think these potential fixes will be released ? in the next > version 8.0.3 ?