helidon-io / helidon

Java libraries for writing microservices
https://helidon.io
Apache License 2.0
3.44k stars 562 forks source link

`HelidonTest` docs do not describe interaction with MicroProfile Config profiles #8849

Open barchetta opened 4 weeks ago

barchetta commented 4 weeks ago

Environment Details


Problem Description

The HelidonTest Documentation:

Does not describe the interaction of HelidonTest with MicroProfile Config Profiles.

Specifically:

  1. By default a MicroProfile Config profile named "test" is defined.
  2. You can't change the profile with the mp.config.profile system property (which is the normal way)
  3. You can change the profile using @Configuration