Re: TomEE MicroProfile and Jakarta

2022-04-15 Thread Daniel Cunha
wn Apache >>> > implementations and will stick with smallrye for a long (?) time >>> > perhaps. >>> >>> Correct. And as mentioned, not finding our way back to our own Apache >>> implementations has already been the status quo. >>> >>> > P

Re: [VOTE] Apache TomEE 8.0.11 - take 2

2022-04-15 Thread Daniel Cunha
tps://issues.apache.org/jira/browse/TOMEE-3854>] - > >Provide a first draft of a link collection page targeting > >contributor/committer resources > >- [TOMEE-3888 <https://issues.apache.org/jira/browse/TOMEE-3888>] - > >Cleanup documentation > >- [TOMEE-3894 <https://issues.apache.org/jira/browse/TOMEE-3894>] - > >website generation broken under windows > > > > > > (Developers - please review and adjust your tickets if necessary!) > > > > Please VOTE: > > > > [+1] Yes, release it > > [+0] Not fussed > > [-1] Don't release, there's a showstopper (please specify what the > > showstopper is) > > > > Vote will be open for 72 hours. > > > > Thanks > > -- > > Jean-Louis Monteiro > > http://twitter.com/jlouismonteiro > > http://www.tomitribe.com > -- Daniel Cunha https://github.com/danielsoro https://twitter.com/danielvlcunha https://www.linkedin.com/in/danielvlcunha/

Re: [VOTE] Apache TomEE 8.0.11

2022-04-13 Thread Daniel Cunha
site and actual > jars >- [TOMEE-3847 <https://issues.apache.org/jira/browse/TOMEE-3847>] - >Exception when building website from windows os >- [TOMEE-3854 <https://issues.apache.org/jira/browse/TOMEE-3854>] - >Provide a first draft of a link collection page targeting >contributor/committer resources >- [TOMEE-3888 <https://issues.apache.org/jira/browse/TOMEE-3888>] - >Cleanup documentation >- [TOMEE-3894 <https://issues.apache.org/jira/browse/TOMEE-3894>] - >website generation broken under windows > > > (Developers - please review and adjust your tickets if necessary!) > > Please VOTE: > > [+1] Yes, release it > [+0] Not fussed > [-1] Don't release, there's a showstopper (please specify what the > showstopper is) > > Vote will be open for 72 hours. > > Thanks > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > -- Daniel Cunha https://github.com/danielsoro https://twitter.com/danielvlcunha https://www.linkedin.com/in/danielvlcunha/

Re: TomEE 9 with Jakarta EE 9

2021-01-28 Thread Daniel Cunha
Hi!! personally, I like the idea to create a maintenance branch for TomEE 8.x and move master to 9.x. Em qui., 28 de jan. de 2021 às 08:50, Jean-Louis Monteiro < jlmonte...@tomitribe.com> escreveu: > Hi, > > We started the work on Jakarta EE 9 a few months ago. So far we are in good > shape by

Re: [VOTE] Apache TomEE javaee-api-8.0.5

2020-10-20 Thread Daniel Cunha
+1 Em ter., 20 de out. de 2020 às 07:55, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > +1 > > Jon > > On Mon, Oct 19, 2020 at 9:30 PM Mark Struberg > wrote: > > > Hi ladies! > > > > I'd like to call a VOTE on Apache TomEE javaee-api-8.0.5. > > > > This mostly contains updates

Re: Draft Proposal for overall website direction

2020-02-19 Thread Daniel Cunha
I like the ideas as well and I'm totally agree with you Jon. Em qua., 19 de fev. de 2020 às 10:38, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > I'm not strongly opinionated on the tools to actually generate the content. > In terms of the organization of the content, I've never

Re: [VOTE] Release TomEE 7.1.2

2020-01-08 Thread Daniel Cunha
+1 Em qua., 8 de jan. de 2020 às 07:23, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Hi All, > > Here's a second attempt at roll of a TomEE 7.1.2. Please can you take a > careful look, review, test and provide feedback. > > Maven Repo: >

Re: [VOTE] Release TomEE 8.0.1

2020-01-08 Thread Daniel Cunha
+1 Em qua., 8 de jan. de 2020 às 11:44, Marco Ferreira < marcoantoniobferre...@gmail.com> escreveu: > +1 > > On Wed, 8 Jan 2020 at 07:18, Jonathan Gallimore < > jonathan.gallim...@gmail.com> wrote: > > > Hi All, > > > > Here's a second attempt at roll of a TomEE 8.0.1. Please can you take a > >

Re: [VOTE] Release TomEE 7.0.7

2020-01-08 Thread Daniel Cunha
+1 Em qua., 8 de jan. de 2020 às 07:27, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Hi All, > > Here's a second attempt at roll of a TomEE 7.1.2. Please can you take a > careful look, review, test and provide feedback. > > Maven Repo: >

Re: [VOTE] Release javaee-api 8.0-3

2019-12-11 Thread Daniel Cunha
+1 Em qua., 11 de dez. de 2019 às 08:33, Daniel Dias Dos Santos < daniel.dias.analist...@gmail.com> escreveu: > +1 > > On Wed, Dec 11, 2019, 08:26 Gabriel Ferreira wrote: > > > +1 > > > > Em ter., 10 de dez. de 2019 às 12:13, Zowalla, Richard < > > richard.zowa...@hs-heilbronn.de> escreveu: > >

Re: Create entity manager without cdi

2019-12-10 Thread Daniel Cunha
Hi Ivan, @PersistenceContext(unitName="test_unit") and Persistence.createEntityManagerFactory("test_unit").createEntityManager(); is exactly the same thing. This will create your EntityManager from persistence.xml configuration. You need to remember to define the resource in you resources.xml or

Re: [VOTE] release Apache TomEE javaee-api 8.0-1

2019-04-12 Thread Daniel Cunha
+1 Em sex, 12 de abr de 2019 às 11:36, Ivan Junckes Filho < ivanjunc...@gmail.com> escreveu: > +1 > > On Fri, Apr 12, 2019 at 11:34 AM Jean-Louis Monteiro < > jlmonte...@tomitribe.com> wrote: > > > +1 > > > > Thanks Mark > > -- > > Jean-Louis Monteiro > > http://twitter.com/jlouismonteiro > >

Re: Building with Java 11

2019-04-04 Thread Daniel Cunha
) at org.apache.openejb.cli.Bootstrap.main(Bootstrap.java:189) Apr 04, 2019 10:50:50 AM org.apache.openejb.itest.legacy.LegacyClientTest test I tried other way, but still getting issue with my VM crashing. (asking for help) Em qua, 27 de mar de 2019 às 11:50, Daniel Cunha escreveu: > My feedback: > > back to working on it

