Re: [PR] Clarifies how to access parameters [struts-site]

2023-10-31 Thread via GitHub


lukaszlenart merged PR #210:
URL: https://github.com/apache/struts-site/pull/210


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(struts-site) branch feature/include-tag-params deleted (was 47cf53e50)

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/include-tag-params
in repository https://gitbox.apache.org/repos/asf/struts-site.git


 was 47cf53e50 Fixes wrong access example when scope is defined

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-site) 01/01: Merge pull request #210 from apache/feature/include-tag-params

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit ad126a90b96756229fbf678a1ef69918160c3416
Merge: 393c876b8 47cf53e50
Author: Lukasz Lenart 
AuthorDate: Tue Oct 31 10:09:27 2023 +0100

Merge pull request #210 from apache/feature/include-tag-params

Clarifies how to access parameters

 source/tag-developers/include-tag.md | 47 
 1 file changed, 42 insertions(+), 5 deletions(-)



(struts-site) branch master updated (393c876b8 -> ad126a90b)

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


from 393c876b8 Merge pull request #209 from apache/feature/struts-25-eol
 add 8eafdb67e Clarifies how to access parameters in the included page
 add a53ed252f Rephrases how to access params in the included page
 add c00bcb66a Adds more detailed examples
 add 47cf53e50 Fixes wrong access example when scope is defined
 new ad126a90b Merge pull request #210 from 
apache/feature/include-tag-params

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:
 source/tag-developers/include-tag.md | 47 
 1 file changed, 42 insertions(+), 5 deletions(-)



(struts-site) branch asf-site updated: Automatic Site Publish by Buildbot

2023-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new ae5d466a4 Automatic Site Publish by Buildbot
ae5d466a4 is described below

commit ae5d466a45138dd2af72be508bc8e0db3ba1c6c4
Author: buildbot 
AuthorDate: Tue Oct 31 09:10:04 2023 +

Automatic Site Publish by Buildbot
---
 output/tag-developers/include-tag.html | 45 ++
 1 file changed, 40 insertions(+), 5 deletions(-)

diff --git a/output/tag-developers/include-tag.html 
b/output/tag-developers/include-tag.html
index b93c3120b..ed47efebe 100644
--- a/output/tag-developers/include-tag.html
+++ b/output/tag-developers/include-tag.html
@@ -163,10 +163,28 @@ through the  tag to access parameters in 
included files.
+
+Below it’s an example how you can access parameters passed into the 
included page:
+
+with scope:
+${param.paramName}
+
+
+
+with no scope:
+${param.paramName}
+
+
+
+
+
+
+  Note: You can access such params without using JSTL, 
just use ${param.paramName} notation.
+
 
 Attributes
 
@@ -220,7 +238,7 @@ the property tag to access parameters in 
included files.
 
 
 
-do an include to myJsp.jsp page with parameters param1=value1 and param2=value2
+do an include to myJsp.jsp page with parameters param1=value1 and param2=value2
 
 Example 3
 
@@ -230,7 +248,24 @@ the property tag to access parameters in 
included files.
 
 
 
-do an include to myJsp.jsp page with parameters param1=value1 and param2=value2
+do an include to myJsp.jsp page with parameters param1=value1 and param2=value2
+
+Example 4
+
+accessing passed parameters in the included page
+
+with scope:
+${param.param1}
+
+
+
+with no scope:
+${param.param2}
+
+
+
+
+
 
   
 



(struts-site) branch asf-staging updated: Updates stage by Jenkins

2023-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 2a4dae6f4 Updates stage by Jenkins
2a4dae6f4 is described below

commit 2a4dae6f4ee9c43f3f12a184e1cedbc243a9047e
Author: jenkins 
AuthorDate: Tue Oct 31 09:11:47 2023 +

Updates stage by Jenkins



(struts-site) branch feature/clarify-attr-search created (now 09f54bf38)

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/clarify-attr-search
in repository https://gitbox.apache.org/repos/asf/struts-site.git


  at 09f54bf38 Clarifies how #attr works and other scopes

This branch includes the following new commits:

 new 09f54bf38 Clarifies how #attr works and other scopes

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.




(struts-site) 01/01: Clarifies how #attr works and other scopes

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch feature/clarify-attr-search
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 09f54bf385048626216bfe72a4ab9fb042c4cd68
Author: Lukasz Lenart 
AuthorDate: Tue Oct 31 10:23:19 2023 +0100

Clarifies how #attr works and other scopes
---
 .../accessing-application-session-request-objects.md   | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git 
