Skip to content

Commit

Permalink
[oracle-jdbc] Align definitions of reflect-config with Oracle JDBC's …
Browse files Browse the repository at this point in the history
…driver metadata
  • Loading branch information
Sanne committed Jul 18, 2024
1 parent 4181c28 commit 1afa671
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ void build(BuildProducer<ReflectiveClassBuildItem> reflectiveClass) {
.constructors().build());
reflectiveClass.produce(ReflectiveClassBuildItem.builder("oracle.sql.AnyDataFactory")
.constructors().build());
reflectiveClass
.produce(ReflectiveClassBuildItem.builder("com.sun.rowset.providers.RIOptimisticProvider")
.build());
//This is listed in the original metadata, but it doesn't actually exist:
// reflectiveClass.produce(ReflectiveClassBuildItem.builder("oracle.jdbc.logging.annotations.Supports")
// .constructors().methods().build());
//This is listed in the original metadata, but it doesn't actually exist:
// reflectiveClass.produce(ReflectiveClassBuildItem.builder("oracle.jdbc.logging.annotations.Feature")
// .constructors().methods().build());
}

@BuildStep
Expand Down

0 comments on commit 1afa671

Please sign in to comment.