Make method accessible in GenericScope proxy target
Otherwise app crashes on first access of scoped proxy. Fixes gh-261
This commit is contained in:
@@ -160,7 +160,8 @@ public class RefreshScopeConfigurationTests {
|
||||
String message;
|
||||
|
||||
@RequestMapping("/")
|
||||
public String hello() {
|
||||
// Deliberately use package scope
|
||||
String hello() {
|
||||
return message;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user