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 yrodiere committed Oct 6, 2022
1 parent 302a2e8 commit feeefaf
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ public final class OutboxPollingOutboxEventAdditionalJaxbMappingProducer
" <property name=\"entityIdHash\" type=\"integer\" index=\"entityIdHash\" nullable=\"false\" />\n" +
" <property name=\"payload\" type=\"materialized_blob\" nullable=\"false\" />\n" +
" <property name=\"retries\" type=\"integer\" nullable=\"false\" />\n" +
" <property name=\"processAfter\" type=\"Instant\" index=\"processAfter\" nullable=\"true\" />\n" +
" <property name=\"processAfter\" type=\"instant\" index=\"processAfter\" nullable=\"true\" />\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 feeefaf

Please sign in to comment.