parent
							
								
									58aac6c4dc
								
							
						
					
					
						commit
						8b732a9c33
					
				| 
						 | 
					@ -527,8 +527,9 @@ class FlywayAutoConfigurationTests {
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
	void licenseKeyIsCorrectlyMapped(CapturedOutput output) {
 | 
						void licenseKeyIsCorrectlyMapped(CapturedOutput output) {
 | 
				
			||||||
		this.contextRunner.withUserConfiguration(EmbeddedDataSourceConfiguration.class)
 | 
							this.contextRunner.withUserConfiguration(EmbeddedDataSourceConfiguration.class)
 | 
				
			||||||
				.withPropertyValues("spring.flyway.license-key=<<secret>>").run((context) -> assertThat(output)
 | 
									.withPropertyValues("spring.flyway.license-key=<<secret>>")
 | 
				
			||||||
						.contains("<<secret>> is not supported by Flyway Community Edition"));
 | 
									.run((context) -> assertThat(output).contains(
 | 
				
			||||||
 | 
											"Flyway Teams Edition upgrade required: licenseKey is not supported by Flyway Community Edition."));
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Test
 | 
						@Test
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -306,7 +306,7 @@ bom {
 | 
				
			||||||
			]
 | 
								]
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
	library("Flyway", "7.9.2") {
 | 
						library("Flyway", "7.11.1") {
 | 
				
			||||||
		group("org.flywaydb") {
 | 
							group("org.flywaydb") {
 | 
				
			||||||
			modules = [
 | 
								modules = [
 | 
				
			||||||
				"flyway-core"
 | 
									"flyway-core"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue