Hi All,

Jenkis job and github actions for apache/tomee-7.0.x are both green now
with full tests  passing :) [1] [2]

During the process, I identified that GitHub actions default maven
settings.xml doesn't play nicely with shrinkwrap-resolve [3] so the
workaround was to override the instance settings.xml with a vanilla one [4]
as part of the Actions file.

I'll open a new thread for both Jenkins PR and Master branch CI since this
one is still not green.


[1] https://github.com/apache/tomee/runs/1579968827?check_suite_focus=true
[2] https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/17/
[3] Exception: Unable to get security configuration from
/home/runner/.m2/settings-security.xml
[4]
https://github.com/apache/tomee/commit/b39ec68871f8f0efc7c96b44a123d22e938bc893#diff-7829468e86c1cc5d5133195b5cb48e1ff6c75e3e9203777f6b2e379d9e4882b3R31-R36





El mié, 16 dic 2020 a las 21:09, Cesar Hernandez (<cesargu...@gmail.com>)
escribió:

> Hi All,
>
> I merged today the last test fix and now tomee-7.0.x is back to green
> (blue in current apache jenkins job):
> https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/10/
>
> In parallel I'm troubleshooting the current Jenkins Job we have for Pull
> Requests [1] and also adding Github actions for tomee-7.0.x branch [2].
> Github actions is a WIP as I'm applying the lessons learned in the
> iteration performed over master branch.
>
> [1] https://ci-builds.apache.org/job/Tomee/job/Pull%20Requests/20/
> [2] https://github.com/apache/tomee/pull/735
>
>
> El mar, 15 dic 2020 a las 14:40, Cesar Hernandez (<cesargu...@gmail.com>)
> escribió:
>
>> Thank you Richard and Jean-Louis for the work done.
>>
>> As promise, I created the ticket for DeployInWebAppsDirectoryTest issue:
>> https://issues.apache.org/jira/browse/TOMEE-2942
>>
>> Also, a PR is available with the fix based on the nice patch Richard did
>> previously with TOMEE-2930.
>> https://github.com/apache/tomee/pull/727
>>
>> El jue, 10 dic 2020 a las 6:39, Jean-Louis Monteiro (<
>> jlmonte...@tomitribe.com>) escribió:
>>
>>> Reviewing and merging now.
>>> Thanks for the reminder
>>> --
>>> Jean-Louis Monteiro
>>> http://twitter.com/jlouismonteiro
>>> http://www.tomitribe.com
>>>
>>>
>>> On Thu, Dec 10, 2020 at 12:29 PM Zowalla, Richard <
>>> richard.zowa...@hs-heilbronn.de> wrote:
>>>
>>> > Just a friendly reminder. The PRs for this are still pending:
>>> >
>>> > https://github.com/apache/tomee/pull/720
>>> > https://github.com/apache/tomee/pull/722
>>> >
>>> >
>>> > Am Dienstag, den 01.12.2020, 08:02 +0000 schrieb Zowalla, Richard:
>>> > > Hi,
>>> > >
>>> > > forgot to send an eMail to the list. The related PRs are available:
>>> > >
>>> > > https://github.com/apache/tomee/pull/720
>>> > > https://github.com/apache/tomee/pull/722
>>> > >
>>> > > Best
>>> > > Richard Z
>>> > >
>>> > >
>>> > > Am Freitag, den 27.11.2020, 13:09 +0000 schrieb Zowalla, Richard:
>>> > > > Will also check the third one :) - will create a related JIRA.
>>> > > >
>>> > > > Best,
>>> > > > Richard
>>> > > >
>>> > > >
>>> > > > Am Freitag, den 27.11.2020, 08:24 +0000 schrieb Zowalla, Richard:
>>> > > > > Hi Cesar,
>>> > > > >
>>> > > > > i will give
>>> > > > >
>>> > > > > > The second failing test trowed a: [Fatal Error] :8:23: Invalid
>>> > > > > > byte 2 of
>>> > > > > > 2-byte UTF-8 sequence. error.
>>> > > > > >
>>> >
>>> https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$moviefun-functional-test/3/testReport/junit/org.superbiz.moviefun/MoviesArquillianHtmlUnitTest/org_superbiz_moviefun_MoviesArquillianHtmlUnitTest/
>>> > > > >
>>> > > > > a try and create a related JIRA.
>>> > > > >
>>> > > > > Best,
>>> > > > > Richard
>>> > > > >
>>> > > > > Am Donnerstag, den 26.11.2020, 20:35 -0600 schrieb Cesar
>>> > > > > Hernandez:
>>> > > > > > Hi All,
>>> > > > > >
>>> > > > > > Today I set up a CI job for tomee 7.0.x.
>>> > > > > > I initially set up Java 7 but I got the "Unsupported
>>> > > > > > major.minor version
>>> > > > > > 52.0" error so the job currently uses Java 8 and maven 3.3.9.
>>> > > > > > The current branch status is here
>>> > > > > > https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/3/
>>> > > > > >
>>> > > > > >
>>> > > > > > One of the failing test is because one of the examples requires
>>> > > > > > the usage
>>> > > > > > of 7.0.8-SNAPSHOT:zip:plus.
>>> > > > > >
>>> >
>>> https://github.com/apache/tomee/blob/tomee-7.0.x/examples/connector-ear/connector-sample-functional-tests/src/test/java/org/superbiz/moviefun/DeployInWebAppsDirectoryTest.java#L108
>>> > > > > >
>>> > > > > > I'll open a JIRA and a Patch for that test.
>>> > > > > >
>>> > > > > > The second failing test trowed a: [Fatal Error] :8:23: Invalid
>>> > > > > > byte 2 of
>>> > > > > > 2-byte UTF-8 sequence. error.
>>> > > > > >
>>> >
>>> https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$moviefun-functional-test/3/testReport/junit/org.superbiz.moviefun/MoviesArquillianHtmlUnitTest/org_superbiz_moviefun_MoviesArquillianHtmlUnitTest/
>>> > > > > >
>>> > > > > > If someone wants to take a swing on this, feel free to pick it
>>> > > > > > up. Remember
>>> > > > > > to create a JIRA and notify the mailing list to avoid
>>> > > > > > duplication of work.
>>> > > > > >
>>> > > > > > The thrid failing test: javax.ws.rs.NotSupportedException:
>>> HTTP
>>> > > > > > 415
>>> > > > > > Unsupported Media Type
>>> > > > > >
>>> >
>>> https://ci-builds.apache.org/job/Tomee/job/tomee-7.0.x/org.superbiz$tomee-webprofile-embedded/3/testReport/junit/org.superbiz.movie/MovieServiceTest/addMovie/
>>> > > > > >
>>> > > > > > If someone wants to take a swing on this, feel free to pick it
>>> > > > > > up. Remember
>>> > > > > > to create a JIRA and notify the mailing list to avoid
>>> > > > > > duplication of work.
>>> > > > > >
>>> > --
>>> > Richard Zowalla, M.Sc.
>>> > Research Associate, PhD Student | Medical Informatics
>>> >
>>> > Hochschule Heilbronn – University of Applied Sciences
>>> > Max-Planck-Str. 39
>>> > D-74081 Heilbronn
>>> > phone: +49 7131 504 6791
>>> > mail: richard.zowa...@hs-heilbronn.de
>>> > web: https://www.mi.hs-heilbronn.de/
>>> >
>>>
>>
>>
>> --
>> Atentamente:
>> César Hernández.
>>
>
>
> --
> Atentamente:
> César Hernández.
>


-- 
Atentamente:
César Hernández.

Reply via email to