Skip to content
Snippets Groups Projects
Commit 5ef5e0fe authored by latlon team's avatar latlon team
Browse files

Code drop


- XPLANBOX-3712 update dependency-check plugin to 12.1.0 (dfc6b07b5)
- XPLANBOX-3706 add configuration for rabbit virtualhost (760b8cb4d)

Co-authored-by: default avatarMarc Guillemot <guillemot@lat-lon.de>

Dropped from commit: bc4744a4a4266db4dd0e34c04e8cd9e1989cf132
parent c001a312
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<liquibase.version>4.31.0</liquibase.version> <liquibase.version>4.31.0</liquibase.version>
<liquibase.postgres.version>4.31.0</liquibase.postgres.version> <liquibase.postgres.version>4.31.0</liquibase.postgres.version>
<picocli.version>4.7.6</picocli.version> <picocli.version>4.7.6</picocli.version>
<dependency-check.version>12.0.2</dependency-check.version> <!-- check cache location in gitlab/mvn-build-image.Dockerfile when updating --> <dependency-check.version>12.1.0</dependency-check.version> <!-- check cache location in gitlab/mvn-build-image.Dockerfile when updating -->
<swagger.version>2.2.28</swagger.version> <swagger.version>2.2.28</swagger.version>
<!-- overwrite from spring-boot-dependencies --> <!-- overwrite from spring-boot-dependencies -->
<selenium.version>4.28.1</selenium.version> <selenium.version>4.28.1</selenium.version>
......
...@@ -33,6 +33,7 @@ spring.rabbitmq.host=${XPLAN_RABBIT_HOST:localhost} ...@@ -33,6 +33,7 @@ spring.rabbitmq.host=${XPLAN_RABBIT_HOST:localhost}
spring.rabbitmq.password=${XPLAN_RABBIT_PASSWORD:guest} spring.rabbitmq.password=${XPLAN_RABBIT_PASSWORD:guest}
spring.rabbitmq.port=${XPLAN_RABBIT_PORT:5672} spring.rabbitmq.port=${XPLAN_RABBIT_PORT:5672}
spring.rabbitmq.username=${XPLAN_RABBIT_USER:guest} spring.rabbitmq.username=${XPLAN_RABBIT_USER:guest}
spring.rabbitmq.virtual-host=${XPLAN_RABBIT_VIRTUALHOST:}
xplanbox.rabbitmq.public.topic.name=${XPLAN_RABBIT_PUBLIC_TOPIC} xplanbox.rabbitmq.public.topic.name=${XPLAN_RABBIT_PUBLIC_TOPIC}
......
...@@ -34,6 +34,7 @@ spring.rabbitmq.host=${XPLAN_RABBIT_HOST:localhost} ...@@ -34,6 +34,7 @@ spring.rabbitmq.host=${XPLAN_RABBIT_HOST:localhost}
spring.rabbitmq.password=${XPLAN_RABBIT_PASSWORD:guest} spring.rabbitmq.password=${XPLAN_RABBIT_PASSWORD:guest}
spring.rabbitmq.port=${XPLAN_RABBIT_PORT:5672} spring.rabbitmq.port=${XPLAN_RABBIT_PORT:5672}
spring.rabbitmq.username=${XPLAN_RABBIT_USER:guest} spring.rabbitmq.username=${XPLAN_RABBIT_USER:guest}
spring.rabbitmq.virtual-host=${XPLAN_RABBIT_VIRTUALHOST:}
xplanbox.rabbitmq.public.topic.name=${XPLAN_RABBIT_PUBLIC_TOPIC:} xplanbox.rabbitmq.public.topic.name=${XPLAN_RABBIT_PUBLIC_TOPIC:}
......
...@@ -31,6 +31,7 @@ spring.rabbitmq.host=${XPLAN_RABBIT_HOST:localhost} ...@@ -31,6 +31,7 @@ spring.rabbitmq.host=${XPLAN_RABBIT_HOST:localhost}
spring.rabbitmq.password=${XPLAN_RABBIT_PASSWORD:guest} spring.rabbitmq.password=${XPLAN_RABBIT_PASSWORD:guest}
spring.rabbitmq.port=${XPLAN_RABBIT_PORT:5672} spring.rabbitmq.port=${XPLAN_RABBIT_PORT:5672}
spring.rabbitmq.username=${XPLAN_RABBIT_USER:guest} spring.rabbitmq.username=${XPLAN_RABBIT_USER:guest}
spring.rabbitmq.virtual-host=${XPLAN_RABBIT_VIRTUALHOST:}
spring.rabbitmq.listener.prefetch=1 spring.rabbitmq.listener.prefetch=1
xplanbox.rabbitmq.public.topic.name=${XPLAN_RABBIT_PUBLIC_TOPIC:} xplanbox.rabbitmq.public.topic.name=${XPLAN_RABBIT_PUBLIC_TOPIC:}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.