a/source/core-developers/accessing-application-session-request-objects.md 
b/source/core-developers/accessing-application-session-request-objects.md
index 774d1cfd1..7b0fcd3dd 100644
--- a/source/core-developers/accessing-application-session-request-objects.md
+++ b/source/core-developers/accessing-application-session-request-objects.md
@@ -64,13 +64,13 @@ Page attributes are accessed via OGNL using the `#attr` 
stack value, and Applica
 the `#application` stack value.
 
 The `#attr` stack value will search the `javax.servlet.jsp.PageContext` for 
the specified key. If the `PageContext`
-doesn't exist, it will search the request, session, and application scopes, in 
that order.
+doesn't exist, it will search the `request`, `session` and `application` 
scopes, in that order.
 
-**Accessing attributes in the Application, Session, Request, or Page scope 
from a JSP**
+**Accessing attributes in the Application, Session, Request or Page scope from 
a JSP**
 
-```jsp
-Retrieve the attribute (property), with key myId, from the specified 
scope:
+Retrieve the attribute (property), with key `myId`, from the specified scope:
 
+```jsp
 
 
 
@@ -78,6 +78,8 @@ doesn't exist, it will search the request, session, and 
application scopes, in t
 
 
 
-
-Reminder: #attr is for Page scope attributes first, but will search the 
remaining scopes, in order, seeking a match.
 ```
+
+**Note**: `#attr` is for Page scope attributes first, but will search the 
remaining scopes, in order, seeking a match.
+In opposite using just `#` means you want to fetch a value from the top of the 
[ValueStack](../tag-developers/access-to-valuestack-from-jsps.md) 
+without searching down the stack.



[PR] Clarifies how #attr works and other scopes [struts-site]

2023-10-31 Thread via GitHub


lukaszlenart opened a new pull request, #211:
URL: https://github.com/apache/struts-site/pull/211

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(struts-site) branch asf-staging updated: Updates stage by Jenkins

2023-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new cf987f212 Updates stage by Jenkins
cf987f212 is described below

commit cf987f212ef2a295af112d2e67dd948199bf652d
Author: jenkins 
AuthorDate: Tue Oct 31 09:29:30 2023 +

Updates stage by Jenkins
---
 .../accessing-application-session-request-objects.html | 14 --
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git 
a/content/core-developers/accessing-application-session-request-objects.html 
b/content/core-developers/accessing-application-session-request-objects.html
index c9f60603f..2432982da 100644
--- a/content/core-developers/accessing-application-session-request-objects.html
+++ b/content/core-developers/accessing-application-session-request-objects.html
@@ -211,23 +211,25 @@ Page attributes are accessed via OGNL using the #application 
stack value.
 
 The #attr stack 
value will search the javax.servlet.jsp.PageContext for the specified key. 
If the PageContext
-doesn’t exist, it will search the request, session, and application scopes, in 
that order.
+doesn’t exist, it will search the request, session and application scopes, in that order.
 
-Accessing attributes in the Application, Session, Request, or Page 
scope from a JSP
+Accessing attributes in the Application, Session, Request or Page 
scope from a JSP
 
-

Retrieve the attribute (property), with key myId, from the specified scope:

+Retrieve the attribute (property), with key myId, from the specified scope: - + - -

Reminder: #attr is for Page scope attributes first, but will search the remaining scopes, in order, seeking a match.

+Note: #attr is for Page scope attributes first, but will search the remaining scopes, in order, seeking a match. +In opposite using just # means you want to fetch a value from the top of the ValueStack +without searching down the stack. +

(struts-site) branch feature/clarify-attr-search updated: Fixes links to parent

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch feature/clarify-attr-search
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/feature/clarify-attr-search by 
this push:
 new 4fb3f1b61 Fixes links to parent
4fb3f1b61 is described below

commit 4fb3f1b61efe82c77b06eb3aa668a7abdf3af321
Author: Lukasz Lenart 
AuthorDate: Tue Oct 31 15:34:50 2023 +0100

Fixes links to parent
---
 .../core-developers/accessing-application-session-request-objects.md   | 2 +-
 source/tag-developers/access-to-valuestack-from-jsps.md| 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git 
a/source/core-developers/accessing-application-session-request-objects.md 
b/source/core-developers/accessing-application-session-request-objects.md
index 7b0fcd3dd..912872081 100644
--- a/source/core-developers/accessing-application-session-request-objects.md
+++ b/source/core-developers/accessing-application-session-request-objects.md
@@ -81,5 +81,5 @@ Retrieve the attribute (property), with key `myId`, from the 
specified scope:
 ```
 
 **Note**: `#attr` is for Page scope attributes first, but will search the 
