This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a change to branch branch_10x
in repository https://gitbox.apache.org/repos/asf/solr.git
from 82cebbf93c8 SOLR-18306: Optimize IndexSchema.getDynamicFieldType() by
checking cached fields before matching dynamic patterns. (#4630)
new af4ed681749 .editorconfig: /ui is 4-space for kotlin; not elsewhere
(#4633)
new 5b87c74fefe build: decouple JS API client bundling into an optional
module (#4603)
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:
.editorconfig | 7 +-
build.gradle | 1 +
gradle/node.gradle | 67 ++++++------
settings.gradle | 6 ++
solr/solr-ref-guide/build.gradle | 1 +
solr/ui/.editorconfig | 2 +
solr/webapp/build.gradle | 91 ++--------------
solr/webapp/gradle.lockfile | 2 +-
solr/webapp/js-client/build.gradle.kts | 119 +++++++++++++++++++++
solr/{example => webapp/js-client}/gradle.lockfile | 4 +-
10 files changed, 176 insertions(+), 124 deletions(-)
create mode 100644 solr/ui/.editorconfig
create mode 100644 solr/webapp/js-client/build.gradle.kts
copy solr/{example => webapp/js-client}/gradle.lockfile (56%)