Start version 6.4
* Move `whats-new` to `changes-6.2-6.3.adoc` * Upgrade dependency to the latest (including Gradle) * Move Spring dependencies to based on SF-6.2 * Fix some deprecations and incompatibility
This commit is contained in:
@@ -89,7 +89,7 @@ class KotlinDslTests {
|
||||
|
||||
@Autowired
|
||||
@Qualifier("functionGateway")
|
||||
private lateinit var upperCaseFunction: Function<ByteArray, String>
|
||||
private lateinit var upperCaseFunction: Function<Any, Any>
|
||||
|
||||
@Test
|
||||
fun `uppercase function`() {
|
||||
|
||||
Reference in New Issue
Block a user