Re: [Axis2 Java] Fixing Travis builds

2021-05-14 Thread robertlazarski
I sent an email to the Axiom mailing list, d...@ws.apache.org, asking for a release. I also created the following Axiom issue, not a blocker for the release. I don't have committer rights to the project. AXIOM-506 Upgrade to org.glassfish 3.0.1 and jakarta packages On Thu, May 6, 2021 at 5:46 AM

Re: [Axis2 Java] Fixing Travis builds

2021-05-06 Thread robertlazarski
Thanks, it does makes sense to have everything on github. For the upcoming Axis2 release, we'll have to update the Axiom snapshots to their latest release however Axis2 won't compile without Axiom snapshots. Do we need to wait on an Axiom release? While on the subject of Axiom, I am having proble

Re: [Axis2 Java] Fixing Travis builds

2021-05-03 Thread Andreas Veithen-Knowles
I migrated the build to Github Actions a while ago; see https://github.com/apache/axis-axis2-java-core/actions. Andreas On Mon, May 3, 2021 at 2:56 AM robertlazarski wrote: > All, > > On the URL below: > > https://travis-ci.com/github/apache/axis-axis2-java-core/requests > > I am seeing this er

[Axis2 Java] Fixing Travis builds

2021-05-02 Thread robertlazarski
All, On the URL below: https://travis-ci.com/github/apache/axis-axis2-java-core/requests I am seeing this error: File apache/axis-axis2-java-core:.travis.yml not found on RemoteVcs Looks like we need to add a travis.yml? The builds broke about 4 months ago. Not sure why we never had one before