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

albumenj pushed a change to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git


    from cb92fcc19e Fix obtaining remote application name on the server side 
(#13811)
     add 46c93b3e0d Add question template (#13843)
     add 783522e013 Add general template (#13848)
     add be19912ad4 chore: move pr tmpl to .github folder (#13850)
     add d4a1e0d9bb Readme update (#13851)
     add 002a6a1b3e 1.The word "shutdown" is a noun. The verb is spelled with a 
space. (#13855)
     add 2f6b4c0c43 Update issue template labels
     add d50adb7c83 fix typos (#13858)
     add 36e0cf5490 fix(#13305): RpcContext local address info get null on 
custom filter (#13751)
     add 501bdfaaef Fix memory leak in ScopeBeanFactory (#13901)
     new da2dd6d2a1 Merge branch 'apache-3.2' into apache-3.3

The 1 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:
 .../general.yml}                                   | 66 ++++++++++----------
 .../question.yml}                                  | 66 ++++++++++----------
 .github/ISSUE_TEMPLATE/1-bug.yml                   | 20 ++++++-
 .github/ISSUE_TEMPLATE/2-feature.yml               | 18 +++++-
 .../PULL_REQUEST_TEMPLATE.md                       |  0
 README.md                                          | 70 +++++++++++++++++++---
 .../filter/support/ConsumerContextFilter.java      |  6 +-
 .../common/beans/factory/ScopeBeanFactory.java     |  6 +-
 .../threadpool/support/AbortPolicyWithReport.java  |  4 +-
 .../java/org/apache/dubbo/config/ModuleConfig.java |  2 +-
 .../builder/PrimitiveTypeDefinitionBuilder.java    |  2 +-
 .../dubbo/remoting/codec/ExchangeCodecTest.java    |  2 +-
 .../dubbo/rpc/protocol/dubbo/DubboInvoker.java     |  2 +
 .../dubbo/rpc/protocol/tri/TripleInvoker.java      |  1 +
 .../endpoint/metadata/AbstractDubboMetadata.java   |  2 +-
 15 files changed, 175 insertions(+), 92 deletions(-)
 copy .github/{ISSUE_TEMPLATE/2-feature.yml => DISCUSSION_TEMPLATE/general.yml} 
(52%)
 copy .github/{ISSUE_TEMPLATE/2-feature.yml => 
DISCUSSION_TEMPLATE/question.yml} (52%)
 rename PULL_REQUEST_TEMPLATE.md => .github/PULL_REQUEST_TEMPLATE.md (100%)

Reply via email to