Re: [GitHub] [tomee] danielsoro opened a new pull request #455: TOMEE-2504 - Upgrade xbean to 4.13

2019-04-02 Thread Daniel Cunha
I would like to apply that changes on TomEE 7.1.x and 7.0.x as well. for that, I need to update asm from asm6 to asm7. Any objection about it? Em ter, 2 de abr de 2019 às 11:17, GitBox escreveu: > danielsoro opened a new pull request #455: TOMEE-2504 - Upgrade xbean to > 4.13 > URL:

Re: @OpenAPIDefinition not working

2019-03-27 Thread Daniel Cunha
public Map getEnvs() { > return System.getenv(); > } > > @GET > @Path("/{key}") > @Operation(description = "Get the value for this key") > @APIResponses({ > @APIResponse(responseCode = "200", des

Re: @OpenAPIDefinition not working

2019-03-27 Thread Daniel Cunha
Can you guys push your sample? On Wed, Mar 27, 2019, 4:58 PM Otávio Gonçalves de Santana < osant...@tomitribe.com> wrote: > Hey Ivan. > I tried something, and I saw the same issue. It seems this by-pass does not > work. > > On Mon, Feb 11, 2019 at 11:18 AM Ivan Junckes Filho > > wrote: > > > It

Re: Building with Java 11

2019-03-27 Thread Daniel Cunha
My feedback: back to working on it, and yes I still have my VM crashing in some modules. I've all changes from master merged and which include your changes James. So, my conclusion is: My changes on TomEE classlaoders break all. Reworking on it. Em qua, 6 de mar de 2019 às 13:31, j4fm

Re: Issue while uploading file

2019-03-26 Thread Daniel Cunha
es in all scenarios Dani :/ > > On Tue, Mar 26, 2019 at 11:55 AM Daniel Cunha > wrote: > > > Hi Ivan, > > > > what happening if you don't define the type? > > @Multipart(value = "anexo") Attachment anexo > > > > Em ter, 26 de mar de 2019 às 1

Re: Issue while uploading file

2019-03-26 Thread Daniel Cunha
Hi Ivan, what happening if you don't define the type? @Multipart(value = "anexo") Attachment anexo Em ter, 26 de mar de 2019 às 11:51, Daniel Cunha escreveu: > Have you get same issue with: MultipartBody? > Something like: > @Consumes(MediaType.MULTIPART_FORM_DATA) >

Re: Issue while uploading file

2019-03-26 Thread Daniel Cunha
;:"jaxrs"},{"key":"span.kind","type":6,"value":"server"},{"key":"http.url","type":6,"value":" > http://localhost:8080/crvirtualdemandas/api/processos/anexo/upload/1 > > "},{&qu

Re: Issue while uploading file

2019-03-26 Thread Daniel Cunha
Can you post your stacktrace? Em ter, 26 de mar de 2019 às 11:20, Ivan Junckes Filho < ivanjunc...@gmail.com> escreveu: > Hey guys, I am getting this issue while uploading a file. > > Anyone know why this is happening? > >

Re: Fixing TomEE 7.1.x Build

2019-03-25 Thread Daniel Cunha
Build fixed. Thank you Jon! :) On Sun, Mar 24, 2019, 11:10 AM Daniel Cunha wrote: > Thank you Jon! :) > > Em dom, 24 de mar de 2019 às 11:07, Jonathan Gallimore < > jonathan.gallim...@gmail.com> escreveu: > >> Changes pushed and its building: >> https://ci.apach

Re: Fixing TomEE 7.1.x Build

2019-03-24 Thread Daniel Cunha
lt; > jonathan.gallim...@gmail.com> wrote: > > > These ring a bell. I think I have a fix for them - I'll check. > > > > Jon > > > > On Sat, Mar 23, 2019 at 2:11 PM Daniel Cunha > > wrote: > > > >> Bit stuck with those tests: > >> >

Re: Fixing TomEE 7.1.x Build

2019-03-23 Thread Daniel Cunha
s is failing on MicroProfile JWT TCK for TomEE 7.1.x. (I'm asking for help) Em sex, 22 de mar de 2019 às 12:59, Daniel Cunha escreveu: > Well, > > Seems that we still have a module with test failing! > Investigating what is it. It build well yesterday here. :) > > https://ci.apache.org/bu

Re: Fixing TomEE 7.1.x Build

2019-03-22 Thread Daniel Cunha
/surefire-reports for the individual test results. Em sex, 22 de mar de 2019 às 12:56, Gurkan Erdogdu escreveu: > Cool, thank you! > > On Fri, Mar 22, 2019 at 6:56 PM Daniel Cunha > wrote: > > > Hi Gurkan, > > > > You right! My fault from my last two Pull Request. &

Re: Fixing TomEE 7.1.x Build

2019-03-22 Thread Daniel Cunha
le to follow the commits and their exact reasons. > Regards. > Gurkan > > On Fri, Mar 22, 2019 at 5:41 PM Daniel Cunha > wrote: > > > Thanks for review it and merge Jon. > > > > Em sex, 22 de mar de 2019 às 11:41, Daniel Cunha > > escreveu: > > > >

Re: Fixing TomEE 7.1.x Build

2019-03-22 Thread Daniel Cunha
Thanks for review it and merge Jon. Em sex, 22 de mar de 2019 às 11:41, Daniel Cunha escreveu: > I'll keep my eyes on the buildbot. :) > > Em sex, 22 de mar de 2019 às 11:34, Jonathan Gallimore < > jonathan.gallim...@gmail.com> escreveu: > >> Merged - thanks for s

Re: Fixing TomEE 7.1.x Build

2019-03-22 Thread Daniel Cunha
I'll keep my eyes on the buildbot. :) Em sex, 22 de mar de 2019 às 11:34, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Merged - thanks for sending that over! > > Jon > > On Fri, Mar 22, 2019 at 12:20 PM Daniel Cunha > wrote: > > > Hi fo

Re: Fixing TomEE 7.0.x Build

2019-03-20 Thread Daniel Cunha
details are at https://ci.apache.org/builders/tomee-7.0.x-ubuntu-jvm8/builds/25 Thanks to review and merge it Jean-Louis. :) Em qua, 20 de mar de 2019 às 10:48, Daniel Cunha escreveu: > Hmm.. > for tomee-7.0.x-ubuntu it worked fine. > but for tomee-7.0.x-ubuntu-jvm8 didn't. I'll fo

Re: Fixing TomEE 7.0.x Build

2019-03-20 Thread Daniel Cunha
Hmm.. for tomee-7.0.x-ubuntu it worked fine. but for tomee-7.0.x-ubuntu-jvm8 didn't. I'll force build for it. :) Em qua, 20 de mar de 2019 às 10:34, Daniel Cunha escreveu: > Hmm.. > > seems that buildbot still have some modules/samples failing: > > [ERROR] Failed

Re: Fixing TomEE 7.0.x Build

2019-03-20 Thread Daniel Cunha
ewed and merged. > Thanks Dani > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > > On Wed, Mar 20, 2019 at 5:11 AM Daniel Cunha > wrote: > > > Hi Folks, > > > > I opened a PR to fix the build for tomee-7.0.x

Fixing TomEE 7.0.x Build

2019-03-19 Thread Daniel Cunha
Hi Folks, I opened a PR to fix the build for tomee-7.0.x branch: https://github.com/apache/tomee/pull/449 Please review it. That is the current status for that branch: [image: Screenshot from 2019-03-20 02-07-08.png] [image: Screenshot from 2019-03-20 02-07-19.png] My build locally with my

Re: How can I help?

2019-03-19 Thread Daniel Cunha
Really happy to see a lot of brazilian here. :) Em ter, 19 de mar de 2019 às 22:13, Jonathan Camilo escreveu: > Thanks Daniel! > > I already read the guides and I will try to help with some of these tasks > that you sent to me. > > Nice to meet you! : ) > > > Em ter, 19 de mar de 2019 às 20:48,

