-
Notifications
You must be signed in to change notification settings - Fork 8.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bugfix: fix some problems with zstd
compressor and add the version of the kotlin-maven-plugin
#4220
Conversation
zstd
compressor and add the version of the kotlin-maven-plugin
zstd
compressor and add the version of the kotlin-maven-plugin
Codecov Report
@@ Coverage Diff @@
## develop #4220 +/- ##
==========================================
Coverage 48.98% 48.98%
- Complexity 3774 3775 +1
==========================================
Files 720 720
Lines 24001 24001
Branches 2927 2926 -1
==========================================
+ Hits 11757 11758 +1
+ Misses 11042 11040 -2
- Partials 1202 1203 +1
|
# Conflicts: # changes/1.5.0.md # changes/en-us/1.5.0.md
The version of dependency or plug-in suggests centralized maintenance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll do it in a new PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bugfix: fix some problems with
zstd
compressor and add the version of thekotlin-maven-plugin
BUG修复:修复一些关于
zstd
压缩的问题。另外,做了一些优化:
kotlin-maven-plugin
插件的版本号,否则打包时会出现警告。*.proto
,不打包进jar中,因为已经编译成.class
文件了。additional-spring-configuration-metadata.json
文件,不打包进jar中,因为没什么用处。我在spring-boot开源项目中提了issue,并得到了回答:
Automatically filter
additional-spring-configuration-metadata.json
from Spring Boot-built archives spring-projects/spring-boot#27430