This is an automated email from the ASF dual-hosted git repository.
reschke pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from acac0de477 Revert "OAK-11936: Allow updating the inference config via
JMX (#2525)"
new 9a67005e78 Reapply "OAK-11936: Allow updating the inference config via
JMX (#2525)"
new 133cb7fc40 Reapply "OAK-11936: Allow updating the inference config via
JMX - fix package version"
new c01a46305b Reapply "OAK-11936: Allow updating the inference config via
JMX - line ends in test case"
The 3 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:
.../jackrabbit/oak/api/jmx/InferenceMBean.java | 9 +
.../jackrabbit/oak/api/jmx/package-info.java | 3 +-
.../elastic/query/inference/InferenceConfig.java | 24 ++-
.../query/inference/InferenceMBeanImpl.java | 10 +-
.../query/inference/InferenceConfigTest.java | 71 +++++++
.../jackrabbit/oak/json/JsonNodeBuilder.java | 211 +++++++++++++++++++++
.../jackrabbit/oak/json/JsonNodeBuilderTest.java | 163 ++++++++++++++++
7 files changed, 483 insertions(+), 8 deletions(-)
create mode 100644
oak-store-spi/src/main/java/org/apache/jackrabbit/oak/json/JsonNodeBuilder.java
create mode 100644
oak-store-spi/src/test/java/org/apache/jackrabbit/oak/json/JsonNodeBuilderTest.java