Skip to content

Commit 5a26cb9

Browse files
michelkaeserbeikov
authored andcommitted
[#2090] Remove finalFieldsWritable from reflection producer
The method had been deprecated and was finally removed in quarkusio/quarkus@4557b4a.
1 parent e909999 commit 5a26cb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration/quarkus-3/deployment/src/main/java/com/blazebit/persistence/integration/quarkus/deployment/BlazePersistenceProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,6 @@ void reflection(EntityViewsBuildItem entityViewsBuildItem,
256256
.constructors(true)
257257
.fields(true)
258258
.methods(true)
259-
.finalFieldsWritable(true)
260259
.build()
261260
);
262261
// For static metamodel classes, we only need the fields

0 commit comments

Comments
 (0)