Once upgraded to Spring Boot 3.5.0 I am getting the following error:
java.lang.IllegalStateException: Invalid profile 'nflow.db.mariadb': must contain only letters, digits, '-', or '_'
Looks like the dot character is no longer accepted in the profile name. This probably required updates in io.nflow.engine.config.Profiles.
Once upgraded to Spring Boot 3.5.0 I am getting the following error:
java.lang.IllegalStateException: Invalid profile 'nflow.db.mariadb': must contain only letters, digits, '-', or '_'Looks like the dot character is no longer accepted in the profile name. This probably required updates in
io.nflow.engine.config.Profiles.