Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove support for hibernate.properties (long deprecated)
Browse files Browse the repository at this point in the history
Sanne committed May 29, 2021
1 parent 966f3c3 commit 13930ae
Showing 2 changed files with 1 addition and 70 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@
import org.hibernate.service.internal.ProvidedService;
import org.hibernate.service.spi.ServiceContributor;

import io.quarkus.hibernate.orm.runtime.boot.QuarkusEnvironment;
import io.quarkus.hibernate.orm.runtime.service.InitialInitiatorListProvider;

/**
@@ -46,9 +45,7 @@ public RecordableBootstrap(BootstrapServiceRegistry bootstrapServiceRegistry,
}

private static Map initialProperties() {
HashMap map = new HashMap();
map.putAll(QuarkusEnvironment.getInitialProperties());
return map;
return new HashMap();
}

private RecordableBootstrap(BootstrapServiceRegistry bootstrapServiceRegistry, Map properties,

0 comments on commit 13930ae

Please sign in to comment.