This is an automated email from the ASF dual-hosted git repository.
snoopdave pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/roller.git.
from ab229c6 Merge branch 'roller-5.2.x'
add b7f4daa Beginning of a CDI based weblogger provider.
add 8192321 So far unsuccessful experiments with CdiWebloggerProvider
add 922929b Upgraded to Guice 4.2.1 and now Roller tests run successfully
under Java 10, have not tried 11 yet.
add 09708c0 Needed this change to avoid ClassNotFoundException:
org.apache.logging.log4j.util.ReflectionUtil when running on Tomcat 8.
add e56f312 Cleanup abandoned CDI efforts.
add 3daa8a7 Cleanup abandoned CDI efforts.
add 9e94f5f Oops, I meant 11.
add ed48b47 I was wrong, Java 10 works by Java 11 fails. More work to do.
add 4e955ce Merge branch 'master' into java11
add 3633dcb Fix merge problems
add 07b51df Updated most maven dependencies which didn't require code
changes. Tests are now green on (AdoptOpen)JDK 11 and 12 using language level
11 and 12. Added an explicit dependency to ASM 7.1 to better control which
version is used and improve compatibility with latest bytecodes.
add e2d7830 updated .gitignore for NetBeans.
add d284c76 Changed 'eclipselink' artifact to
'org.eclipse.persistence.jpa' + removed old 'javax.persistence' dependency.
Both jakarta.persistence-2.2.2.jar and org.eclipse.persistence.jpa-2.7.4.jars
are now signed and don't cause a security exception during classloading.
Workaround of using old JPA API jar is no longer needed.
add 6b3f0a4 Merge pull request #25 from mbien/java11
new e72e15c Merge pull request #14 from apache/java11
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 7 ++-
app/pom.xml | 69 ++++++++++++++++------
.../roller/weblogger/business/WebloggerImpl.java | 9 +--
.../weblogger/business/jpa/JPAWebloggerImpl.java | 13 +---
app/src/main/resources/logback.xml | 13 ++++
app/src/test/resources/roller-custom.properties | 1 +
pom.xml | 10 ++--
7 files changed, 82 insertions(+), 40 deletions(-)
create mode 100644 app/src/main/resources/logback.xml