Re: How can I help

2019-03-18 Thread Daniel Cunha
Hi Alex, if you need to change something, always create a ticket for that. So someone can assign it to you and we can avoid duplication works. You can create pullrequests and refer the ticket on it. About the code you can: - Fix some ticket already opened. - You can open a new one. - All new

Re: TOMEE-2493 - Upgrade bcprov-jdk15on

2019-03-18 Thread Daniel Cunha
how can I trigger another build from buildbot for that branches? Em sáb, 16 de mar de 2019 às 14:34, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Merged those, thanks for picking that up! > > On Sat, 16 Mar 2019, 16:02 Daniel Cunha, wrote: > > > Hi

Re: TOMEE-2493 - Upgrade bcprov-jdk15on

2019-03-16 Thread Daniel Cunha
, Daniel Cunha escreveu: > Just waiting the buildbot result to mark the issue as solved. :) > > Em sáb, 16 de mar de 2019 às 08:57, Daniel Cunha > escreveu: > >> Thanks Jon! :) >> >> Em sáb, 16 de mar de 2019 às 08:56, Jonathan Gallimore < >> jonathan.

Re: How can I help?

2019-03-16 Thread Daniel Cunha
Hi Massimiliano, We currently have a couple of Epics targeted for new contributors, please check for instance: Generation of MP examples: https://issues.apache.org/jira/browse/TOMEE-2285 Improving documentation: https://issues.apache.org/jira/browse/TOMEE-2369 I would like to add also the email

