Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jstl dates for java21 #1312

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
c26c500
Remove wf-core-tck-runner
scottmarlow Sep 29, 2022
8d97164
Add new WildFly wf-core-tck-runner submodule using https://github.com…
scottmarlow Sep 29, 2022
cd12567
Update README.adoc to explain the git submodule deinit command and al…
scottmarlow Sep 29, 2022
0c5fd17
Merge pull request #1121 from scottmarlow/replace_coreprofile_submodule
scottmarlow Oct 25, 2022
523b975
[1135] Do not add the CustomJsonbResolver as a service provider for a…
jamezp Nov 1, 2022
4dc0def
[1134] Allow the response type to be either 400 or 500. In Jakarta RE…
jamezp Nov 1, 2022
5260839
Merge pull request #1136 from jamezp/issue1135
starksm64 Nov 3, 2022
a0b6140
Merge pull request #1137 from jamezp/issue1134
starksm64 Nov 3, 2022
18a3ca1
Prepare release notes for a 10.0.1 core profile tck release
starksm64 Nov 3, 2022
3d6a388
Merge branch 'master' of https://github.com/jakartaredhat/jakartaee-tck
starksm64 Nov 3, 2022
d47a05b
Merge pull request #1138 from jakartaredhat/master
starksm64 Nov 3, 2022
366e692
Update version to 10.0.1
starksm64 Nov 3, 2022
826b973
Merge branch 'eclipse-ee4j:master' into master
starksm64 Nov 3, 2022
b23c955
Merge pull request #1139 from jakartaredhat/master
starksm64 Nov 3, 2022
2ee5804
Accept unique constraint as part of the create table statement
beikov Nov 29, 2022
04ea60f
Merge pull request #1151 from beikov/unique-constraint-challenge
scottmarlow Dec 12, 2022
fe598a0
Fixed RESULT_FILE_NAME variable
dmatej Nov 19, 2022
9bea725
New Dockerfile 0.4, updated Jenkinsfile, fixed bash script
dmatej Nov 27, 2022
7b43d1c
JUnit reports archive was created in user's home instead of a workspa…
dmatej Dec 13, 2022
484ce86
Merge pull request #1153 from dmatej/dmatej-fixes-for-master
alwin-joseph Dec 16, 2022
e613cc6
JPA#391 Fix wrongly typed comparison expressions
beikov Mar 6, 2023
dfccff1
Merge pull request #1157 from beikov/comparison-expression-challenge
scottmarlow Mar 7, 2023
4fc6cb6
ClassLoader issue in embedded Arquillian
jbescos May 26, 2023
ab63bd5
Merge pull request #1178 from jbescos/classLoaderIssue
starksm64 May 26, 2023
10dae7a
Upgrade to CDI TCK 4.0.10
arjantijms Jun 27, 2023
4ea3145
Merge pull request #1183 from arjantijms/update_cdi_tck_runner
arjantijms Jun 27, 2023
b623624
Null check
jbescos Jul 31, 2023
82a976e
Merge pull request #1188 from jbescos/issue1187
scottmarlow Aug 1, 2023
78d533d
update configuration to exclude JPMS by disabling module and to use c…
gurunrao Jan 11, 2024
01ba3ca
Bump testng from 7.4.0 to 7.5.1 in /glassfish-runner/cdi-tck (#1173)
dependabot[bot] Jan 12, 2024
2ac2323
Bump testng from 7.4.0 to 7.5.1 in /core-profile-tck (#1174)
dependabot[bot] Jan 12, 2024
7311654
Bump testng from 7.4.0 to 7.5.1 in /glassfish-runner/concurrency-tck …
dependabot[bot] Jan 12, 2024
040852b
Initial migration of the cdi-tck/web tests to the platform tck repo (…
starksm64 Jan 31, 2024
cae55ca
Bump org.xmlunit:xmlunit-core from 2.9.1 to 2.10.0 in /cdi-ee-tck
dependabot[bot] May 1, 2024
a2cb441
Merge pull request #1297 from jakartaee/dependabot/maven/cdi-ee-tck/o…
scottmarlow May 1, 2024
9d31a36
Update localecontext sub bucket for Java 21
pnicolucci May 28, 2024
d245b58
Update onedotzero sub bucket for Java 21
pnicolucci May 10, 2024
3620575
Update parsedate sub bucket for Java21
pnicolucci May 29, 2024
71eeb12
Update timezone sub bucket for Java 21
pnicolucci May 28, 2024
70cf0cc
Update fmtdate sub bucket for Java 21
pnicolucci May 24, 2024
dba1b95
Update settimezone sub bucket for Java 21
pnicolucci May 28, 2024
dbd2082
Update jstl_1_0_compat_web.war
pnicolucci May 31, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ target/
.project
/glassfish-runner/batch-tck/apitests/test.properties
.classpath
.factorypath
.settings/
classes/
dist/
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "core-profile-tck/examples/wf-core-tck-runner"]
path = core-profile-tck/examples/wf-core-tck-runner
url = https://github.com/jakartaredhat/wf-core-tck-runner.git
url = https://github.com/wildfly/wildfly-tck-runners
35 changes: 20 additions & 15 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def generateCTSStage(job) {
container('jakartaeetck-ci') {
unstash 'jakartaeetck-bundles'
sh """
env
id && ant -version && mvn -version && ls -la ${HOME}/ && cat /etc/hosts && (env|sort)
unzip -q -o ${WORKSPACE}/jakartaeetck-bundles/*jakartaeetck*.zip -d ${CTS_HOME}
bash -x ${CTS_HOME}/jakartaeetck/docker/run_jakartaeetck.sh ${job} 2>&1 | tee ${CTS_HOME}/run_jakartaeetck.log
"""
Expand All @@ -63,7 +63,7 @@ def generateCTSStage(job) {
container('jakartaeetck-ci') {
unstash 'jakartaeetck-bundles'
sh """
env
id && ant -version && mvn -version && ls -la ${HOME}/ && cat /etc/hosts && (env|sort)
unzip -q -o ${WORKSPACE}/jakartaeetck-bundles/*jakartaeetck*.zip -d ${CTS_HOME}
bash -x ${CTS_HOME}/jakartaeetck/docker/run_jakartaeetck.sh ${job} 2>&1 | tee ${CTS_HOME}/run_cts.log
"""
Expand All @@ -90,7 +90,7 @@ def generateStandaloneTCKStage(job) {
checkout scm
unstash 'standalone-bundles'
sh """
env
id && ant -version && mvn -version && ls -la ${HOME}/ && cat /etc/hosts && (env|sort)
bash -x ${WORKSPACE}/docker/${job}tck.sh 2>&1 | tee ${WORKSPACE}/${job}tck.log
"""
archiveArtifacts artifacts: "*tck-results.tar.gz,*-junitreports.tar.gz,${job}tck.log",allowEmptyArchive: true
Expand Down Expand Up @@ -131,18 +131,20 @@ spec:
limits:
memory: "3Gi"
- name: jakartaeetck-ci
image: jakartaee/cts-base:0.3
image: jakartaee/cts-base:0.4
command:
- cat
tty: true
imagePullPolicy: Always
env:
- name: JAVA_TOOL_OPTIONS
value: -Xmx6G
resources:
limits:
memory: "10Gi"
cpu: "2.0"
securityContext:
runAsNonRoot: true
runAsUser: 1003270000
runAsGroup: 0
fsGroup: 1003270000
- name: james-mail
image: jakartaee/cts-mailserver:0.1
command:
Expand All @@ -166,14 +168,14 @@ spec:
string(name: 'GF_VERSION_URL',
defaultValue: '',
description: 'URL required for downloading GlassFish version details' )
string(name: 'OLD_GF_BUNDLE_URL',
string(name: 'OLD_GF_BUNDLE_URL',
defaultValue: '',
description: 'URL required for downloading Old GlassFish Full/Web profile bundle' )
string(name: 'TCK_BUNDLE_BASE_URL',
defaultValue: '',
defaultValue: '',
description: 'Base URL required for downloading prebuilt binary TCK Bundle from a hosted location' )
string(name: 'TCK_BUNDLE_FILE_NAME',
defaultValue: 'jakartaeetck.zip',
defaultValue: 'jakartaeetck.zip',
description: 'Name of bundle file to be appended to the base url' )
string(name: 'STANDALONE_TCK_BUNDLES_FILE_NAME_LIST',
defaultValue: '',
Expand All @@ -184,6 +186,8 @@ spec:
description: 'Java SE Version to be used for running TCK either JDK11/JDK17' )
choice(name: 'LICENSE', choices: 'EPL\nEFTL',
description: 'License file to be used to build the TCK bundle(s) either EPL(default) or Eclipse Foundation TCK License' )
choice(name: 'AS_TRACE', choices: 'false\ntrue',
description: 'Verbose logging of the asadmin command' )
choice(name: 'DATABASE', choices: 'JavaDB\nOracle\nMySQL',
description: 'Database to be used for running CTS. Currently only JavaDB is supported.' )
choice(name: 'BUILD_TYPE', choices: 'CTS\nSTANDALONE-TCK',
Expand All @@ -197,12 +201,13 @@ spec:
description: 'Optional keywords prefixed by joining operator - [&|] for filtering out the tests to run' )
}
environment {
CTS_HOME = "/root"
ANT_OPTS = "-Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -Djavax.xml.accessExternalDTD=file,http"
CTS_HOME="/home/tck"
ANT_OPTS="-Djavax.xml.accessExternalStylesheet=all -Djavax.xml.accessExternalSchema=all -Djavax.xml.accessExternalDTD=file,http"
MAIL_USER="[email protected]"
MAIL_HOST="localhost"
LANG="en_US.UTF-8"
DEFAULT_GF_BUNDLE_URL="https://download.eclipse.org/ee4j/glassfish/glassfish-7.0.0-SNAPSHOT-nightly.zip"
JAVA_TOOL_OPTIONS="-Djava.awt.headless=true"
}
stages {
stage('jakartaeetck-build') {
Expand All @@ -214,7 +219,7 @@ spec:
steps {
container('jakartaeetck-ci') {
sh """
env
id && ant -version && mvn -version && ls -la ${HOME}/ && cat /etc/hosts && (env|sort)
bash -x ${WORKSPACE}/docker/build_jakartaeetck.sh 2>&1 | tee ${WORKSPACE}/build_jakartaeetck.log
"""
archiveArtifacts artifacts: "jakartaeetck-bundles/*.zip,*.version,*.log", allowEmptyArchive: true
Expand All @@ -240,13 +245,13 @@ spec:
when {
expression {
return params.BUILD_TYPE == 'STANDALONE-TCK';
}
}
}

steps {
container('jakartaeetck-ci') {
sh """
env
id && ant -version && mvn -version && ls -la ${HOME}/ && cat /etc/hosts && (env|sort)
bash -x ${WORKSPACE}/docker/build_standalone-tcks.sh ${standalone_tcks} 2>&1 | tee ${WORKSPACE}/build_standalone-tcks.log
"""
archiveArtifacts artifacts: "standalone-bundles/*.zip,*.version,*.log", allowEmptyArchive: true
Expand Down
Loading