Merge branch '3.4.x'
Closes gh-45646
This commit is contained in:
@@ -10,3 +10,4 @@ fun main(args: Array<String>) {
|
||||
runApplication<KotlinApplicationWithMainThrowingException>(*args)
|
||||
throw IllegalStateException("ThrownFromMain")
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2022 the original author or authors.
|
||||
* Copyright 2012-2025 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.
|
||||
@@ -48,4 +48,5 @@ class SpringBootContextLoaderKotlinTests {
|
||||
@SpringBootTest(classes = [KotlinApplicationWithMainThrowingException::class], useMainMethod = UseMainMethod.ALWAYS)
|
||||
internal class UseMainMethodAlwaysAndKotlinMainMethodThrowsException
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2012-2022 the original author or authors.
|
||||
* Copyright 2012-2025 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.
|
||||
@@ -262,3 +262,4 @@ class TestRestTemplateExtensionsTests {
|
||||
class Foo
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user