Re: TOMEE-2493 - Upgrade bcprov-jdk15on

2019-03-16 Thread Daniel Cunha
Just waiting the buildbot result to mark the issue as solved. :) Em sáb, 16 de mar de 2019 às 08:57, Daniel Cunha escreveu: > Thanks Jon! :) > > Em sáb, 16 de mar de 2019 às 08:56, Jonathan Gallimore < > jonathan.gallim...@gmail.com> escreveu: > >> Just merged your

Re: TOMEE-2493 - Upgrade bcprov-jdk15on

2019-03-16 Thread Daniel Cunha
Thanks Jon! :) Em sáb, 16 de mar de 2019 às 08:56, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Just merged your back ports too. Thanks Dani. > > Jon > > On Fri, 15 Mar 2019, 16:45 Daniel Cunha, wrote: > > > Build fine! > > https://ci.ap

Re: TOMEE-2493 - Upgrade bcprov-jdk15on

2019-03-15 Thread Daniel Cunha
Build fine! https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8/builds/1055 :) Going to backport it to TomEE 7.0.x and TomEE 7.1.x Em sex, 15 de mar de 2019 às 11:11, Daniel Cunha escreveu: > I will. > Thank you Jon. :) > > Em sex, 15 de mar de 2019 às 11:06, Jonath

Re: TOMEE-2493 - Upgrade bcprov-jdk15on

2019-03-15 Thread Daniel Cunha
I will. Thank you Jon. :) Em sex, 15 de mar de 2019 às 11:06, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Merged, thank Dani. If you can keep an eye on buildbot for any issues, I'd > appreciate it. > > Thanks > > Jon > > On Fri, Mar 15, 2019 at

TOMEE-2493 - Upgrade bcprov-jdk15on

2019-03-15 Thread Daniel Cunha
Hi folks, Dependency upgrade. Upgrade for bcprov-jdk15on: https://issues.apache.org/jira/browse/TOMEE-2493 I'll push the updates for 7.0.x and 7.1.x when you have it merged on master. PR to be reviewed: https://github.com/apache/tomee/pull/440 -- Daniel "soro" Cunha https://twitter.com/dvlc_

Re: RestClient issue - different apps with same client

2019-03-12 Thread Daniel Cunha
Hi Ivan, Can you share a sample? Em ter, 12 de mar de 2019 às 16:34, Ivan Junckes Filho < ivanjunc...@gmail.com> escreveu: > Hey guys, there is a very annoying bug when using rest client from cxf > 3.2.7 in TomEE M2. When 2 apps have the same client the server throws the > error below and shuts

Re: Issue with @JohnzonConverter

2019-03-12 Thread Daniel Cunha
-javascript-date/ Em ter, 12 de mar de 2019 às 15:18, Ivan Junckes Filho < ivanjunc...@gmail.com> escreveu: > I know Dani, that is the issue. But how to fix it? It should have been > converting to the right format. > > On Tue, Mar 12, 2019 at 2:51 PM Daniel Cunha > wrote: > &

Re: Issue with @JohnzonConverter

