compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin() — spring-boot Function Reference
Architecture documentation for the compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin() function in KotlinPluginActionIntegrationTests.java from the spring-boot codebase.
Entity Profile
Dependency Diagram
graph TD c4487f61_300c_60a0_5a1a_374f92fb59c4["compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin()"] 551b6e01_919d_261b_a5eb_ee56ab19d4d2["expectConfigurationCacheRequestedDeprecationWarning()"] c4487f61_300c_60a0_5a1a_374f92fb59c4 -->|calls| 551b6e01_919d_261b_a5eb_ee56ab19d4d2 e06c8293_969a_7c6b_c54b_85593b8d641b["expectResolvableUsageIsAlreadyAllowedWarning()"] c4487f61_300c_60a0_5a1a_374f92fb59c4 -->|calls| e06c8293_969a_7c6b_c54b_85593b8d641b style c4487f61_300c_60a0_5a1a_374f92fb59c4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
build-plugin/spring-boot-gradle-plugin/src/test/java/org/springframework/boot/gradle/plugin/KotlinPluginActionIntegrationTests.java lines 103–109
@Test
void compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin() {
expectConfigurationCacheRequestedDeprecationWarning();
expectResolvableUsageIsAlreadyAllowedWarning();
String output = this.gradleBuild.build("compileAotTestJavaClasspath").getOutput();
assertThat(output).contains("org.jboss.logging" + File.separatorChar + "jboss-logging");
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin() do?
compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin() is a function in the spring-boot codebase.
What does compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin() call?
compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin() calls 2 function(s): expectConfigurationCacheRequestedDeprecationWarning, expectResolvableUsageIsAlreadyAllowedWarning.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free