Skip to content

Commit

Permalink
[ISSUES alibaba#11459] fix CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER missi…
Browse files Browse the repository at this point in the history
…ng (alibaba#11465)

- register CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER to RowMapperManager

Close alibaba#11459
  • Loading branch information
onewe authored Dec 5, 2023
1 parent 7b51777 commit f8b3d35
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ private static void injectConfigRowMapper() {
RowMapperManager
.registerRowMapper(ConfigRowMapperInjector.CONFIG_INFO_WRAPPER_ROW_MAPPER.getClass().getCanonicalName(),
ConfigRowMapperInjector.CONFIG_INFO_WRAPPER_ROW_MAPPER);

// CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER
RowMapperManager
.registerRowMapper(ConfigRowMapperInjector.CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER.getClass().getCanonicalName(),
ConfigRowMapperInjector.CONFIG_INFO_STATE_WRAPPER_ROW_MAPPER);

// CONFIG_KEY_ROW_MAPPER

Expand Down

0 comments on commit f8b3d35

Please sign in to comment.