This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from 0411175d0 CAY-2905 Upgrade Gradle to 8.14
add 8bfd2f748 Fix NPE in ConcurrentLinkedHashMap
add 3bffa9809 CAY-2902 Shared Query Cache overwrites newer object state
(added failing unit test)
add 46ec78639 CAY-2902 Shared Query Cache overwrites newer object state
(fixed implementation and added additional tests)
new 29b91d37e Merge pull request #632 from
johnthuss/sharedQueryCache_clobbersNewerObjectState
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:
.../cayenne/access/DataDomainQueryAction.java | 44 +++++++-
.../cayenne/access/DataContextPrefetchIT.java | 11 +-
.../org/apache/cayenne/cache/QueryCacheIT.java | 115 +++++++++++++++++++++
3 files changed, 163 insertions(+), 7 deletions(-)