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

expectConfigurationCacheRequestedDeprecationWarning() — spring-boot Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  551b6e01_919d_261b_a5eb_ee56ab19d4d2["expectConfigurationCacheRequestedDeprecationWarning()"]
  d6ae0c7a_81a7_3404_61cf_df8b1b6ed367["kotlinVersionPropertyIsSet()"]
  d6ae0c7a_81a7_3404_61cf_df8b1b6ed367 -->|calls| 551b6e01_919d_261b_a5eb_ee56ab19d4d2
  1041dc8c_c880_0f50_fa9f_322c281cffe7["kotlinCompileTasksUseJavaParametersFlagByDefault()"]
  1041dc8c_c880_0f50_fa9f_322c281cffe7 -->|calls| 551b6e01_919d_261b_a5eb_ee56ab19d4d2
  5bdb457b_679f_d6e6_9161_74a09cac2b16["kotlinCompileTasksCanOverrideDefaultJavaParametersFlag()"]
  5bdb457b_679f_d6e6_9161_74a09cac2b16 -->|calls| 551b6e01_919d_261b_a5eb_ee56ab19d4d2
  8bd968c5_f00e_eaff_ba1a_bf92adc3d244["taskConfigurationIsAvoided()"]
  8bd968c5_f00e_eaff_ba1a_bf92adc3d244 -->|calls| 551b6e01_919d_261b_a5eb_ee56ab19d4d2
  b41ff631_e8aa_1c3e_af68_5c9cc186d286["compileAotJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin()"]
  b41ff631_e8aa_1c3e_af68_5c9cc186d286 -->|calls| 551b6e01_919d_261b_a5eb_ee56ab19d4d2
  c4487f61_300c_60a0_5a1a_374f92fb59c4["compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin()"]
  c4487f61_300c_60a0_5a1a_374f92fb59c4 -->|calls| 551b6e01_919d_261b_a5eb_ee56ab19d4d2
  style 551b6e01_919d_261b_a5eb_ee56ab19d4d2 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 111–114

	private void expectConfigurationCacheRequestedDeprecationWarning() {
		this.gradleBuild.expectDeprecationWarningsWithAtLeastVersion("8.14")
			.expectDeprecationMessages("The StartParameter.isConfigurationCacheRequested property has been deprecated");
	}

Domain

Subdomains

Called By

Frequently Asked Questions

What does expectConfigurationCacheRequestedDeprecationWarning() do?
expectConfigurationCacheRequestedDeprecationWarning() is a function in the spring-boot codebase.
What calls expectConfigurationCacheRequestedDeprecationWarning()?
expectConfigurationCacheRequestedDeprecationWarning() is called by 6 function(s): compileAotJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin, compileAotTestJavaHasTransitiveRuntimeDependenciesOnItsClasspathWhenUsingKotlin, kotlinCompileTasksCanOverrideDefaultJavaParametersFlag, kotlinCompileTasksUseJavaParametersFlagByDefault, kotlinVersionPropertyIsSet, taskConfigurationIsAvoided.

Analyze Your Own Codebase

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

Try Supermodel Free