You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/05/13 23:48:07 UTC

[pulsar] branch master updated (5f09de8 -> eee622c)

This is an automated email from the ASF dual-hosted git repository.

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 5f09de8  Add workaround for failing PulsarFunctionsJavaProcessTest on JDK11 (#10566)
     add eee622c  Switch to use JDK11 for CI and Docker images (#10580)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/ci-build-macos.yaml              |  8 ++++--
 .github/workflows/ci-cpp.yaml                      |  7 +++--
 .../ci-integration-backwards-compatibility.yaml    |  7 +++--
 .github/workflows/ci-integration-cli.yaml          |  7 +++--
 .github/workflows/ci-integration-function.yaml     |  7 +++--
 .github/workflows/ci-integration-messaging.yaml    |  7 +++--
 .github/workflows/ci-integration-process.yaml      |  7 +++--
 .github/workflows/ci-integration-schema.yaml       |  7 +++--
 .github/workflows/ci-integration-sql.yaml          |  7 +++--
 .github/workflows/ci-integration-standalone.yaml   |  7 +++--
 .github/workflows/ci-integration-thread.yaml       |  7 +++--
 .../ci-integration-tiered-filesystem.yaml          |  7 +++--
 .../workflows/ci-integration-tiered-jcloud.yaml    |  7 +++--
 .github/workflows/ci-integration-transaction.yaml  |  7 +++--
 .github/workflows/ci-license.yaml                  |  8 ++++--
 .github/workflows/ci-maven-cache-update.yaml       |  7 +++--
 .github/workflows/ci-pulsar-website-build.yaml     |  7 +++--
 .github/workflows/ci-shade-test.yaml               |  7 +++--
 .github/workflows/ci-unit-broker-broker-gp1.yaml   |  7 +++--
 .github/workflows/ci-unit-broker-broker-gp2.yaml   |  7 +++--
 .github/workflows/ci-unit-broker-client-api.yaml   |  7 +++--
 .github/workflows/ci-unit-broker-client-impl.yaml  |  7 +++--
 .github/workflows/ci-unit-broker-other.yaml        |  7 +++--
 .github/workflows/ci-unit-proxy.yaml               |  7 +++--
 .github/workflows/ci-unit.yaml                     |  7 +++--
 README.md                                          | 17 ++++-------
 distribution/server/src/assemble/LICENSE.bin.txt   |  7 +++--
 docker/pulsar-standalone/Dockerfile                |  2 +-
 docker/pulsar/Dockerfile                           |  4 +--
 pom.xml                                            | 33 +++++++++++++++++-----
 pulsar-sql/presto-distribution/LICENSE             |  6 ++--
 pulsar-sql/presto-distribution/pom.xml             |  6 ++++
 .../presto-distribution/src/assembly/assembly.xml  |  1 +
 site2/docs/deploy-bare-metal-multi-cluster.md      |  2 +-
 site2/docs/deploy-bare-metal.md                    |  2 +-
 site2/docs/getting-started-standalone.md           |  2 +-
 tests/docker-images/java-test-image/Dockerfile     |  4 +--
 37 files changed, 157 insertions(+), 106 deletions(-)