Skip to content

Commit

Permalink
Merge pull request #35273 from gsmet/fix-comment-typo
Browse files Browse the repository at this point in the history
Fix small typo in comment
  • Loading branch information
mkouba authored Aug 9, 2023
2 parents 1a62276 + 47c8841 commit b4f8555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ void generateDataSourceSupportBean(AgroalRecorder recorder,
.setDefaultScope(DotNames.SINGLETON).build());
// add the @DataSource class otherwise it won't be registered as a qualifier
additionalBeans.produce(AdditionalBeanBuildItem.builder().addBeanClass(DataSource.class).build());
// make source datasources are initialized at startup
// make sure datasources are initialized at startup
additionalBeans.produce(new AdditionalBeanBuildItem(AgroalDataSourcesInitializer.class));

// make AgroalPoolInterceptor beans unremovable, users still have to make them beans
Expand Down

0 comments on commit b4f8555

Please sign in to comment.