Zongle Wang

Results 555 comments of Zongle Wang

We can fail the build if the duplicated entries are added in this case. Addressed a new issue to #1551.

I noted the `pom.withXml` stuff in #1546. From historical compatibility, I believe we can't change the behavior of configurations of `shadow`, `implementation`, and `api`. I commented on the related reason...

Yeah, you can run it like a normal jar with `java -jar`. Actually, it still depends on your local JDK, but you can execute it like binary applications like the...

It would be easier to do this if we could migrate the core project build to Gradle, is there any plan to migrate?

May I file a new issue and try to send a PR?

Can you address a reproducer?

A project to reproduce this issue.

Look like you refed `com.mysql.cj.jdbc.Driver` via a string instead of a class, `minimize` step removed `Driver` as it's not refed. You can try out `com.mysql.cj.jdbc.Driver.class.getName()` or declare `exclude` for this...

@kaziasifjawwad What should maven-shade-plugin do for this?