You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Factory should have a constructor with minimal dependencies, (e.g. Datasource, instead of JdbcTemplate) and construct everything else from that.
Leave as little logic in the ..Bean since it is just an adapter to the spring world and any logic in there would need to get recreated for CDI or similar
Issue Links:
DATAJDBC-151 JdbcRepositoryFactoryBean must be restructured to support other Spring modules