2019-03-12 Thread Daniel Cunha
Well.. seems that you convert expect that: dd/MM/ HH:mm:ss ( https://github.com/ivanjunckes/convertertest/blob/master/src/main/java/com/test/DateTimeConverter.java#L17 ) But you are receiving that: 2019-03-12T17:14:31.941 Em ter, 12 de mar de 2019 às 14:19, Ivan Junckes Filho <

Re: Buildbot slowness

2019-03-08 Thread Daniel Cunha
Nice! +1 Em sex, 8 de mar de 2019 às 05:07, j4fm escreveu: > Hi Jon > > Would you be able to check and merge PR 438 for me? I've broken the work > down into bite sizes. This first one is just to get Cxf/MP Rest client > back > in (all tests succeed and without slowness). Later I will submit

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:

Re: Building with Java 11

2019-03-06 Thread Daniel Cunha
Hi James, Thanks! I'll try it. Em qua, 6 de mar de 2019 às 13:14, j4fm escreveu: > FYI, onyl loosely related but as part of fixing the CDI TCK memory gobbling > with CXF 3.3.0, I've added quite a few to the default.exclusions for > scanning. > > I also noticed the lib we have is

Re: Building with Java 11

2019-03-06 Thread Daniel Cunha
caused by my changes. Em qua, 6 de mar de 2019 às 12:38, Daniel Cunha escreveu: > Hi folks, > > I spent my night trying make the build happy with Java 11. > It is what I have for now: > > [INFO] > >

Re: Building with Java 11

2019-03-06 Thread Daniel Cunha
. :/ I'll share all test which is failing and some issue that I saw on build log. Em ter, 5 de mar de 2019 às 14:12, Daniel Cunha escreveu: > Hi Otávio and folks, > > That is the issue: > https://github.com/apache/tomee/blob/master/container/openejb-loader/src/main/java/org/apache/op

Re: Building with Java 11

2019-03-05 Thread Daniel Cunha
case same issue that otavio got, but probably yes) So, I don't have a solution for it now, still trying understand how TomEE manipulate that classloader. Thoughts? Em seg, 4 de mar de 2019 às 12:30, Daniel Cunha escreveu: > Yeah.. I was seeing that exactly now. this option was dropped. >

Re: How can I help?

2019-03-05 Thread Daniel Cunha
Hi Marcos! We currently have a couple of Epics targeted for new contributors, please check for instance: Generation of MP examples: https://issues.apache.org/jira/browse/TOMEE-2285 Improving documentation: https://issues.apache.org/jira/browse/TOMEE-2369 If you have some other Idea or you come

Re: JIRA permission request

2019-03-04 Thread Daniel Cunha
gt; >> > David Blevins > >> > http://twitter.com/dblevins > >> > http://www.tomitribe.com > >> > > >> > > On Feb 25, 2019, at 4:22 PM, Jonathan Gallimore < > >> > jonathan.gallim...@gmail.com> wrote: > >> > > > >> >

Re: Building with Java 11

2019-03-04 Thread Daniel Cunha
hese changes. > > > On Mon, Mar 4, 2019 at 12:03 PM Daniel Cunha > wrote: > > > Hi Otávio, > > > > To fix it using jdk flags, you can use --illegal-access > > Try it. > > > > Em seg, 4 de mar de 2019 às 11:54, Otávio Gonçalves de Santana < >

Re: Building with Java 11

2019-03-04 Thread Daniel Cunha
Hi Otávio, To fix it using jdk flags, you can use --illegal-access Try it. Em seg, 4 de mar de 2019 às 11:54, Otávio Gonçalves de Santana < osant...@tomitribe.com> escreveu: > Now, I got a new error: > > Illegal reflective access by org.apache.openejb.loader.BasicURLClassPath$4 > >

Re: PropertyEditors deprecated class.

2019-03-04 Thread Daniel Cunha
> Jon > > On Mon, Mar 4, 2019 at 10:34 AM Jonathan Gallimore < > jonathan.gallim...@gmail.com> wrote: > > > Interesting. Thanks for the PR - looking at it now. > > > > Jon > > > > On Thu, Feb 28, 2019 at 3:26 PM Daniel Cunha > wrote

Re: Building with Java 11

2019-03-04 Thread Daniel Cunha
Hey Jon, just to keep the branch sync with master. https://github.com/jgallimore/tomee/pull/4 Thank you. Em seg, 4 de mar de 2019 às 00:09, j4fm escreveu: > So I have a fix for the cdi-tomee tck which means we can add cxf 3.3.0 back > in. I just want to wait for full tests to complete before

Re: Apache TomEE channel in the-asf.slack.com

2019-03-02 Thread Daniel Cunha
Roberto, You don't need. Just use your apache mail and that's fine! :) Em sáb, 2 de mar de 2019 às 09:08, Roberto Cortez escreveu: > Invite me too, please :) > > > On 1 Mar 2019, at 21:39, Richard Monson-Haefel > wrote: > > > > Me also > > > > On Fri, Mar 1, 2019 at 2:28 PM Gabriel Ferreira

Re: Building with Java 11

2019-03-02 Thread Daniel Cunha
@Jon, Can you review it: https://github.com/jgallimore/tomee/pull/3 Em sáb, 2 de mar de 2019 às 08:50, Daniel Cunha escreveu: > I'm able to build tomee + tests locally with Java 11: > mvn clean install -Pquick > > Running now full: > mvn clean install > > Em sáb, 2 de

Re: Building with Java 11

