Update configuration classes to use proxyBeanMethods=false

Resolves: #1345
This commit is contained in:
Vedran Pavic
2019-05-09 18:10:57 +02:00
parent eb0f89a18a
commit b98c5216b4
6 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2014-2018 the original author or authors.
* Copyright 2014-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -64,7 +64,7 @@ import org.springframework.util.StringValueResolver;
* @since 1.2.0
* @see EnableJdbcHttpSession
*/
@Configuration
@Configuration(proxyBeanMethods = false)
@EnableScheduling
public class JdbcHttpSessionConfiguration extends SpringHttpSessionConfiguration
implements BeanClassLoaderAware, EmbeddedValueResolverAware, ImportAware,