andi-huber commented on code in PR #3054:
URL: https://github.com/apache/causeway/pull/3054#discussion_r2248965796


##########
core/metamodel/src/main/java/org/apache/causeway/core/metamodel/context/MetaModelContextFactory.java:
##########
@@ -41,15 +39,17 @@ public class MetaModelContextFactory {
     @Bean(destroyMethod = "onDestroy")
     public MetaModelContext metaModelContext(final CausewaySystemEnvironment 
systemEnvironment) {
 
-        var ioc = systemEnvironment.getIocContainer();
+        var ioc = systemEnvironment.springContextHolder();
         var mmc = new MetaModelContext_usingSpring(ioc);
+        //var mmcRecord = new MmcRecord(ioc);
 
+        //TODO potentially problematic when testing concurrently

Review Comment:
   descoped - perhaps keep an eye on that



-- 
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: dev-unsubscr...@causeway.apache.org

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

Reply via email to