Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.0
-
Component/s: None
-
Labels:None
Description
Support for creating scoped proxies
class MyService {
static scope = 'session'
static proxy = true // <-- create a proxy
}
// Spring config myServiceProxy(org.springframework.aop.scope.ScopedProxyFactoryBean) { targetBeanName = 'myService' proxyTargetClass = true }
Issue Links
- relates to
-
GRAILS-5911
Support scoping taglibs
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits