Title here
Summary here
May 2, 2024 in Releases2 minutes
Version 5.1.0 released.
/entitylist/psn-service/$pseudonymize
for pseudonymizing identifiers via FHIR Parameters/entitylist/psn-service/pseudonym/exists
for testing whether a pseudonym for a given identity exists without creating itMAIL_SERVICE_ENABLED
in order to enable or disable mail service globallyMAIL_SERVICE_FROM_EMAIL
: email address of the senderMAIL_SERVICE_TO_EMAIL
: a list of recipient email addressesMAIL_SERVICE_HOST
: the name of the used mail serverMAIL_SERVICE_PORT
: the port of the used mail serverMAIL_SERVICE_USERNAME
: the username of the account used for sending mails via the specified mail serverMAIL_SERVICE_PASSWORD
: the password of the account used for sending mails via the specified mail serverKEYCLOAK_SERVER_NAME
: the (domain) name of the keycloak server (this information will be part of each error message)service-trustcenter-config-server
in favor of spring-cloud-config-server
SPRING_CLOUD_CONFIG_URI
with SPRING_CONFIG_IMPORT
entitylist-psn-service
instead of entitylist-backend
psns-psn-service
instead of psns-backend
service-trustcenter-webapp-home
in favor of static HTML sites for the landing pagespring.datasource.platform
with spring.sql.init.platform
spring.jpa.properites.hibernate.metadata_builder_contributor
(due to removal of custom postgres function ilike
in favor of hibernate built-in functionspring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults
spring.security.oauth2.resourceserver.jwt.issuer-uri
for validating jwt tokenssecurity.oauth2.resource.token-info-uri
security.oauth2.resource.user-info-uri
security.oauth2.resource.realm-info-uri
security.oauth2.resource.jwt.key-value
rest.security.issuer-uri
rest.security.realm
management.endpoints.web.cors.allowed-origins
with management.endpoints.web.cors.allowedOriginPatterns
management.prometheus.metrics.export.enabled
with management.endpoints.web.exposure.include
server.http2
(never used)server.ssl.enabled
(never used)spring.profiles
(usage removed from tests)security.oauth.client.*
(in order to avoid confusion, hardcoded in tests instead)security.enabled
(security will always be enabled going forward)server.activationhandler.enabled
(activation functionality has been deprecated)springdoc-openapi-ui
in favor of springfox-swagger
swagger.*
springdoc.swagger-ui.config-url
springdoc.swagger-ui.url
springdoc.swagger-ui.disable-swagger-default-url