Skip to content

Add missing proxy hints to support multi document transactions. #4221

Closed
@christophstrobl

Description

@christophstrobl
hints.proxies().registerJdkProxy(com.mongodb.client.MongoDatabase.class,
		org.springframework.aop.SpringProxy.class, org.springframework.core.DecoratingProxy.class);
hints.proxies().registerJdkProxy(com.mongodb.client.MongoCollection.class,
		org.springframework.aop.SpringProxy.class, org.springframework.core.DecoratingProxy.class);

Metadata

Metadata

Labels

theme: aotAn issue related to Ahead-Of-Time processing

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions