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

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


    from fcb4aa5f5f Merge branch 'apache-3.1' into apache-3.2
     add 9cdda8207f Update 'Actions' versions and 'Actions Runner' versions of 
GitHub Actions workflow file. (#10788)
     add bfb5e31853 fix NullPointerException when address already in use 
(#10785)
     add b09f4555be Add 99-X error codes. (#10787)
     add 55cb82454b remind user to add qos dependency (#10683)
     add d04f03a942 Fix corn job time (#10789)
     new 9e20a5ac9d Merge branch 'apache-3.1' into apache-3.2

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:
 .github/workflows/build-and-test-pr.yml            | 74 ++++++++++++----------
 .github/workflows/build-and-test-scheduled-3.0.yml | 55 ++++++++--------
 .github/workflows/build-and-test-scheduled-3.1.yml | 71 +++++++++++----------
 .github/workflows/build-and-test-scheduled-3.2.yml | 71 +++++++++++----------
 .../common/constants/LoggerCodeConstants.java      |  2 +
 .../apache/dubbo/config/context/ConfigManager.java |  8 +++
 .../dubbo/config/utils/ConfigValidationUtils.java  | 14 +++-
 .../config/utils/ConfigValidationUtilsTest.java    | 67 +++++++++++++++++++-
 .../dubbo-demo-xml/dubbo-demo-xml-provider/pom.xml |  4 ++
 .../src/main/resources/dubbo.properties            |  4 +-
 .../dubbo/remoting/transport/AbstractServer.java   |  2 +-
 ...aultPropertiesEnvironmentPostProcessorTest.java | 12 ++--
 ...oDefaultPropertiesEnvironmentPostProcessor.java |  2 +-
 ...aultPropertiesEnvironmentPostProcessorTest.java | 12 ++--
 14 files changed, 249 insertions(+), 149 deletions(-)

Reply via email to