File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
hibernate-graalvm/src/main/java/org/hibernate/graalvm/internal Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 12
12
13
13
import org .hibernate .internal .util .ReflectHelper ;
14
14
15
- import com .oracle .svm .core .annotate .AutomaticFeature ;
16
15
import org .graalvm .nativeimage .hosted .Feature ;
17
16
import org .graalvm .nativeimage .hosted .RuntimeReflection ;
18
17
34
33
* </p>
35
34
* @author Sanne Grinovero
36
35
*/
37
- @ AutomaticFeature
38
36
public class GraalVMStaticAutofeature implements Feature {
39
37
40
38
public void beforeAnalysis (Feature .BeforeAnalysisAccess before ) {
Original file line number Diff line number Diff line change 14
14
import org .hibernate .internal .build .AllowSysOut ;
15
15
import org .hibernate .internal .util .ReflectHelper ;
16
16
17
- import com .oracle .svm .core .annotate .AutomaticFeature ;
18
17
import org .graalvm .nativeimage .hosted .Feature ;
19
18
import org .graalvm .nativeimage .hosted .RuntimeReflection ;
20
19
33
32
*
34
33
* @author Sanne Grinovero
35
34
*/
36
- @ AutomaticFeature
37
35
public final class QueryParsingSupport implements Feature {
38
36
39
37
private final AtomicBoolean triggered = new AtomicBoolean ( false );
You can’t perform that action at this time.
0 commit comments