pandaapo

Results 27 issues of pandaapo

Fixes #2105. Changes proposed in this pull request: - When no job configuration can be loaded, throw more readable JobConfigurationExecption, not NullPointerExecption.

### Describe what this PR does / why we need it Remove some invalid test cases which depend on Nacos server. Because no Nacos server now. ### Does this pull...

Fix the issue #3940 * Change the hardcoding method of writing version in `ProcessEngine` class to fetch from the pom file automatically. Use `` configuration provided by maven and `@project.version@`...

Fixes #3940. * Change the hardcoding of version in `ProcessEngine` to fetch from the pom file automatically. Use `` configuration provided by maven and `@project.version@` in projectVersion.properties file to get...

## What is the purpose of the change Fixes #10709 ## Brief changelog Mark Dubbo Module if is spring managed. Wait the module bound to Spring to be handled by...

## What is the purpose of the change Fixes #10682 ## Brief changelog Although configure `dubbo.application.qos-enable=true`, it may not work. You may find provider is started successfully without qos server....

I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository. There is a similar issue #10198. I did as the issue described, but still failed. ### Environment * Dubbo version: branch 3.1...

type/bug

Fixes #741 Make `AbstractFormWriter#isTypeOrCollection()` handle byte[] arrays correctly instead of casting byte[] to object[] directly.

in progress

Fixes #2378 Usage: `watch demo.Foo test -m/maxMatch {the max num of matched class}` Note: when `-m` or `-maxMatch ` is not supplied, the default value is 50.

### Search before asking - [X] I had searched in the [issues](https://github.com/apache/eventmesh/issues?q=is%3Aissue) and found no similar issues. ### Enhancement Request Currently, EventMesh supports two retry strategies for the case of...

enhancement
help wanted