• Andy Wilkinson's avatar
    Work around the behaviour change in latest Spring 4.2 snapshots · 2085a5b0
    Andy Wilkinson authored
    The changes made in spring-projects/spring-framework@e403aefe cause
    SampleTomcatTwoConnectorsApplication to fail to launch. The port bean,
    typed as an int, is coerced into an Integer when the bean’s created. The
    port() method is then called, and the proxy’s bean method interceptor
    complains as it’s expecting the port bean to be an int but it’s actually
    an Integer. Changing the port() bean method’s return type to Integer
    works around the problem.
    2085a5b0
Name
Last commit
Last update
..
src Loading commit data...
pom.xml Loading commit data...