[GitHub] [tomee] j4fm opened a new pull request #438: CXF 3.3.1 + MP Rest Client 1.2.1

2019-03-07 Thread GitBox
j4fm opened a new pull request #438: CXF 3.3.1 + MP Rest Client 1.2.1 URL: https://github.com/apache/tomee/pull/438 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [DISCUSS] version of our next javaee-api

2019-03-07 Thread Mark Struberg
David is right, next will be 8.0-1 8.0 is for JavaEE8, -1 is the first update. LieGrue, Strub > Am 07.03.2019 um 21:37 schrieb exabrial12 : > > I'd stick to https://semver.org/ whenever possible :) This also helps Nexus > and Maven make correct decisions. > > 8.0.1 would be a bugfix, 8.1.0

Re: [jira] [Commented] (TOMEE-2491) ranslate to Portuguese: examples/mvc-cxf-hibernate

2019-03-07 Thread Daniel Dias Dos Santos
Hi Can someone assign it to me? thank you -- *Daniel Dias dos Santos* Java Developer SouJava & JCP Member GitHub: https://github.com/Daniel-Dos Linkedin: www.linkedin.com/in/danieldiasjava Twitter: http://twitter.com/danieldiasjava Em sex, 8 de mar de 2019 às 03:14, Daniel Dias dos Santos

[GitHub] [tomee] Daniel-Dos opened a new pull request #437: TOMEE-2491 - add translate in PT to mvc-cxf-hibernate

2019-03-07 Thread GitBox
Daniel-Dos opened a new pull request #437: TOMEE-2491 - add translate in PT to mvc-cxf-hibernate URL: https://github.com/apache/tomee/pull/437 ticket of Jira = https://issues.apache.org/jira/browse/TOMEE-2486 This is an

Re: TOMEE-2486 | Translate to Portuguese: examples/mp-config-example

2019-03-07 Thread César Hernández Mendoza
Can some of the committers please move forward: https://github.com/apache/tomee/pull/431 El jue., 7 mar. 2019 a las 17:42, César Hernández Mendoza (< cesargu...@gmail.com>) escribió: > Hi Rhuan!, > Good news!, I was able to assign to you > https://issues.apache.org/jira/browse/TOMEE-2486 > In

Re: TOMEE-2486 | Translate to Portuguese: examples/mp-config-example

2019-03-07 Thread César Hernández Mendoza
Hi Rhuan!, Good news!, I was able to assign to you https://issues.apache.org/jira/browse/TOMEE-2486 In order to Github PR be linked to JIRA you need to add TOMEE-2486 as part of the PR name. El lun., 4 mar. 2019 a las 15:27, César Hernández Mendoza (< cesargu...@gmail.com>) escribió: > Hi

Re: How can I help?

2019-03-07 Thread César Hernández Mendoza
Can some of the committers please move forward: https://github.com/apache/tomee/pull/435 El jue., 7 mar. 2019 a las 17:36, César Hernández Mendoza (< cesargu...@gmail.com>) escribió: > Thanks much Jean-Louis for the pointer. > I already added Marco to Contributor group and I was now able to

Re: How can I help?

2019-03-07 Thread César Hernández Mendoza
Thanks much Jean-Louis for the pointer. I already added Marco to Contributor group and I was now able to assign https://issues.apache.org/jira/browse/TOMEE-2381 to him. El jue., 7 mar. 2019 a las 1:32, Jean-Louis Monteiro (< jlmonte...@tomitribe.com>) escribió: > You need first to add him to the

Re: MVC/CXF/Hibernate

2019-03-07 Thread Daniel Dias Dos Santos
Hi Jon, I did a little test with Hibernate 5 But I see whats not is compatible with CDI of TomEE I think. so I found this : https://stackoverflow.com/questions/40818396/unable-to-build-hibernate-sessionfactory-exception-from-nowhere but the user has to do manual . -- *Daniel Dias dos

Re: [DISCUSS] version of our next javaee-api

2019-03-07 Thread exabrial12
I'd stick to https://semver.org/ whenever possible :) This also helps Nexus and Maven make correct decisions. 8.0.1 would be a bugfix, 8.1.0 would be new APIs are added but all old APIs remain, 9.0.0 would be old apis removed and possibly new stuff added. -- Sent from:

Re: [DISCUSS] version of our next javaee-api

2019-03-07 Thread David Blevins
> On Mar 7, 2019, at 5:21 AM, Mark Struberg wrote: > > I've fixed some nasty bugs in our javaee-api (mostly updated to important > geronimo-spec bug fixes) and would love to release it soon.The currently > released version has a number javaee-api-8.0.Right now the version in the pom > is

Re: MicroProfile Integration in Plus and Plume

2019-03-07 Thread j4fm
Hey Roberto, I have an idea for how to add the per-context tomee.mp.scan. Just want to add the AppInfo param to the EnhanceScannableUrlsEvent and enable/disable the scanning for each mp feature based on per-context config. This event was only added since the last release so won't break any

Re: [GitHub] [tomee] danielsoro commented on issue #436: Ignore temp folder for tck tests

2019-03-07 Thread Daniel Cunha
Hey, the temp folder for TCK microprofile test is created for each build, but it should not go to the repository. I've sent a pr update the gitignore for it: https://github.com/apache/tomee/pull/436 Em qui, 7 de mar de 2019 às 09:29, GitBox escreveu: > danielsoro commented on issue #436:

[GitHub] [tomee] danielsoro commented on issue #436: Ignore temp folder for tck tests

2019-03-07 Thread GitBox
danielsoro commented on issue #436: Ignore temp folder for tck tests URL: https://github.com/apache/tomee/pull/436#issuecomment-470507399 This temp folder appear every build. it can be pushed to the repository accidentally, that because updating the gitignore. :)

[GitHub] [tomee] danielsoro opened a new pull request #436: Ignore temp folder for tck tests

2019-03-07 Thread GitBox
danielsoro opened a new pull request #436: Ignore temp folder for tck tests URL: https://github.com/apache/tomee/pull/436 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tomee] otaviojava commented on issue #422: Creates Unit test to CmpJpaConversion

2019-03-07 Thread GitBox
otaviojava commented on issue #422: Creates Unit test to CmpJpaConversion URL: https://github.com/apache/tomee/pull/422#issuecomment-470502867 @jgallimore when you have time, could you review/merge this PR? This is an

[DISCUSS] version of our next javaee-api

2019-03-07 Thread Mark Struberg
Hi folks! I've fixed some nasty bugs in our javaee-api (mostly updated to important geronimo-spec bug fixes) and would love to release it soon.The currently released version has a number javaee-api-8.0.Right now the version in the pom is 8.0.1-SNAPSHOT.So when rolling a release should we go to