remaining scopes, in order, seeking a match.
-In opposite using just `#` means you want to fetch a value from the top of the 
[ValueStack](../tag-developers/access-to-valuestack-from-jsps.md) 
+In opposite using just `#` means you want to fetch a value from the top of the 
[ValueStack](../tag-developers/access-to-valuestack-from-jsps) 
 without searching down the stack.
diff --git a/source/tag-developers/access-to-valuestack-from-jsps.md 
b/source/tag-developers/access-to-valuestack-from-jsps.md
index d6ab8999d..b9b05d6d2 100644
--- a/source/tag-developers/access-to-valuestack-from-jsps.md
+++ b/source/tag-developers/access-to-valuestack-from-jsps.md
@@ -1,6 +1,9 @@
 ---
 layout: default
 title: Access to ValueStack from JSPs
+parent:
+  title: JSP
+  url: jsp
 ---
 
 # Access to ValueStack from JSPs



(struts-site) branch asf-staging updated: Updates stage by Jenkins

2023-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new e3b9ba19b Updates stage by Jenkins
e3b9ba19b is described below

commit e3b9ba19b69bde256602b725eb3411db3a3dd57e
Author: jenkins 
AuthorDate: Tue Oct 31 14:39:31 2023 +

Updates stage by Jenkins
---
 .../core-developers/accessing-application-session-request-objects.html  | 2 +-
 content/tag-developers/access-to-valuestack-from-jsps.html  | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/content/core-developers/accessing-application-session-request-objects.html 
b/content/core-developers/accessing-application-session-request-objects.html
index 2432982da..e9d8eb350 100644
--- a/content/core-developers/accessing-application-session-request-objects.html
+++ b/content/core-developers/accessing-application-session-request-objects.html
@@ -227,7 +227,7 @@ doesn’t exist, it will search the #attr is for Page scope attributes first, but will 
search the remaining scopes, in order, seeking a match.
-In opposite using just # means you want to fetch a value from the top of the 
ValueStack 
+In opposite using just # means you want to fetch a value from the top of the 
ValueStack 
 without searching down the stack.
 
   
diff --git a/content/tag-developers/access-to-valuestack-from-jsps.html 
b/content/tag-developers/access-to-valuestack-from-jsps.html
index 8a9ff199c..f2789e298 100644
--- a/content/tag-developers/access-to-valuestack-from-jsps.html
+++ b/content/tag-developers/access-to-valuestack-from-jsps.html
@@ -147,6 +147,8 @@
   
 https://github.com/apache/struts-site/edit/master/source/tag-developers/access-to-valuestack-from-jsps.md";
 title="Edit this page on GitHub">Edit on GitHub
 
+<< back to JSP
+
 Access to ValueStack from JSPs
 
 To access the ValueStack from third-party JSP taglibs, expose property 
values to JSP using the  tag.



Re: [PR] Clarifies how #attr works and other scopes [struts-site]

2023-10-31 Thread via GitHub


lukaszlenart merged PR #211:
URL: https://github.com/apache/struts-site/pull/211


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@struts.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



(struts-site) branch master updated (ad126a90b -> 6cdf23b77)

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


from ad126a90b Merge pull request #210 from 
apache/feature/include-tag-params
 add 09f54bf38 Clarifies how #attr works and other scopes
 add 4fb3f1b61 Fixes links to parent
 new 6cdf23b77 Merge pull request #211 from 
apache/feature/clarify-attr-search

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:
 .../accessing-application-session-request-objects.md   | 14 --
 source/tag-developers/access-to-valuestack-from-jsps.md|  3 +++
 2 files changed, 11 insertions(+), 6 deletions(-)



(struts-site) 01/01: Merge pull request #211 from apache/feature/clarify-attr-search

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git

commit 6cdf23b77ea43cd6aee2d65b48203b7ecd95ce02
Merge: ad126a90b 4fb3f1b61
Author: Lukasz Lenart 
AuthorDate: Tue Oct 31 15:54:27 2023 +0100

Merge pull request #211 from apache/feature/clarify-attr-search

Clarifies how #attr works and other scopes

 .../accessing-application-session-request-objects.md   | 14 --
 source/tag-developers/access-to-valuestack-from-jsps.md|  3 +++
 2 files changed, 11 insertions(+), 6 deletions(-)



(struts-site) branch feature/clarify-attr-search deleted (was 4fb3f1b61)

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch feature/clarify-attr-search
in repository https://gitbox.apache.org/repos/asf/struts-site.git


 was 4fb3f1b61 Fixes links to parent

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(struts-site) branch asf-site updated: Automatic Site Publish by Buildbot

