dependabot[bot] opened a new pull request #87:
URL: https://github.com/apache/struts-examples/pull/87
Bumps
[dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from
6.1.5 to 6.1.6.
Release notes
Sourced from https://github.com/jeremylong/DependencyCheck/releas
dependabot[bot] opened a new pull request #86:
URL: https://github.com/apache/struts-examples/pull/86
Bumps `quarkus-plugin.version` from 1.13.2.Final to 1.13.3.Final.
Updates `quarkus-universe-bom` from 1.13.2.Final to 1.13.3.Final
Commits
https://github.com/quarkusio/quark
yasserzamani opened a new pull request #487:
URL: https://github.com/apache/struts/pull/487
All [ occurrences in all ftl files reviewed. Only fieldErrors had used [...]
which replaced by .get(...) to fix WW-5125 as well as aligning with other ftl
files conduct.
--
This is an automated m
yasserzamani opened a new pull request #486:
URL: https://github.com/apache/struts/pull/486
due to refreshing model regardless of potential overridden Object.equals
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
yasserzamani closed pull request #485:
URL: https://github.com/apache/struts/pull/485
--
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.
For queries about this service, plea
lukaszlenart merged pull request #484:
URL: https://github.com/apache/struts/pull/484
--
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.
For queries about this service, plea
Hi,
I just noticed a potential performance improvement with omitting
checking if SM is on [1] - it isn't documented, yet by adding
"-Dognl.security.manager=forceDisableOnInit" JVM parameter, OGNL will
skip a bit of boilerplate. I did that here [2] to test the performance
gain.
[1] https://struts.