Skip to content

Commit

Permalink
fix the type holder, still doesn't resolve the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
schauder committed Jul 5, 2024
1 parent b1ac642 commit d326ca1
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ class MappingJdbcConverterUnitTests {
new JdbcCustomConversions(List.of(CustomIdToLong.INSTANCE)), //
typeFactory //
);
{
context.setSimpleTypeHolder(converter.getConversions().getSimpleTypeHolder());
}

@Test
// DATAJDBC-104, DATAJDBC-1384
Expand Down

0 comments on commit d326ca1

Please sign in to comment.