Commit Graph

33 Commits

Author SHA1 Message Date
Chenjp c24eca7e1e
Update gitignore - Eclipse IDE specific conf (#14099)
Those Ecilpse-IDE specific files are generated by mvn eclipse:eclipse.
2024-05-08 11:06:02 +08:00
Chenjp 155c2f2c18
Update .ignore to exclude log files. (#14064)
Ignore custom-access.log and its rotated files.
2024-04-13 13:03:50 +08:00
huazhongming 69edf4ef8c
Dynamically generate native image config (#11795)
* ADD dubbo-maven-plugin

* add dubbo-maven-plugin module

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix license and compiler error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix license and ci error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix ci error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* Remove proxy-config, hard code

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* ignoredModulesInDubboAll

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* throw exception for generated adaptive class sources

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove useless reflect config

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* Dynamically generate native image config for graalvm, and remove the original native image config

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix conflict

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove .git.exec.error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove .git.exec.error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove useless import

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

---------

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-03-14 11:31:48 +08:00
huazhongming 9497802ec3
Dubbo maven plugin with native (#11540)
* ADD dubbo-maven-plugin

* add dubbo-maven-plugin module

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix license and compiler error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix license and ci error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix ci error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* Remove proxy-config, hard code

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* ignoredModulesInDubboAll

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* throw exception for generated adaptive class sources

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

---------

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-02-26 15:14:11 +08:00
Simon Convent efb83f8285
Bump Maven Wrapper to 3.8.7 (#11260) 2023-01-12 10:16:56 +08:00
huazhongming c5815be7b6
Fix native image compile failure and run binary package failure (#11066)
* fix native image failed

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix native image failed

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove import

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2022-12-05 11:56:37 +08:00
Pin Xiong fa675d4723
fix: Fix the bug of downloading zk binary file (#9274)
* fix: Fix the bug of downloading zk binary file

1. Avoid the concurrence when donwloading zookeeper binary file
2. Destroy the process after stopped zookeeper instance in Unix OS
3. Support to provide zookeeper binary file by use self and avoid to download zookeeper binary file

see issue: https://github.com/apache/dubbo/issues/9227

* fix: Fix the bug on start and stop global zk

* fix: Fix the bug on download zk binary file.

* fix: Add more log for troubleshooting

* fix: Fix the bug on move file

* fix: Fix the bug on create target directory

* fix: Fix the exception on AtomicMoveNotSupportedException

* fix: Fix the bug on start global zk in Windows OS

* perf: Rename the directory's name from test to .tmp

* perf: Optimize the code and set timeout when download zk binary archive

* perf: Use AsyncHttpClient to download the zookeeper binary archive
2021-11-18 22:02:38 +08:00
Xiong, Pin 87bc352bc3
feat: add triple demo (#7540) 2021-06-09 00:01:58 +08:00
Mercy Ma e4c7330d98
add visual-studio-code ignore (#6221) (#6287)
(cherry picked from commit 83afabeda1)

Co-authored-by: oaoit <oaoist@gmail.com>
2020-06-08 11:02:41 +08:00
mercyblitz 5ba121de08 Revert "add visual-studio-code ignore (#6221)"
This reverts commit 83afabeda1.
2020-06-04 16:31:37 +08:00
oaoit 83afabeda1
add visual-studio-code ignore (#6221) 2020-06-02 11:32:12 +08:00
LiosWong 4ba258044f
remove duplicate .flattened-pom.xml from .gitignore (#5897) 2020-03-22 11:38:37 +08:00
cvictory 95ea6c9ec8 support configcenter config and refactor ConfigPostProcessor (#5579) 2020-01-16 15:22:42 +08:00
ken.lj 6d3bbb02e7 ignore compile/.gradle 2019-10-28 20:42:01 +08:00
ken.lj 62e204e424 Merge branch 'cloud-native' into master-merged-performance-cloudnative 2019-10-10 21:15:18 +08:00
ken.lj 4ae5372728 add new items to .gitignore 2019-09-17 15:53:50 +08:00
ken.lj 6b86651ee7 Protobuf service definition and serialization support 2019-09-17 15:50:18 +08:00
ken.lj 9f5cc83d34 Merge branch '3.x-dev' 2019-08-30 17:31:01 +08:00
ken.lj 374899c839 add gRPC framework support 2019-08-28 22:38:00 +08:00
Huxing Zhang 9bf51e5ec1
Improve license check script (#4196) 2019-08-04 10:39:50 +08:00
Huang YunKun 3fc69095cf Add dependencies check script (#3941)
* add plugin to do dependencies check
* remove third-party properties file
* polish config
* polish config
* use missing info in bash
2019-05-22 10:57:19 +08:00
jefflv 0d0ad0ab64 performance improve for DefaultFuture and AsyncToSyncInvoker (#4085) 2019-05-21 14:50:25 +08:00
ken.lj 3a5f9054fa Ignore flatten related files. (#3885) 2019-04-18 10:51:41 +08:00
Huxing Zhang 5a3b1553dd Remove .orig file and update gitigonre. 2018-05-20 14:41:34 +08:00
ken.lj 17a44bc36d Reformat code 2017-12-13 10:25:34 +08:00
weipeng2k b3bd0aeb86 feat: 增加maven-wrapper,用户可以使用自己的maven,应用工程构建时将会使用工程的maven版本 2017-10-09 14:37:00 +08:00
liangfei0201 c04145693c add system ignore 2012-07-17 11:25:07 +08:00
liangfei0201 dc735c52c3 modify ignore file 2012-07-05 22:07:33 +08:00
liangfei0201 83d48a77d5 modify ignore file 2012-07-05 22:03:00 +08:00
oldrat c4030ada95 add *.log to git ignore 2012-06-29 17:29:02 +08:00
kimi 623bfc3c67 把dubbo.log添加到ignore列表 2012-06-25 10:43:03 +08:00
kimi 68b7efdbaa update .gitignore 2012-06-19 18:30:34 +08:00
kimi 0d725cb33e add .gitignore 2012-06-19 16:14:53 +08:00