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
In 3.5.0 the protected modifier was removed from SmallRyeConfigBuilder.getDefaultSources()(here)
I am currently trying to update the SmallRye version that we are using to 3.5.1 but because getDefaultSources is no longer protected; our implementation is now causing failures as we are no longer able to Override and extend this method.
The text was updated successfully, but these errors were encountered:
jakub-pomykala
changed the title
Make getDefaultSources() protected so it can be overriden and extended
Add the protected modified back to getDefaultSources()
Jan 11, 2024
In 3.5.0 the
protected
modifier was removed fromSmallRyeConfigBuilder.getDefaultSources()
(here)I am currently trying to update the
SmallRye
version that we are using to3.5.1
but becausegetDefaultSources
is no longer protected; our implementation is now causing failures as we are no longer able to Override and extend this method.The text was updated successfully, but these errors were encountered: