This is an automated email from the ASF dual-hosted git repository.
robertlazarski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
from e600831774 Merge pull request #1188 from
apache/dependabot/maven/jetty.version-12.1.9
new 6433ce58f4 Add Merton jump-diffusion and fix variance/percentile
estimators
new f26c3324da Fix percentile estimator Javadoc to match ceil(p*N)-1
implementation
new a538106b9f Add Merton jump-diffusion tests and variance/percentile
tests
new c3084075f3 docs: Remove non-existent HTTP/2 configuration properties
from xdoc
new 692ecbbe11 docs: Remove JMX monitoring sections from HTTP/2 guides
new f311b01435 docs: Remove hallucinated configuration parameters from
HTTP/2 guides
The 6 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:
.../webservices/FinancialBenchmarkService.java | 72 +++++--
.../springboot/webservices/MonteCarloRequest.java | 74 +++++--
.../springboot/webservices/MonteCarloResponse.java | 6 +
.../webservices/FinancialBenchmarkServiceTest.java | 216 +++++++++++++++++++++
.../xdoc/docs/axis2-http2-simplified-example.xml | 17 +-
src/site/xdoc/docs/http2-integration-guide.xml | 48 +++--
src/site/xdoc/docs/http2-transport-additions.xml | 125 +++++-------
.../docs/openapi-rest-advanced-http2-userguide.xml | 94 +++------
src/site/xdoc/docs/spring-boot-starter.xml | 2 +-
.../xdoc/docs/tomcat-http2-integration-guide.xml | 39 +---
.../xdoc/docs/wildfly-http2-integration-guide.xml | 29 ++-
11 files changed, 463 insertions(+), 259 deletions(-)