Re: Issue with a docker image

2021-07-07 Thread David Blevins
> On Jul 7, 2021, at 1:56 PM, Jenkins, Rodney J (Rod) > wrote: > > Also, can I get access to close issues on tomitribe/docker-tomee? There is > an old issue lingering out there I was going to close. Send me your github ID and I'll hook you up. -David > > On 7/1/21, 9:12 PM, "Cesar

Re: Issue with a docker image

2021-07-07 Thread Jenkins, Rodney J (Rod)
All, There seem to be some issues getting responses from the key servers. I have not been able to get them to work consistently. Therefore, I propose using the SHA512 checksums in place of the keys for the docker files. We have a user that is trying a newer version of Java and is having

Re: Problems with master branch in Windows 10

2021-07-07 Thread Luis Ventocilla
Yes, I run git pull master upstream where my upstream is git master (Tomee). That error I get when I run mvn clean install from master branch. On Wed, Jul 7, 2021 at 3:34 PM Jean-Louis Monteiro wrote: > Hi all, > > Just checked the CI and it looks ok > https://ci-builds.apache.org/job/Tomee/ >

Re: Problems with master branch in Windows 10

2021-07-07 Thread Jean-Louis Monteiro
Hi all, Just checked the CI and it looks ok https://ci-builds.apache.org/job/Tomee/ Are you up to date with git? What command are you using? -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Wed, Jul 7, 2021 at 8:24 PM Luis Ventocilla wrote: > Hi

Problems with master branch in Windows 10

2021-07-07 Thread Luis Ventocilla
Hi everybody: I was building the code of the master branch and I got this error: Did any of this happen to this? OS: WIndows 10 JVM: Java 1.8.0_272 (AdoptOpenJDK) Maven: Maven 3.6.2 [INFO] Replacing C:\Jobs\Apache-TomEE\tomee\deps\cxf-shade\target\cxf-shade-8.0.8-SNAPSHOT.jar with

Re: TomEE build work to make it stable

2021-07-07 Thread Zowalla, Richard
Hi all, we made some progress in stabilizing the full build. The examples in the full build are back to green. However, we still have some regressions to fix as shown by the test results in [1]. Currently, we have 21 failing tests in the following modules: - TomEE :: Arquillian Adaptors Parent

Re: singleton with autocloseable

2021-07-07 Thread Matthew Broadhead
Romain has pointer me to this file which seems to do what I want but I can't make it work https://github.com/apache/tomee/blob/861e65ba7fe11f28c52a020f26bfe368a294f665/container/openejb-core/src/test/java/org/apache/openejb/config/ConnectorProxyTest.java I can't get any of my other tests