-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
57 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
bezmen.messaging.protocol.modes[0]=http | ||
bezmen.messaging.mapping.modes[0]=spring_mvc |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
.../src/test/java/smecalculus/bezmen/construction/MessagingConfigBeansLightbendConfigIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package smecalculus.bezmen.construction; | ||
|
||
import org.springframework.test.context.TestPropertySource; | ||
|
||
@TestPropertySource(properties = {"bezmen.config.mapping.mode=lightbend_config"}) | ||
class MessagingConfigBeansLightbendConfigIT extends MessagingConfigBeansIT {} |
6 changes: 6 additions & 0 deletions
6
...ing/src/test/java/smecalculus/bezmen/construction/MessagingConfigBeansSpringConfigIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package smecalculus.bezmen.construction; | ||
|
||
import org.springframework.test.context.TestPropertySource; | ||
|
||
@TestPropertySource(properties = {"bezmen.config.mapping.mode=spring_config"}) | ||
class MessagingConfigBeansSpringConfigIT extends MessagingConfigBeansIT {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
bezmen.storage.protocol.mode=h2 | ||
bezmen.storage.protocol.h2.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1 | ||
bezmen.storage.protocol.h2.username=sa | ||
bezmen.storage.protocol.h2.password=sa | ||
bezmen.storage.protocol.postgres.url=jdbc:postgresql://localhost:5432/bezmen | ||
bezmen.storage.protocol.postgres.username=bezmen | ||
bezmen.storage.protocol.postgres.password=bezmen | ||
bezmen.storage.mapping.mode=spring_data |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
...ge/src/test/java/smecalculus/bezmen/construction/StorageConfigBeansLightbendConfigIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package smecalculus.bezmen.construction; | ||
|
||
import org.springframework.test.context.TestPropertySource; | ||
|
||
@TestPropertySource(properties = {"bezmen.config.mapping.mode=lightbend_config"}) | ||
class StorageConfigBeansLightbendConfigIT extends StorageConfigBeansIT {} |
6 changes: 6 additions & 0 deletions
6
...orage/src/test/java/smecalculus/bezmen/construction/StorageConfigBeansSpringConfigIT.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package smecalculus.bezmen.construction; | ||
Check failure on line 1 in libs/storage/src/test/java/smecalculus/bezmen/construction/StorageConfigBeansSpringConfigIT.java GitHub Actions / Integration Test ReportStorageConfigBeansSpringConfigIT.defaultConfigShouldBeBackwardCompatible(StorageProps)
Raw output
|
||
|
||
import org.springframework.test.context.TestPropertySource; | ||
|
||
@TestPropertySource(properties = {"bezmen.config.mapping.mode=spring_config"}) | ||
class StorageConfigBeansSpringConfigIT extends StorageConfigBeansIT {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters