This is an automated email from the ASF dual-hosted git repository.
gerlowskija pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new f7050bed02b Add exclusion to smokeTestRelease.py
f7050bed02b is described below
commit f7050bed02b44cac30dd7d8f4ab68109cca9d93c
Author: Jason Gerlowski <[email protected]>
AuthorDate: Fri Feb 2 08:37:59 2024 -0500
Add exclusion to smokeTestRelease.py
---
dev-tools/scripts/smokeTestRelease.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tools/scripts/smokeTestRelease.py
b/dev-tools/scripts/smokeTestRelease.py
index 88b9675cc99..7359c94a871 100755
--- a/dev-tools/scripts/smokeTestRelease.py
+++ b/dev-tools/scripts/smokeTestRelease.py
@@ -203,7 +203,7 @@ def checkAllJARs(topDir, gitRevision, version):
for file in files:
if file.lower().endswith('.jar'):
- if ((normRoot.endswith('/modules/extraction/lib') and
file.startswith('jakarta.activation-'))
+ if ((normRoot.endswith('/modules/extraction/lib') and
(file.startswith('jakarta.activation-') or file.startswith('jakarta.xml')))
or (normRoot.endswith('/modules/extraction/lib') and
file.startswith('unit-api-'))
or (normRoot.endswith('/server/solr-webapp/webapp/WEB-INF/lib')
and file.startswith('jakarta.'))
or (normRoot.endswith('/server/lib/ext') and
file.startswith('jetty-servlet-api-'))):