2019-03-02 Thread Daniel Cunha
I'm able to build tomee + tests locally with Java 11: mvn clean install -Pquick Running now full: mvn clean install Em sáb, 2 de mar de 2019 às 04:25, Daniel Cunha escreveu: > Seems that we need dependencies update on mockito module. > I was getting java.lang.NoClassDefFoundError fo

Re: Buildbot slowness

2019-03-02 Thread Daniel Cunha
nice! Em sáb, 2 de mar de 2019 às 06:47, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Done > > On Sat, 2 Mar 2019, 09:37 j4fm, wrote: > > > CXF 3.3.1 is also causing the problem. > > > > I've submitted PR 429 just to make buildbot happy again for the time > being. > > Would

Re: Buildbot slowness

2019-03-02 Thread Daniel Cunha
What is the mvn command which you are using to run it? Em sáb, 2 de mar de 2019 às 04:27, j4fm escreveu: > Building is not a problem, it's the CDI TCK test run causing out of memory > exception in tomee > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html >

Re: Building with Java 11

2019-03-01 Thread Daniel Cunha
Seems that we need dependencies update on mockito module. I was getting java.lang.NoClassDefFoundError for JAXB class and some error on Mockito API. Em sex, 1 de mar de 2019 às 18:30, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Definitely slow - same issue as master on the CI

Re: Buildbot slowness

2019-03-01 Thread Daniel Cunha
Hi folks, it is happening in a specif module? I'm building tomee without samples and seems fine to me. mvn clean install -Pquick Em sáb, 2 de mar de 2019 às 00:36, j4fm escreveu: > Hey Jon, thanks for the test. Do you still have all my PRs in there after > just removing the PR409? > > Yeah,

Re: Apache TomEE channel in the-asf.slack.com

2019-03-01 Thread Daniel Cunha
Hi Gabriel, Yes! Em sex, 1 de mar de 2019 às 16:48, Gabriel Ferreira escreveu: > Cool, can everyone on the list participate? > > Em sex, 1 de mar de 2019 às 16:30, David Blevins > escreveu: > > > Some time ago even the ASF Infra team stopped using IRC. They now use > > Slack and there is an

Re: Apache TomEE channel in the-asf.slack.com

2019-03-01 Thread Daniel Cunha
Thanks for the info David. I'm there. :) Em sex, 1 de mar de 2019 às 16:30, David Blevins escreveu: > Some time ago even the ASF Infra team stopped using IRC. They now use > Slack and there is an "official" ASF Slack group. I asked if it was ok if > projects could create themselves a channel

Re: Building with Java 11

2019-03-01 Thread Daniel Cunha
fully > soon > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > > On Wed, Jan 9, 2019 at 1:17 PM Daniel Cunha wrote: > > > Hi Jon, > > > > fantastic! I'll take a look on it. > > > > Nic

Re: LocalInitialContextFactory instead of InitContextFactory

2019-02-28 Thread Daniel Cunha
; Jon > > On Thu, Feb 28, 2019 at 3:30 PM Daniel Cunha > wrote: > > > Hi folks, > > > > I saw that we are using > > org.apache.openejb.core.ivm.naming.InitContextFactory in some places. > > Shouldn't we move the code to use definitely

LocalInitialContextFactory instead of InitContextFactory

2019-02-28 Thread Daniel Cunha
Hi folks, I saw that we are using org.apache.openejb.core.ivm.naming.InitContextFactory in some places. Shouldn't we move the code to use definitely org.apache.openejb.core.LocalInitialContextFactory instead of org.apache.openejb.core.ivm.naming.InitContextFactory? -- Daniel "soro" Cunha

PropertyEditors deprecated class.

2019-02-28 Thread Daniel Cunha
Hi Folks, I've created the ticket https://issues.apache.org/jira/browse/TOMEE-2481 That because the class PropertyEditors is a deprected class, because of that we are moving it to use the PropertyEditorRegistry as indicated on the PropertyEditors comment: this is all static and leaks, use

TOMEE-2477 - Upgrade .gitignore to ignore files generated by test.

2019-02-27 Thread Daniel Cunha
Hi folks, Ticket: https://issues.apache.org/jira/browse/TOMEE-2477 PR: https://github.com/apache/tomee/pull/425 Please review it and merge. Thank you. -- Daniel "soro" Cunha https://twitter.com/dvlc_

TOMEE-2476 - Fix async-method documentation

2019-02-27 Thread Daniel Cunha
Hi folks, Ticket: https://issues.apache.org/jira/browse/TOMEE-2476 PR: https://github.com/apache/tomee/pull/423 Please review it and merge. Thank you. -- Daniel "soro" Cunha https://twitter.com/dvlc_

Re: Portuguese translation of exemples/simple-rest

2019-02-27 Thread Daniel Cunha
Well, since you need to have the ticket assigned to you, that is the way at moment. So, yes, you need to ask someone here to assigned the ticket for you. Then, only open a ticket on JIRA is not enough if we don't know who is working on it (assigned for). And when you have the ticket done, is good

Re: Improvements and Portuguese translation of examples/jpa-hibernate - PR #421

