[GitHub] [tomee] cesarhernandezgt commented on pull request #746: updated boms pom.xml files via org.apache.tomee.bootstrap.GenerateBoms to remove snapshot dependencies

2021-01-11 Thread GitBox
cesarhernandezgt commented on pull request #746: URL: https://github.com/apache/tomee/pull/746#issuecomment-758360151 Thanks, @rzo1 for the heads up. I noticed that 529c941 only updated the snapshot but when I just run the current master branch, there are more updates provided by th

[GitHub] [tomee] cesarhernandezgt closed pull request #746: updated boms pom.xml files via org.apache.tomee.bootstrap.GenerateBoms to remove snapshot dependencies

2021-01-11 Thread GitBox
cesarhernandezgt closed pull request #746: URL: https://github.com/apache/tomee/pull/746 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 g

Re: Releases?

2021-01-11 Thread Jonathan Gallimore
A (very long) git bisect is showing the taglib shading as being the culprit here - I assume the package change is leading to a classloader issue or similar. Continuing to work on it, I'll let you know what I find. Pointer are definitely welcome :) Jon On Mon, Jan 11, 2021 at 3:40 PM Jonathan Gall

[GitHub] [tomee] cesarhernandezgt merged pull request #747: fix RAT checks when building locally with .idea

2021-01-11 Thread GitBox
cesarhernandezgt merged pull request #747: URL: https://github.com/apache/tomee/pull/747 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 g

[GitHub] [tomee] rzo1 commented on pull request #746: updated boms pom.xml files via org.apache.tomee.bootstrap.GenerateBoms to remove snapshot dependencies

2021-01-11 Thread GitBox
rzo1 commented on pull request #746: URL: https://github.com/apache/tomee/pull/746#issuecomment-758040702 seems to be fixed with https://github.com/apache/tomee/commit/529c9419a2c28c9907a2f3c613b51f4f539768e1 This is an auto

Re: Releases?

2021-01-11 Thread Jonathan Gallimore
Looks like there is an underlying memory leak here. I'm digging into it. It looks like StandardContext objects aren't being cleaned up when undeploying applications. Jon On Mon, Jan 11, 2021 at 11:46 AM Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > I ran into some issues over the w

Re: Releases?

2021-01-11 Thread Jonathan Gallimore
I ran into some issues over the weekend, specifically with CDI tests, where each test seemed to be timing out after 90 seconds, additionally there's a warning about a .war not being deployed. The CI seems to have the same issue. Jan 08, 2021 5:31:22 PM org.apache.openejb.arquillian.common.TomEECon

Re: Master build on CI

2021-01-11 Thread Jean-Louis Monteiro
Hi Cesar, Thanks for the heads up and the details. It looks good. I have reviewed the 2 PRs and approved them. Feel free to merge. -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Sat, Jan 9, 2021 at 5:23 AM Cesar Hernandez wrote: > Hi Jean-Louis > > Hi, a