Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update 1.2.0-release branch code #400

Merged
merged 49 commits into from
Jun 28, 2021
Merged

Commits on May 7, 2021

  1. update build.gradle and gradle.properties for publish to maven reposi…

    …tory (apache#330)
    
    * [ISSUE apache#325]Update gradle configuration for publishing package to maven repository
    
    * update build.gradle
    
    * update build.gradle and gradle.properties
    
    * update build.gradle and gradle.properties for publish to maven repository
    xwm1992 committed May 7, 2021
    Configuration menu
    Copy the full SHA
    de778dc View commit details
    Browse the repository at this point in the history
  2. Update README.md

    qqeasonchen committed May 7, 2021
    Configuration menu
    Copy the full SHA
    369d023 View commit details
    Browse the repository at this point in the history
  3. Update README.zh-CN.md

    qqeasonchen committed May 7, 2021
    Configuration menu
    Copy the full SHA
    c82b71b View commit details
    Browse the repository at this point in the history

Commits on May 8, 2021

  1. update quickstart md files for gradle version (apache#332)

    * [ISSUE apache#325]Update gradle configuration for publishing package to maven repository
    
    * update build.gradle
    
    * update build.gradle and gradle.properties
    
    * update build.gradle and gradle.properties for publish to maven repository
    
    * * update gradle version for instructions
    * fix: dist task exception
    xwm1992 committed May 8, 2021
    Configuration menu
    Copy the full SHA
    da86a35 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. remove dead docs

    Signed-off-by: qqeasonchen <qqeasonchen@gmail.com>
    qqeasonchen committed May 10, 2021
    Configuration menu
    Copy the full SHA
    901395b View commit details
    Browse the repository at this point in the history
  2. [ISSUE apache#329]Missing Log4j dependency (apache#336)

    * [ISSUE apache#325]Update gradle configuration for publishing package to maven repository
    
    * update build.gradle
    
    * update build.gradle and gradle.properties
    
    * update build.gradle and gradle.properties for publish to maven repository
    
    * * update gradle version for instructions
    * fix: dist task exception
    
    * [ISSUE apache#329]Missing Log4j dependency
    xwm1992 committed May 10, 2021
    Configuration menu
    Copy the full SHA
    ae4872f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df76bc6 View commit details
    Browse the repository at this point in the history
  4. Doc modification apache#328 (apache#335)

    change vm params
    ruanwenjun committed May 10, 2021
    Configuration menu
    Copy the full SHA
    4ee74fc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Update README.md

    qqeasonchen committed May 11, 2021
    Configuration menu
    Copy the full SHA
    f2962fa View commit details
    Browse the repository at this point in the history
  2. [Issue apache#337] Fix Http Test Subscriber startup issue by moving t…

    …he Thread.sleep into the child thread (apache#338)
    
    * [Issue apache#337] Fix HttpSubscriber startup issue
    
    * [Issue apache#337] test commit
    
    * [Issue apache#337] revert test commit
    
    Co-authored-by: j00441484 <jin.rong.luo@huawei.com>
    jinrongluo and j00441484 committed May 11, 2021
    Configuration menu
    Copy the full SHA
    645ae93 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorServ…

    …ice, CountDownLatch and PreDestroy hook (apache#343)
    
    * [Issue apache#337] Fix HttpSubscriber startup issue
    
    * [Issue apache#337] test commit
    
    * [Issue apache#337] revert test commit
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Address code review comment for Subscriber Demo App
    
    Co-authored-by: j00441484 <jin.rong.luo@huawei.com>
    jinrongluo and j00441484 committed May 14, 2021
    Configuration menu
    Copy the full SHA
    a3949da View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. [ISSUE apache#348] Setup automated workflows for greetings (apache#347)

    * Setup automated workflows for greetings
    
    * Remove '@apache/eventmesh-committers'
    SteveYurongSu committed May 15, 2021
    Configuration menu
    Copy the full SHA
    16eb3ac View commit details
    Browse the repository at this point in the history

Commits on May 17, 2021

  1. Add LGTM Badges ISSUE#353 (apache#354)

    LGTM is a variant analysis platform that automatically checks code for real CVEs and vulnerabilities. Learn more at https://lgtm.com/help/lgtm/about-lgtm .
    
    Here are some alerts in our project reported by LGTM: https://lgtm.com/projects/g/apache/incubator-eventmesh/alerts/?mode=list
    
    I'd like to add LGTM badges in the README.md, it makes easier for people who want to get alerts and then contribute to EventMesh.
    SteveYurongSu committed May 17, 2021
    Configuration menu
    Copy the full SHA
    edb66bd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2021

  1. [ISSUE apache#355] Setup Github workflows for CodeQL scans (apache#356)

    * Setup CodeQL scans
    
    * disable autorun
    
    * add a step for setting up JDK
    
    * add codeql
    
    * fix step Build
    
    * fix strategy
    
    * add events: schedule & workflow_dispatch
    SteveYurongSu committed May 18, 2021
    Configuration menu
    Copy the full SHA
    d599eea View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. [Issue apache#344] Fixing racing condition issue in SubscribeProcesso…

    …r and UnSubscribeProcessor (apache#345)
    
    * [Issue apache#337] Fix HttpSubscriber startup issue
    
    * [Issue apache#337] test commit
    
    * [Issue apache#337] revert test commit
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#344] Fixing racing condition issue in SubscribeProcessor and UnSubscribeProcessor
    
    * [Issue apache#344] Fix import statements
    
    * [Issue apache#337] Address code review comment for Subscriber Demo App
    
    * [Issue apache#344] Enhance client registration logic in SubscribeProcessor and UnsubscriberProcessor
    
    * [Issue apache#344] Minor code clean up in SubscribeProcessor and UnsubscriberProcessor
    
    * [Issue apache#344] Fix NullPointerException in ConsumerManager occurs during subscribe/unsunscribe iteration testing
    
    * [Issue apache#344] Fix bugs in subscribe/unsunscribe code path
    
    * [Issue apache#344] use client.pid instead of client.ip for client comparasion in UnSubscribeProcessor
    
    Co-authored-by: j00441484 <jin.rong.luo@huawei.com>
    jinrongluo and j00441484 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    16b3c62 View commit details
    Browse the repository at this point in the history
  2. update eventmesh-runtime.png (apache#358)

    * update eventmesh-runtime.png
    xwm1992 committed May 19, 2021
    Configuration menu
    Copy the full SHA
    5df57ba View commit details
    Browse the repository at this point in the history

Commits on May 20, 2021

  1. [Issue apache#333] Support multiple load balance strategy in sdk (apa…

    …che#342)
    
    * Support multiple load balance strategy in sdk apache#333
    
    * Fix ut
    
    * add log
    ruanwenjun committed May 20, 2021
    Configuration menu
    Copy the full SHA
    6496109 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2021

  1. update eventmesh-panels.png (apache#362)

    * [ISSUE apache#325]Update gradle configuration for publishing package to maven repository
    
    * update build.gradle
    
    * update build.gradle and gradle.properties
    
    * update build.gradle and gradle.properties for publish to maven repository
    
    * * update gradle version for instructions
    * fix: dist task exception
    
    * [ISSUE apache#329]Missing Log4j dependency
    
    * update eventmesh-runtime.png
    
    * update eventmesh-panels.png
    xwm1992 committed May 22, 2021
    Configuration menu
    Copy the full SHA
    e1d082a View commit details
    Browse the repository at this point in the history
  2. update eventmesh-panels.png (apache#363)

    * [ISSUE apache#325]Update gradle configuration for publishing package to maven repository
    
    * update build.gradle
    
    * update build.gradle and gradle.properties
    
    * update build.gradle and gradle.properties for publish to maven repository
    
    * * update gradle version for instructions
    * fix: dist task exception
    
    * [ISSUE apache#329]Missing Log4j dependency
    
    * update eventmesh-runtime.png
    
    * update eventmesh-panels.png
    xwm1992 committed May 22, 2021
    Configuration menu
    Copy the full SHA
    11d149c View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Configuration menu
    Copy the full SHA
    cf35627 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. add: requirements for lightweight EventMesh SDK with CloudEvents (apa…

    …che#370)
    
    This commit only includes a brief introduction and requirements.
    Design details can be followed up in a later commit.
    
    Signed-off-by: Yuzhou Mao <myz@umich.edu>
    yuzhoumao committed May 27, 2021
    3 Configuration menu
    Copy the full SHA
    efb2c11 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Add files via upload

    qqeasonchen committed May 31, 2021
    Configuration menu
    Copy the full SHA
    f3d6c68 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    qqeasonchen committed May 31, 2021
    Configuration menu
    Copy the full SHA
    0faf1a1 View commit details
    Browse the repository at this point in the history
  3. [Issue apache#368] Fix Racing condition and memory leak issue in Even…

    …tMesh SDK LiteConsumer and LiteProducer (apache#369)
    
    * [Issue apache#337] Fix HttpSubscriber startup issue
    
    * [Issue apache#337] test commit
    
    * [Issue apache#337] revert test commit
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Address code review comment for Subscriber Demo App
    
    * [Issue apache#368] Fix Racing condition and memory leak issue in EventMesh SDK LiteConsumer and LiteProducer
    
    * [Issue apache#368] fix build issue
    
    * [Issue apache#368] use try with resource statement for HttpClient
    
    * [Issue apache#368] fix TLS1.1 and use TLS1.2 in HttpClient
    
    Co-authored-by: j00441484 <jin.rong.luo@huawei.com>
    jinrongluo and j00441484 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    60d2d35 View commit details
    Browse the repository at this point in the history
  4. [ISSUE apache#350]optimize flow control in downstreaming msg (apache#352

    )
    
    * modify:optimize flow control in downstreaming msg
    
    * modify:optimize stategy of selecting session in downstream msg
    
    * modify:optimize msg downstream,msg store in session
    
    * modify:fix bug:not a @sharable handler
    lrhkobe committed May 31, 2021
    Configuration menu
    Copy the full SHA
    60b9b33 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    676f6e1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    qqeasonchen committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0b6adce View commit details
    Browse the repository at this point in the history
  3. [ISSUE apache#310] add github action for check license (apache#313)

    * add github action for check license
    
    * fix syntax and name ci for Check license
    
    * fix github action branch typo
    liangyuanpeng committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    cc168e9 View commit details
    Browse the repository at this point in the history
  4. [ISSUE apache#310] Enable Github Actions for license check and fix li…

    …cense headers (apache#377)
    
    * add github action for check license
    
    * fix syntax and name ci for Check license
    
    * fix github action branch typo
    
    * enable github actions for license check
    
    * add necessary headers
    
    * update badges
    
    Co-authored-by: Lan Liang <gcslyp@gmail.com>
    SteveYurongSu and liangyuanpeng committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    0fdbd04 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. [Issue apache#382] Fix java.lang.NumberFormatException when parsing L…

    …ong (apache#383)
    
    * [Issue apache#337] Fix HttpSubscriber startup issue
    
    * [Issue apache#337] test commit
    
    * [Issue apache#337] revert test commit
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Address code review comment for Subscriber Demo App
    
    * [Issue apache#368] Fix Racing condition and memory leak issue in EventMesh SDK LiteConsumer and LiteProducer
    
    * [Issue apache#368] fix build issue
    
    * [Issue apache#368] use try with resource statement for HttpClient
    
    * [Issue apache#368] fix TLS1.1 and use TLS1.2 in HttpClient
    
    * [Issue apache#382] Fix java.lang.NumberFormatException when parsing Long
    
    * [Issue apache#382] Fix java.lang.NumberFormatException when parsing Integer
    
    Co-authored-by: j00441484 <jin.rong.luo@huawei.com>
    jinrongluo and j00441484 committed Jun 9, 2021
    Configuration menu
    Copy the full SHA
    cfcb2a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2021

  1. [ISSUE apache#378] downstream broadcast msg asynchronously (apache#379)

    * modify:optimize flow control in downstreaming msg
    
    * modify:optimize stategy of selecting session in downstream msg
    
    * modify:optimize msg downstream,msg store in session
    
    * modify:fix bug:not a @sharable handler
    
    * modify:downstream broadcast msg asynchronously
    
    closed apache#378
    lrhkobe committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    7026d30 View commit details
    Browse the repository at this point in the history
  2. [ISSUE apache#359] Split handler from controller (apache#359) (apache…

    …#360)
    
    * [ISSUE apache#359] Split handler from controller (apache#359)
    
    * add license header
    
    * add ut
    ruanwenjun committed Jun 10, 2021
    Configuration menu
    Copy the full SHA
    e54c1bf View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. [ISSUE apache#384] RedirectClientByIpPortHandlerTest.java doesn't hav…

    …e the Apache license header (apache#385)
    
    close apache#384
    SteveYurongSu committed Jun 15, 2021
    Configuration menu
    Copy the full SHA
    0249ded View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2021

  1. Update README.md

    qqeasonchen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    06ce651 View commit details
    Browse the repository at this point in the history
  2. Update README.zh-CN.md

    qqeasonchen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    7ceb7f2 View commit details
    Browse the repository at this point in the history
  3. Update README.zh-CN.md

    qqeasonchen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    14f4fdb View commit details
    Browse the repository at this point in the history
  4. Update README.zh-CN.md

    qqeasonchen committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    c1507a4 View commit details
    Browse the repository at this point in the history
  5. [Issue apache#386] fixing ConsumerGroup Queue Consumer Offset not syn…

    …ced up issue (apache#387)
    
    * [Issue apache#337] Fix HttpSubscriber startup issue
    
    * [Issue apache#337] test commit
    
    * [Issue apache#337] revert test commit
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Enhance Http Demo Subscriber by using ExecutorService, CountDownLatch and PreDestroy hook
    
    * [Issue apache#337] Address code review comment for Subscriber Demo App
    
    * [Issue apache#386] fixing ConsumerGroup Queuen Consumer Offset not synced up issue
    
    * [Issue apache#386] adding license header to new file
    
    * [Issue apache#386] Fix license header missing issue
    
    Co-authored-by: j00441484 <jin.rong.luo@huawei.com>
    jinrongluo and j00441484 committed Jun 16, 2021
    Configuration menu
    Copy the full SHA
    38643e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. [ISSUE apache#366 ] remove custom-format topic concept (apache#388)

    * remove custom-format topic concept
    
    * remove custom-format topic concept
    
    * remove custom-format topic concept
    
    * remove custom-format topic concept
    
    * remove custom-format topic concept
    
    * remove custom-format topic concept
    
    * remove custom-format topic concept
    iNanos committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0ffe74e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. [ISSUE apache#366] remove custom concept [dcn&&region] (apache#390)

    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    close apache#366
    iNanos committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    da05fe3 View commit details
    Browse the repository at this point in the history
  2. [ISSUE apache#391] Optimize interface design in eventmesh-connector-a…

    …pi (apache#392)
    
    * modify:optimize flow control in downstreaming msg
    
    * modify:optimize stategy of selecting session in downstream msg
    
    * modify:optimize msg downstream,msg store in session
    
    * modify:fix bug:not a @sharable handler
    
    * modify:downstream broadcast msg asynchronously
    
    * modify:remove unneccessary interface in eventmesh-connector-api
    
    * modify:fix conflict
    
    * modify:add license in EventMeshAction
    close apache#391
    lrhkobe committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    d39ea29 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. miss group name set for userAgent (apache#395)

    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * remove custom concept{dcn}
    
    * bugfix : miss group set
    
    * bugfix : miss group set
    iNanos committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    bf43f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191eff2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. support unsubscribe topics while delconsumer in http mode (apache#396)

    * [ISSUE apache#325]Update gradle configuration for publishing package to maven repository
    
    * update build.gradle
    
    * update build.gradle and gradle.properties
    
    * update build.gradle and gradle.properties for publish to maven repository
    
    * * update gradle version for instructions
    * fix: dist task exception
    
    * [ISSUE apache#329]Missing Log4j dependency
    
    * update eventmesh-runtime.png
    
    * support unsubscribe topics while delconsumer in http mode
    xwm1992 committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a8fce64 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. [ISSUE apache#397]Remove subscription session failed error (apache#398)

    * [ISSUE apache#325]Update gradle configuration for publishing package to maven repository
    
    * update build.gradle
    
    * update build.gradle and gradle.properties
    
    * update build.gradle and gradle.properties for publish to maven repository
    
    * * update gradle version for instructions
    * fix: dist task exception
    
    * [ISSUE apache#329]Missing Log4j dependency
    
    * update eventmesh-runtime.png
    
    * support unsubscribe topics while delconsumer in http mode
    
    * [ISSUE apache#397]Remove subscription session failed error
    
    * [ISSUE apache#397]Remove subscription session failed error
    close apache#397
    xwm1992 committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ce7fc49 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. Merge branch 'develop' of https://github.com/apache/incubator-eventmesh

    … into 1.2.0-release
    
    � Conflicts:
    �	build.gradle
    �	gradle.properties
    xwm1992 committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    7bd14f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8abcfa View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    30fcafc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a9f2c81 View commit details
    Browse the repository at this point in the history