2019-02-27 Thread Daniel Cunha
Hi Gabriel, I reviewed your PR and sounds good. PR approved! We need to wait some commit to merge it. Thank you! :) Em qua, 27 de fev de 2019 às 10:41, Daniel Cunha escreveu: > Hi Hilton, > > You can review the portuguese content and you can help to create > documentation i

Re: Improvements and Portuguese translation of examples/jpa-hibernate - PR #421

2019-02-27 Thread Daniel Cunha
Hi Hilton, You can review the portuguese content and you can help to create documentation in portuguese as well. :) Em qua, 27 de fev de 2019 às 08:58, Hilton Wichwski Silva escreveu: > Hi everyone! > > I'm a native portuguese speaker, how can I help? > > On Wed, Feb 27, 2019, 8:55 AM Gabriel

Re: TOMEE-2361 - Improve main README file

2019-02-26 Thread Daniel Cunha
m/brunobat_ > >> >>>> > >> >>>> > >> >>>> On 21/12/18 10:36, Bruno Baptista wrote: > >> >>>>> Great Cesar! I'd like to help on that. > >> >>>>> > >> >>>>> Bruno Baptista

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-26 Thread Daniel Cunha
Nice! Thanks James. Em ter, 26 de fev de 2019 às 12:00, j4fm escreveu: > PR419 is added for what I described above > > > > -- > Sent from: > http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html > -- Daniel "soro" Cunha https://twitter.com/dvlc_

Re: README Updates

2019-02-26 Thread Daniel Cunha
Hi Folks, Can someone review it: https://github.com/apache/tomee/pull/413 ? Thank you. Em seg, 25 de fev de 2019 às 14:23, Daniel Cunha escreveu: > Hi JL, > > I believe now we're in a good shape to merge the PR. > Please, review it. :) > > Em dom, 24 de fev de 2019 às

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-26 Thread Daniel Cunha
Nice! Thank you for all information! Em ter, 26 de fev de 2019 às 08:30, j4fm escreveu: > Great news that the build succeeds, thanks! My thoughts were based on this > statement in the CXF 3.3.0 Migration page: > > "Major dependency changes: ... JAX-RS and JAXB APIs are now JakartaEE >

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-25 Thread Daniel Cunha
Hi, seems that the conflict just cause in a example. polling-client sample. That because we had a different version declared in the project's pom.xml. Green BUILD and PR updated and good to go. Btw, can you explain more your thought James? I really didn't get why JAXB is related with that

Re: JIRA permission request

2019-02-25 Thread Daniel Cunha
+1 Or if you are the ticket creator at least to be possible to assign it for someone or to himself Em seg, 25 de fev de 2019 8:20 PM, César Hernández Mendoza < cesargu...@gmail.com> escreveu: > I would like to have permission to update tickets assignees. > > > -- > Atentamente: > César

Re: README Updates

2019-02-25 Thread Daniel Cunha
Hi JL, I believe now we're in a good shape to merge the PR. Please, review it. :) Em dom, 24 de fev de 2019 às 15:53, Jean-Louis Monteiro < jlmonte...@tomitribe.com> escreveu: > Lol > > Le dim. 24 févr. 2019 à 13:11, Daniel Cunha a > écrit : > > > oops, n

Re: README Updates

2019-02-24 Thread Daniel Cunha
oops, nevermind. I was looking for the wrong PR. Em dom, 24 de fev de 2019 às 09:10, Daniel Cunha escreveu: > Ok, > > Seems that PR already merged. > I'll work to fix the headers. > > Em dom, 24 de fev de 2019 às 07:58, Daniel Cunha > escreveu: > >> Hi JL, >

Re: README Updates

2019-02-24 Thread Daniel Cunha
Ok, Seems that PR already merged. I'll work to fix the headers. Em dom, 24 de fev de 2019 às 07:58, Daniel Cunha escreveu: > Hi JL, > > Yeah, I can fix it. > I'll update the PR. > > Em dom, 24 de fev de 2019 às 07:55, Jean-Louis Monteiro < > jlmonte...@tomitribe.co

Re: README Updates

2019-02-24 Thread Daniel Cunha
n the directory > name. It might not be 100% accurate but at least people can fix it after. > > If not, don't worry, I'll merge and add them after. > > > > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > > On Sat, Feb

Re: README Updates

2019-02-23 Thread Daniel Cunha
not idea > or useful let's say > > Thanks > > > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > > On Sat, Feb 23, 2019 at 12:09 PM Daniel Cunha > wrote: > > > Hi JL, > > > > that is what I was thinking to d

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-23 Thread Daniel Cunha
153->executeWithRerun:173->execute:283 » NoSuchMethod Tests run: 2, Failures: 0, Errors: 2, Skipped: 0 Em sex, 22 de fev de 2019 às 18:02, Daniel Cunha escreveu: > Hi Ivan, > > I can take a look on your PR and review it later. > I'll send some notes when have the review don

Re: Microprofile 1.2.0 + CXF 3.3.0

