-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement
Milestone
Description
Since Apache Commons Logging itself does not provide serializability of Log
instances (in contrast to an undocumented implementation characteristic of spring-jcl), we should avoid unnecessary logger serialization in common infrastructure instances. Otherwise, serialization attempts may fail against regular Commons Logging on the classpath (which is a supported scenario in Spring Framework 6.x as well, as an alternative to spring-jcl). That aside, this also improves the footprint in case of many @PersistenceContext
EntityManager proxies in many repository classes.
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: enhancementA general enhancementA general enhancement