Skip to content

Commit

Permalink
Better document deprecation of DataSources
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 21, 2024
1 parent 0b43e92 commit c9d008b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
* For applications, use CDI to retrieve datasources instead.
* For extensions, use {@link AgroalDataSourceUtil} instead.
*/
@Deprecated
@Deprecated(since = "3.16", forRemoval = true)
@Singleton
public class DataSources {

Expand Down

0 comments on commit c9d008b

Please sign in to comment.