I think that i have found a difference, `all-open`...
# spring
d
I think that i have found a difference,
all-open
plugin in version
1.1.1
opens private methods, but starting from
1.1.2
only public methods are being opened, I am getting this warning only for private methods. Any idea why would Spring need to create proxy for private methods, it seams not possible without reflection hacks?