This is an automated email from the ASF dual-hosted git repository.

benw pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git


    from 5ea4bacc7 TAP5-2819: Jenkinsfile fix stage nesting
     new 00ba26302 TAP5-2809: java-convention use source/targetCompatibility, 
not toolchain
     new 5ce05d7d0 TAP5-2825: Java 21 support

The 2 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:
 .../main/groovy/tapestry.java-convention.gradle    |   5 +-
 .../groovy/ioc/specs/ClasspathResourceSpec.groovy  |   5 +-
 tapestry-latest-java-tests/build.gradle            |   7 +-
 .../ioc/services/Java18To21ConcreteService.java    | 137 +++++++++++++++++
 .../ioc/services/Java18To21NewFeatureTests.java    | 166 +++++++++++++++++++++
 .../tapestry5/ioc/services/Java18To21Service.java  |  55 +++++++
 .../ioc/services/Java18To21ServiceImpl.java        | 142 ++++++++++++++++++
 7 files changed, 509 insertions(+), 8 deletions(-)
 create mode 100644 
tapestry-latest-java-tests/src/test/java/org/apache/tapestry5/ioc/services/Java18To21ConcreteService.java
 create mode 100644 
tapestry-latest-java-tests/src/test/java/org/apache/tapestry5/ioc/services/Java18To21NewFeatureTests.java
 create mode 100644 
tapestry-latest-java-tests/src/test/java/org/apache/tapestry5/ioc/services/Java18To21Service.java
 create mode 100644 
tapestry-latest-java-tests/src/test/java/org/apache/tapestry5/ioc/services/Java18To21ServiceImpl.java

Reply via email to