spring-boot/spring-boot-project/spring-boot-autoconfigure
Scott Frederick 0962025c4b Support loading of base64 encoded values as Resources
An ApplicationResourceLoader has been introduced to support loading
resources using registered ProtocolResolvers. All usages of
DefaultResourceLoader and ResourceUtils have been changed to use
the ApplicationResourceLoader.

A Base64ProtocolResolver has been added to support resources of type
`base64:` that contain base64 encoded values.

Closes gh-36033
2024-03-20 10:40:14 -05:00
..
src Support loading of base64 encoded values as Resources 2024-03-20 10:40:14 -05:00
build.gradle Use activemq-client instead of transitional activemq-client-jakarta 2024-03-20 11:02:01 +00:00