This is an automated email from the ASF dual-hosted git repository.
benw pushed a change to branch javax
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git
from 176a5a086 TAP5-2809: fixing tapestry-jpa runTestAppN tasks
new b74c304c4 TAP5-2819: Jenkinsfile matrix build
new 031a833b0 TAP5-2809: jacoco 0.8.14, version guards removed
new b99d81eb6 TAP5-2809: Apache commons dependencies updated
new 70825e084 TAP5-2809: Gradle 8.14.4
new 3aa116e29 tapestry-jpa: build.gradle test app running simplified
new 7556a9227 prebuild.sh: made OS-aware
new 0d18da2e0 TAP5-2821: ReloadSpec write bytecode first, touch after
new 89e191ec7 TAP5-2820: ConcurrentBarrier remove synchronized blocks
new e31cf1597 TAP5-2823: Spock 2.4, Geb removed (unused)
new a56749e6c SeleniumTestCase always write error report (HTML+screenshot)
new 54c90daa7 TAP5-2819: Jenkinsfile.integration-variants fix jdk name
The 11 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:
Jenkinsfile | 125 +++++++++++
Jenkinsfile.integration-variants | 122 ++++++++++
build.gradle | 33 ++-
.../groovy/tapestry.testing-base-convention.gradle | 14 +-
gradle/libs.versions.toml | 11 +-
gradle/wrapper/gradle-wrapper.properties | 2 +-
prebuild.sh | 83 ++++++-
.../ioc/internal/util/ConcurrentBarrier.java | 223 ++++++++-----------
.../groovy/ioc/specs/ConcurrentBarrierSpec.groovy | 147 -------------
.../src/test/groovy/ioc/specs/ReloadSpec.groovy | 22 +-
.../ioc/internal/util/ConcurrentBarrierTest.java | 245 +++++++++++++++++++++
tapestry-jpa/build.gradle | 11 +-
.../apache/tapestry5/test/SeleniumTestCase.java | 127 +++++++----
tapestry-webresources/build.gradle | 4 -
14 files changed, 786 insertions(+), 383 deletions(-)
create mode 100644 Jenkinsfile
create mode 100644 Jenkinsfile.integration-variants
delete mode 100644
tapestry-ioc/src/test/groovy/ioc/specs/ConcurrentBarrierSpec.groovy
create mode 100644
tapestry-ioc/src/test/java/org/apache/tapestry5/ioc/internal/util/ConcurrentBarrierTest.java