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:
Kilian Schuettler 2024-05-28 16:33:06 +02:00
parent e31cd98a75
commit 6b2e164d9c

View File

@ -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);