spring-boot/configuration-metadata/spring-boot-configuration-m.../src/json-shade
Stéphane Nicoll ed1ee79aef Share JSON library consistently
This commit shades the use of 'com.vaadin.external.google:android-json'
in the three modules that use it. The configuration processor already
did that and this commit does the same for configuration-metadata and
the CLI.

As a result of this commit, 'android-json' is not used nor managed
internally.

Closes gh-45504
2025-09-15 16:17:21 +02:00
..
java/org/springframework/boot/configurationmetadata/json Share JSON library consistently 2025-09-15 16:17:21 +02:00
README.adoc Share JSON library consistently 2025-09-15 16:17:21 +02:00

README.adoc

## Shaded JSON

This source was originally taken from `com.vaadin.external.google:android-json` which
provides a clean room re-implementation of the `org.json` APIs and does not include the
"Do not use for evil" clause.