Bumping versions

This commit is contained in:
buildmaster
2024-08-14 13:08:35 +00:00
parent eaa06aa84e
commit 774f6ccb1d

View File

@@ -90,7 +90,8 @@ public class CredhubEnvironmentRepository implements EnvironmentRepository, Orde
private void addPropertySource(Environment environment, String application, String profile, String label) {
Map<Object, Object> properties = findProperties(application, profile, label);
// The main PropertySource (the first one) should be always there, even if it is empty.
// The main PropertySource (the first one) should be always there, even if it is
// empty.
if (!properties.isEmpty() || environment.getPropertySources().isEmpty()) {
PropertySource propertySource = new PropertySource("credhub-" + application + "-" + profile + "-" + label,
properties);