spring-boot/spring-boot-project
Chris Bono 7a7bcd07da Encode JSON string in Pulsar auth params
The values in the `spring.pulsar.client.authentication.param`
config props map are not currently JSON encoded. For simple
values this is fine. However, some custom auth modules may
require more complex parameter values that may contain special
characters that results in invalid JSON. This commmit encodes
the parameter values using a very simple hand-rolled escape
function.

See gh-40493
2024-05-22 13:49:05 +02:00
..
spring-boot Merge branch '3.1.x' into 3.2.x 2024-05-20 21:06:59 -07:00
spring-boot-actuator Merge branch '3.1.x' into 3.2.x 2024-04-18 12:52:54 -07:00
spring-boot-actuator-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-05-13 11:30:42 +02:00
spring-boot-autoconfigure Encode JSON string in Pulsar auth params 2024-05-22 13:49:05 +02:00
spring-boot-dependencies Upgrade to Spring Session 3.2.3 2024-05-22 09:57:24 +01:00
spring-boot-devtools Merge branch '3.1.x' into 3.2.x 2024-04-19 10:57:47 +01:00
spring-boot-docker-compose Merge branch '3.1.x' into 3.2.x 2024-03-27 09:35:44 +01:00
spring-boot-docs Merge branch '3.1.x' into 3.2.x 2024-05-20 21:06:59 -07:00
spring-boot-parent Minimize scope of version management for commons-compress 2024-02-06 15:08:15 +00:00
spring-boot-starters Upgrade to Tomcat 10.1.24 2024-05-16 15:05:48 +01:00
spring-boot-test Use the bean factory to get the type produced by a factory bean 2024-05-21 15:27:59 +01:00
spring-boot-test-autoconfigure Merge branch '3.1.x' into 3.2.x 2024-04-25 11:07:25 +02:00
spring-boot-testcontainers Disable test when Docker is not available 2024-05-22 09:58:23 +01:00
spring-boot-tools Merge branch '3.1.x' into 3.2.x 2024-05-17 11:41:23 -05:00