This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a change to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
from 7803bf98458 SOLR-18281 Make PackageManager testable by printing to
console through ToolRuntime (#4502)
new c2a0d83dd4d Apply ktlint 1.8.0 formatting to UI module and gradlew
tidy cleanups (catalog, lockfiles)
new 4c46defdb4f Modernize String-based charset APIs to
java.nio.charset.Charset (#4606)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../PR#4606-charset-api-modernization.yml | 8 +
gradle/libs.versions.toml | 3 -
kotlin-js-store/wasm/yarn.lock | 2207 +-------------------
.../designer/DefaultSampleDocumentsLoader.java | 6 +-
.../org/apache/solr/handler/loader/XMLLoader.java | 6 +-
.../solr/response/TextQueryResponseWriter.java | 3 +-
.../solr/spelling/FileBasedSpellChecker.java | 4 +-
.../TestManagedSynonymGraphFilterFactory.java | 12 +-
.../apache/solr/crossdc/common/ConfUtilTest.java | 7 +-
solr/solrj/gradle.lockfile | 10 +-
.../solr/client/solrj/impl/HttpSolrClient.java | 6 +-
.../json/JacksonDataBindResponseParser.java | 5 +-
.../solrj/response/json/JsonMapResponseParser.java | 5 +-
.../org/apache/solr/common/params/SolrParams.java | 31 +-
.../apache/solr/common/util/ContentStreamBase.java | 18 +-
.../java/org/apache/solr/common/util/IOUtils.java | 19 +
solr/ui/build.gradle.kts | 12 +-
solr/ui/gradle.lockfile | 149 +-
.../integration/DefaultAuthenticationComponent.kt | 2 +
.../auth/integration/DefaultBasicAuthComponent.kt | 1 +
.../auth/integration/DefaultOAuthComponent.kt | 1 +
.../auth/integration/HttpBasicAuthStoreClient.kt | 1 +
.../auth/store/BasicAuthStoreProvider.kt | 3 +
.../ui/components/auth/store/OAuthStoreProvider.kt | 1 +
.../integration/DefaultConfigsetsComponent.kt | 1 +
.../integration/HttpEnvironmentStoreClient.kt | 1 +
.../solr/ui/components/main/integration/Mappers.kt | 3 +
.../root/integration/SimpleRootComponent.kt | 1 +
.../start/integration/DefaultStartComponent.kt | 1 +
.../start/integration/HttpStartStoreClient.kt | 3 +
.../components/start/store/StartStoreProvider.kt | 2 +
.../org/apache/solr/ui/utils/HttpClientUtils.kt | 2 +
.../org/apache/solr/ui/views/main/MainContent.kt | 3 +
.../solr/ui/views/navigation/NavigationSideBar.kt | 15 +-
.../auth/integration/PlatformOAuthStoreClient.kt | 1 +
.../auth/integration/PlatformOAuthStoreClient.kt | 1 +
36 files changed, 190 insertions(+), 2364 deletions(-)
create mode 100644 changelog/unreleased/PR#4606-charset-api-modernization.yml