Skip to content

Fix URISyntaxException, use upper case environment variables

Tobias Haase requested to merge URI-syntax-exception into main

Merge Request

Breaking Changes

The lowercase syntax for environment variables is no longer supported. Variables must be written in uppercase and each dot (.) must be replaced by an underscore (_).

Please edit your docker-compose.yml accordingly: deployment!24 (merged)

Description

Env vars with a dot (.) are not allowed. Use variable with underscores instead.

Checklist

  • The code compiles without any warnings.
  • I followed the code review checklist.
  • The documentation has been added/updated.
  • There are no System.out.println() statements.

Related Issues

  • Related #
  • Closes #
Edited by Tobias Haase

Merge request reports