dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

The java implementation of Apache Dubbo. An RPC and microservice framework.

Results 846 dubbo issues
Sort by recently updated
recently updated
newest added

fix spi has just one impl and annotated @Adaptive on class,cause ioc invalid ## What is the purpose of the change When the interface class of spi has only one...

help wanted
type/discussion

## What is the purpose of the change Specify the jsr310 time format based on the configuration when generic invoke ## Verifying this change org.apache.dubbo.spring.boot.context.event.Jsr310ConverterApplicationListenerTest

type/proposal

## What is the purpose of the change ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change (usually...

type/enhancement

## What is the purpose of the change - Add comments in `RandomLoadBalance` to make it easier for people to understand its logic. - Rewrite a part of its logic...

type/enhancement

Moved from #13334 due to branch operation error. ## What is the purpose of the change fix #13327 - `dubbo.jstack-dump.max-line` can be used to indicate that all stack trace lines...

type/proposal
type/enhancement

## What is the purpose of the change Support I/O Uring ## Brief changelog ## Verifying this change ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for...

type/proposal

## What is the purpose of the change Reformat codes and comments in AbstractConditionMatcher to improve readability. The previous code used three ifs to separately indicate what should be done...

type/enhancement

## What is the purpose of the change? Ref: #15332 ## Checklist - [x] Make sure there is a [GitHub_issue](https://github.com/apache/dubbo/issues) field for the change. - [x] Write a pull request...

help wanted
type/proposal

## What is the purpose of the change Fix #13743 1、getLocalAddress0() 优先获得IPv4地址,再尝试获得IPv6地址,都获取不到时不再校验getLocalHost的有效性 2、getLocalHost() 只计算一次IP地址,如果getLocalAddress() 返回null, 则用LOCALHOST_VALUE赋值,避免大量的重复计算

type/proposal