2019-02-22 Thread Daniel Cunha
Hi Ivan, I can take a look on your PR and review it later. I'll send some notes when have the review done. Kind regards. :) Em sex, 22 de fev de 2019 5:12 PM, Ivan Junckes Filho escreveu: > I am not sure about those dependency changes, I didn't run the build > locally it takes hours here in

README Updates

2019-02-22 Thread Daniel Cunha
Hi Folks, Getting back the work to move README from md to adoc. That is first PR and sample to be reviwed: https://github.com/apache/tomee/pull/408 Please review it and see if that is what we are expecting have, then I'll continue the work on it. Thanks. :) -- Daniel "soro" Cunha

Re: CI builds

2019-02-22 Thread Daniel Cunha
Hey Jon, thank you for share it. :) Em sex, 22 de fev de 2019 às 09:20, Jonathan Gallimore < jonathan.gallim...@gmail.com> escreveu: > Infra have fixed it, and the node is back up and building. I'll keep an eye > on it. We'll need to get on any test failures it throws up. > > Jon > > On Fri,

Re: TCK Javamail

2019-02-20 Thread Daniel Cunha
> https://eclipse-ee4j.github.io/jakartaee-tck/BUILDING.html > : > > docker run --rm -it -p 1025:25 -p 1143:143 anajosep/cts-mailserver:0.1 > bash -c "/root/startup.sh" > > > Hope that helps. > > Jon > > On Mon, Feb 18, 2019 at 7:54 PM Daniel Cunha >

TCK Javamail

2019-02-18 Thread Daniel Cunha
Hi folks, sharing some advanced with TomEE TCK. I've created that PR (https://github.com/apache/tomee-tck/pull/10) to fix some test for JavaMail. Before changes: === Completed running 112 tests (0:00:11.284):

Re: My experience trying to find TCK failing test so far

2019-02-12 Thread Daniel Cunha
Hi César, since we have the option for runtest: -U,--update Mvn update snapshots it really doesn't need to exists it implicit on the maven command, it should be optional. So I can use the -U if I do: ./runtest -U script Good catch! Em ter, 12 de fev de 2019 às 00:24, César Hernández Mendoza <

TCK - ZSH Autocomplete

2019-01-25 Thread Daniel Cunha
Hi folks, I sent a PR to update README.adoc for TCK project with instructions to enable the autocomplete for runtests on ZSH as well. Please, review it: https://github.com/apache/tomee-tck/pull/7 -- Daniel "soro" Cunha https://twitter.com/dvlc_

Re: Another 8.0.0 milestone release

2019-01-23 Thread Daniel Cunha
Sounds good to me as well. +1 Em qua, 23 de jan de 2019 às 05:46, Gurkan Erdogdu escreveu: > +1 > Gurkan > > On Wed, Jan 23, 2019 at 10:17 AM Jean-Louis Monteiro < > jlmonte...@tomitribe.com> wrote: > > > Sounds good to me. > > > > Le mer. 23 janv. 2019 à 04:23, César Hernández Mendoza < > >

Re: Jakarta EE TCKs and compatibility logo

2019-01-21 Thread Daniel Cunha
+1 Em seg, 21 de jan de 2019 às 13:44, César Hernández Mendoza < cesargu...@gmail.com> escreveu: > +1 > > El dom., 20 ene. 2019 a las 7:03, Frankie () > escribió: > > > +1 > > > > Frankie > > > > > > > > -- > > Sent from: > > http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html > > >

Re: How can I help?

2019-01-18 Thread Daniel Cunha
icket: https://issues.apache.org/jira/browse/TOMEE-2455 (with > pull request https://github.com/apache/tomee/pull/375) . > > I will start working on https://issues.apache.org/jira/browse/TOMEE-2370. > > > Thanks, > Bogdan > > În vin., 18 ian. 2019 la 21:52, Daniel Cunha a

Re: How can I help?

2019-01-18 Thread Daniel Cunha
Hi Bogdan, Seems that it is not assigned yet. I believe that some committer can assign it to you. Did you already have a user on Apache's JIRA? Em sex, 18 de jan de 2019 às 16:22, Bogdan Stirbat escreveu: > Hi, > > Thank you for the warm welcome! > > I would like to improve documentation,

Re: JakartaEE TCK

2019-01-16 Thread Daniel Cunha
Hi folks, You're welcome Bruno. I opened a PR on tomee-ck to fix the issue that Bruno had. Please, review it: https://github.com/apache/tomee-tck/pull/5 Em qua, 16 de jan de 2019 às 17:19, Bruno Baptista escreveu: > Also working here! > > Thanks Daniel Cunha for the help yo

Re: JakartaEE TCK

2019-01-16 Thread Daniel Cunha
/localaccess/statelessclient/Client.class > in the folder where you have extracted the TCK. > > Jon > > On Wed, Jan 16, 2019 at 4:22 PM Daniel Cunha > wrote: > > > Hmm, > > > > seems something wrong on my configuration? > > Error: Cou

  1   2   3   >