RED-8670: integrate table inference from research
* introduce controllerAdvice to ControllerV2 package * remove unnecessary analysis requirement calculation for deleted files * silence javadoc lint warnings (e.g. no comment)
This commit is contained in:
parent
e31cd98a75
commit
6b2e164d9c
@ -539,6 +539,7 @@ public abstract class AbstractPersistenceServerServiceTest {
|
||||
|
||||
public void initialize(ConfigurableApplicationContext configurableApplicationContext) {
|
||||
|
||||
// any time the WebEnvironment is re-instantiated use a new port, as it sometimes leads to PortBindExceptions
|
||||
ConfigurableEnvironment environment = configurableApplicationContext.getEnvironment();
|
||||
int port = UniquePortFactory.getAndIncrement();
|
||||
TestPropertySourceUtils.addInlinedPropertiesToEnvironment(environment, "server.port=" + port);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user