You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SQL] Updated to Flyway 9.x dropping support for MySQL 5.7
[SQL] Added a new configuration property to define the Flyway baseline version (smp.flyway.baseline.version)
In case of failed logins the response is artificially delayed to complicate brute force attacks
Added a configuration property that can be used to turn off the details about login errors (webapp.security.login.errordetails)
Added configuration properties to replace the logo image in the public part
The system used to configuration item was updated so that only one configuration file is needed and variables are supported
The configuration files private-webapp.properties and webapp.properties are deprecated and should not be used anymore. All the properties should be placed in application.properties.
The system properties peppol.smp.webapp.properties.path and smp.webapp.properties.path are no longer evaluated and will lead to a startup error.
The environment variable SMP_WEBAPP_CONFIG is no longer evaluated and will lead to a startup error.
The configuration files private-smp-server.properties and smp-server.properties are deprecated and should not be used anymore. All the properties should be placed in application.properties.
The system properties peppol.smp.server.properties.path and smp.server.properties.path are no longer evaluated and will lead to a startup error.
The environment variable SMP_SERVER_CONFIG is no longer evaluated and will lead to a startup error.
The display of certificate information across the administration has been unified
The operations "Register SMP at SML", "Update registration of SMP at SML" and "Delete SMP from SML" are now on separate pages instead of one page with tabs
Endpoints without Endpoint URLs won't create invalid XML anymore with the BDXR1 REST API
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
smp.flyway.baseline.version
)webapp.security.login.errordetails
)private-webapp.properties
andwebapp.properties
are deprecated and should not be used anymore. All the properties should be placed inapplication.properties
.peppol.smp.webapp.properties.path
andsmp.webapp.properties.path
are no longer evaluated and will lead to a startup error.SMP_WEBAPP_CONFIG
is no longer evaluated and will lead to a startup error.private-smp-server.properties
andsmp-server.properties
are deprecated and should not be used anymore. All the properties should be placed inapplication.properties
.peppol.smp.server.properties.path
andsmp.server.properties.path
are no longer evaluated and will lead to a startup error.SMP_SERVER_CONFIG
is no longer evaluated and will lead to a startup error.Full Changelog: phoss-smp-parent-pom-5.7.1...phoss-smp-parent-pom-6.0.0-rc1
This discussion was created from the release phoss SMP 6.0.0 RC1.
Beta Was this translation helpful? Give feedback.
All reactions