2023-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
 new 89d1f4395 Automatic Site Publish by Buildbot
89d1f4395 is described below

commit 89d1f43951a58530819f1e20758bb2e60e6d2dd0
Author: buildbot 
AuthorDate: Tue Oct 31 14:55:04 2023 +

Automatic Site Publish by Buildbot
---
 .../accessing-application-session-request-objects.html | 14 --
 output/tag-developers/access-to-valuestack-from-jsps.html  |  2 ++
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git 
a/output/core-developers/accessing-application-session-request-objects.html 
b/output/core-developers/accessing-application-session-request-objects.html
index c9f60603f..e9d8eb350 100644
--- a/output/core-developers/accessing-application-session-request-objects.html
+++ b/output/core-developers/accessing-application-session-request-objects.html
@@ -211,23 +211,25 @@ Page attributes are accessed via OGNL using the #application 
stack value.
 
 The #attr stack 
value will search the javax.servlet.jsp.PageContext for the specified key. 
If the PageContext
-doesn’t exist, it will search the request, session, and application scopes, in 
that order.
+doesn’t exist, it will search the request, session and application scopes, in that order.
 
-Accessing attributes in the Application, Session, Request, or Page 
scope from a JSP
+Accessing attributes in the Application, Session, Request or Page 
scope from a JSP
 
-

Retrieve the attribute (property), with key myId, from the specified scope:

+Retrieve the attribute (property), with key myId, from the specified scope: - + - -

Reminder: #attr is for Page scope attributes first, but will search the remaining scopes, in order, seeking a match.

+Note: #attr is for Page scope attributes first, but will search the remaining scopes, in order, seeking a match. +In opposite using just # means you want to fetch a value from the top of the ValueStack +without searching down the stack. + diff --git a/output/tag-developers/access-to-valuestack-from-jsps.html b/output/tag-developers/access-to-valuestack-from-jsps.html index 8a9ff199c..f2789e298 100644 --- a/output/tag-developers/access-to-valuestack-from-jsps.html +++ b/output/tag-developers/access-to-valuestack-from-jsps.html @@ -147,6 +147,8 @@ https://github.com/apache/struts-site/edit/master/source/tag-developers/access-to-valuestack-from-jsps.md"; title="Edit this page on GitHub">Edit on GitHub +<< back to JSP + Access to ValueStack from JSPs To access the ValueStack from third-party JSP taglibs, expose property values to JSP using the tag.

(struts-site) branch asf-staging updated: Updates stage by Jenkins

2023-10-31 Thread git-site-role
This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
 new 71e1940e0 Updates stage by Jenkins
71e1940e0 is described below

commit 71e1940e0f7ced70f634974aadd6f6cf199d87cf
Author: jenkins 
AuthorDate: Tue Oct 31 14:56:58 2023 +

Updates stage by Jenkins



(struts-site) branch feature/commercial-support updated: Adds first company to the list

2023-10-31 Thread lukaszlenart
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch feature/commercial-support
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/feature/commercial-support by 
this push:
 new 861860826 Adds first company to the list
861860826 is described below

commit 861860826006e85cafb8d22d4aa3f2fa53d9f0f4
Author: Lukasz Lenart 
AuthorDate: Tue Oct 31 15:59:42 2023 +0100

Adds first company to the list
---
 source/commercial-support.md | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/source/commercial-support.md b/source/commercial-support.md
index 4fcbb4860..d98293754 100644
--- a/source/commercial-support.md
+++ b/source/commercial-support.md
@@ -21,10 +21,15 @@ Explore commercial support options for Apache Struts and 
JavaEE applications thr
 For detailed assistance, kindly reach out to them directly. Help us keep this 
list current; if you’re aware of other 
 supportive companies, please share details with us.
 
