Home / Function/ expectResolvableUsageIsAlreadyAllowedWarning() — spring-boot Function Reference

expectResolvableUsageIsAlreadyAllowedWarning() — spring-boot Function Reference

Architecture documentation for the expectResolvableUsageIsAlreadyAllowedWarning() function in KotlinPluginActionIntegrationTests.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  e06c8293_969a_7c6b_c54b_85593b8d641b["expectResolvableUsageIsAlreadyAllowedWarning()"]
  b41ff631_e8aa_1c3e_af68_5c9cc186d286["compileAotJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin()"]
  b41ff631_e8aa_1c3e_af68_5c9cc186d286 -->|calls| e06c8293_969a_7c6b_c54b_85593b8d641b
  c4487f61_300c_60a0_5a1a_374f92fb59c4["compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin()"]
  c4487f61_300c_60a0_5a1a_374f92fb59c4 -->|calls| e06c8293_969a_7c6b_c54b_85593b8d641b
  style e06c8293_969a_7c6b_c54b_85593b8d641b 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 116–120

	private void expectResolvableUsageIsAlreadyAllowedWarning() {
		this.gradleBuild.expectDeprecationWarningsWithAtLeastVersion("8.4")
			.expectDeprecationMessages("The resolvable usage is already allowed on configuration "
					+ "':aotRuntimeClasspath'. This behavior has been deprecated.");
	}

Domain

Subdomains

Frequently Asked Questions

What does expectResolvableUsageIsAlreadyAllowedWarning() do?
expectResolvableUsageIsAlreadyAllowedWarning() is a function in the spring-boot codebase.
What calls expectResolvableUsageIsAlreadyAllowedWarning()?
expectResolvableUsageIsAlreadyAllowedWarning() is called by 2 function(s): compileAotJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin, compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free