So wanted to update commons-jelly. It's using travis and the default distro won't allow Java 1.7 to be installed. So raised PR https://github.com/apache/commons-jelly/pull/8 to fix that.
Now the build starts but I think due to Java 1.5 being the source and target it's got another issue with DataSourceWrapper missing getParentLogger. Questions; 1) Should I just look at getting GitHub Actions working? And drop travis? 2) What min Java version should I bump it too, as Java 1.5 seams too old? 3) If I'm doing a major java version change, should I bump the version? should I create jira ticket covering work? Cheers, John