-Last updated: **2023-10-10**
-
-1. [Company name]
-- contact details: phone, web page, contact person
+Last updated: **2023-10-31**
+
+1. [Softwaremill](https://softwaremill.com/contact/)
+- contact details:
+  - [Apache Struts 
Consultancy](https://softwaremill.com/services/apache-struts-consultancy/)
+  - [he...@softwaremill.com](mailto:he...@softwaremill.com)
+  - phone:
+- [+48 22 188 11 33](tel:+48221881133) (PL)
+- [+44 56 0156 3406](tel:+445601563406) (UK)
 - scope of support: consulting, development, testing, audit
 
 ## How to add a new company



Build failed in Jenkins: Struts » Struts-master-JDK8-dependency-check #195

2023-10-31 Thread Apache Jenkins Server
See 


Changes:

[github] Bump org.owasp:dependency-check-maven from 7.2.0 to 8.4.2

[tatsuo.tsuchie] Improved charset retrieval to get only once.

[github] Update core/src/main/java/org/apache/struts2/url/StrutsUrlDecoder.java

[github] Update core/src/main/java/org/apache/struts2/url/StrutsUrlDecoder.java

[git] WW-5358 Expand exclusion lists

[github] Bump ossf/scorecard-action from 2.3.0 to 2.3.1

[github] Bump junit:junit from 4.13.1 to 4.13.2

[github] Bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.11


--
[...truncated 587.70 KB...]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s 
- in com.opensymphony.xwork2.util.fs.DefaultFileManagerFactoryTest
[INFO] Running com.opensymphony.xwork2.util.fs.JarEntryRevisionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.247 s 
- in com.opensymphony.xwork2.util.fs.JarEntryRevisionTest
[INFO] Running com.opensymphony.xwork2.util.ResolverUtilTest
2023-11-01 06:03:37,826 INFO  [main] util.ResolverUtil (ResolverUtil.java:370) 
- Scanning for classes in 
[
 matching criteria: is assignable to ObjectFactory
2023-11-01 06:03:37,854 INFO  [main] util.ResolverUtil (ResolverUtil.java:370) 
- Scanning for classes in 
[
 matching criteria: is assignable to ObjectFactory
2023-11-01 06:03:37,879 INFO  [main] util.ResolverUtil (ResolverUtil.java:370) 
- Scanning for classes in 
[/home/jenkins/.m2/repository/com/github/ben-manes/caffeine/caffeine/2.9.3/caffeine-2.9.3.jar]
 matching criteria: is assignable to ObjectFactory
2023-11-01 06:03:38,124 INFO  [main] util.ResolverUtil (ResolverUtil.java:370) 
- Scanning for classes in 
[/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.10.0/error_prone_annotations-2.10.0.jar]
 matching criteria: is assignable to ObjectFactory
2023-11-01 06:03:38,130 INFO  [main] util.ResolverUtil (ResolverUtil.java:370) 
- Scanning for classes in 
[/home/jenkins/.m2/repository/mockobjects/mockobjects-jdk1.3/0.09/mockobjects-jdk1.3-0.09.jar]
 matching criteria: is assignable to ObjectFactory
2023-11-01 06:03:38,152 INFO  [main] util.ResolverUtil (ResolverUtil.java:370) 
- Scanning for classes in 
[/home/jenkins/.m2/repository/mockobjects/mockobjects-jdk1.3-j2ee1.3/0.09/mockobjects-jdk1.3-j2ee1.3-0.09.jar]
 matching criteria: is assignable to ObjectFactory
2023-11-01 06:03:38,154 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockConnection.class' due to a 
java.lang.NoClassDefFoundError with message: javax/jms/Connection
2023-11-01 06:03:38,154 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockMapMessage.class' due to a 
java.lang.NoClassDefFoundError with message: javax/jms/MapMessage
2023-11-01 06:03:38,155 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockMessage.class' due to a 
java.lang.NoClassDefFoundError with message: javax/jms/Message
2023-11-01 06:03:38,156 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockMessageConsumer.class' due 
to a java.lang.NoClassDefFoundError with message: javax/jms/MessageConsumer
2023-11-01 06:03:38,156 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockMessageProducer.class' due 
to a java.lang.NoClassDefFoundError with message: javax/jms/MessageProducer
2023-11-01 06:03:38,157 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockMessagePublisher.class' due 
to a java.lang.NoClassDefFoundError with message: javax/jms/MessageProducer
2023-11-01 06:03:38,157 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockObjectMessage.class' due to 
a java.lang.NoClassDefFoundError with message: javax/jms/ObjectMessage
2023-11-01 06:03:38,158 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockQueue.class' due to a 
java.lang.NoClassDefFoundError with message: javax/jms/Queue
2023-11-01 06:03:38,158 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 'com/mockobjects/jms/MockQueueConnection.class' due 
to a java.lang.NoClassDefFoundError with message: javax/jms/QueueConnection
2023-11-01 06:03:38,159 WARN  [main] util.ResolverUtil (ResolverUtil.java:480) 
- Could not examine class 
'com/mockobjects/jms/MockQueueConnectionFactory.class' due to a 
java.lang.NoClassDefFoundError with message: javax/jms