Skip to content

Commit

Permalink
HSEARCH-3277 Use lowercase "instant" property type in XML mapping
Browse files Browse the repository at this point in the history
"Instant" becomes "instant" in ORM 6.
  • Loading branch information
fax4ever authored and marko-bekhta committed Sep 25, 2023
1 parent 9434474 commit 9ea8761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public final class OutboxPollingOutboxEventAdditionalJaxbMappingProducer
" <column length=\"2147483647\" />\n" +
" </property>\n" +
" <property name=\"retries\" type=\"integer\" nullable=\"false\" />\n" +
" <property name=\"processAfter\" type=\"Instant\" index=\"processAfter\" nullable=\"false\" />\n" +
" <property name=\"processAfter\" type=\"instant\" index=\"processAfter\" nullable=\"false\" />\n" +
" <property name=\"status\" index=\"status\" nullable=\"false\">\n" +
" <type name=\"org.hibernate.type.EnumType\">\n" +
" <param name=\"enumClass\">" + OutboxEvent.Status.class.getName() + "</param>\n" +
Expand Down

0 comments on commit 9ea8761

Please sign in to comment.