Continue structural port from Spring Boot to Undertow

This commit is contained in:
Max Dor
2018-12-30 05:28:05 +01:00
parent 6a376db322
commit 7ad985fead
85 changed files with 1019 additions and 367 deletions

View File

@@ -7,3 +7,4 @@ io.kamax.mxisd.backend.rest.RestStoreSupplier
io.kamax.mxisd.backend.sql.generic.GenericSqlStoreSupplier
io.kamax.mxisd.backend.sql.synapse.SynapseSqlStoreSupplier
io.kamax.mxisd.backend.wordpress.WordpressStoreSupplier
io.kamax.mxisd.lookup.provider.RemoteLookupProviderSupplier

View File

@@ -0,0 +1 @@
io.kamax.mxisd.threepid.notification.BuiltInNotificationHandlerSupplier

View File

@@ -0,0 +1 @@
io.kamax.mxisd.threepid.connector.email.BuiltInEmailConnectorSupplier

View File

@@ -0,0 +1 @@
io.kamax.mxisd.threepid.connector.phone.BuiltInPhoneConnectorSupplier

View File

@@ -0,0 +1 @@
io.kamax.mxisd.threepid.generator.email.BuiltInEmailGeneratorSupplier

View File

@@ -0,0 +1 @@
io.kamax.mxisd.threepid.generator.phone.BuiltInPhoneGeneratorSupplier

View File

@@ -1,2 +0,0 @@
org.springframework.boot.diagnostics.FailureAnalyzer=\
io.kamax.mxisd.spring.ConfigurationFailureAnalyzer