Skip to content

Commit

Permalink
#24874 include in 23.01.9
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Nov 30, 2023
1 parent 9e7f376 commit 6e1bb63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ private List<FileEntry> getStarterDataAsJSON(final List<Class<?>> dbTablesAsClas
HibernateUtil hibernateUtil;
DotConnect dc;
List<?> resultList;
final ObjectMapper defaultObjectMapper = DotObjectMapperProvider.getInstance().getDefaultObjectMapper();
final ObjectMapper defaultObjectMapper = ContentletJsonHelper.INSTANCE.get().objectMapper();
try {
for (final Class<?> clazz : dbTablesAsClasses) {
int i;
Expand Down
1 change: 1 addition & 0 deletions hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,3 +172,4 @@ This maintenance release includes the following code fixes:
142. https://github.com/dotCMS/core/issues/25613 : MonitorResource throws exception if DOT_SYSTEM_STATUS_API_IP_ACL is not set #25613
143. https://github.com/dotCMS/core/issues/26481 : Pubsub Connection should prefer SSL #26481
144. https://github.com/dotCMS/core/issues/26774 : text fields validation limit to 255 chars is not longer required #26774
145. https://github.com/dotCMS/core/issues/24874 : Unable to import starter.zip #24874

0 comments on commit 6e1bb63

Please sign in to comment.