This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


    from da07f5d  Merge remote-tracking branch 'apache/maint-2.0.0-M1'
     new 539e004  ISIS-1974: (porting from 1.16.x)  support sequential execution
     new fe8542e  ISIS-1841: Internal API: add a thread-safe variant of _Lacy
     new f8f3b56  ISIS-1974: (porting from maint-1.16.2)

The 3 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:
 .../apache/isis/commons/internal/base/_Lazy.java   |  8 ++-
 .../base/{_Lazy.java => _LazyThreadSafe.java}      | 37 +++++++----
 .../core/runtime/threadpool/ThreadPoolSupport.java | 69 +++++++++++++++++----
 .../plugins/jdo/dn4/IsisJdoSupportPlugin4.java     |  5 +-
 .../DataNucleusApplicationComponents4.java         | 38 +++++-------
 .../persistence/PersistenceSessionFactory4.java    | 47 ++++++++------
 .../plugins/jdo/dn5/IsisJdoSupportPlugin5.java     |  5 +-
 .../DataNucleusApplicationComponents5.java         | 15 +----
 .../persistence/PersistenceSessionFactory5.java    | 47 ++++++++------
 .../isis/core/metamodel/IsisJdoRuntimePlugin.java  |  3 +-
 .../persistence/PersistenceSessionFactory.java     |  9 ++-
 .../system/session/IsisSessionFactoryBuilder.java  | 71 +++++++++++++---------
 .../objectstore/jdo/service/RegisterEntities.java  | 27 ++++----
 13 files changed, 221 insertions(+), 160 deletions(-)
 copy 
core/commons/src/main/java/org/apache/isis/commons/internal/base/{_Lazy.java => 
_LazyThreadSafe.java} (65%)

Reply via email to