wu-sheng commented on issue #7553: URL: https://github.com/apache/skywalking/issues/7553#issuecomment-904650289
> > Actually, this will not work. Because https://github.com/apache/skywalking/blob/master/apm-commons/apm-util/pom.xml this will trigger a new Maven central push in the release. We can't do it twice. > > What I mean keep both and copy, is removing this at the both side, and move them into another package in the agent and server-util. > > Simply renaming the artifact id to like `apm-util-oap` / `apm-util-agent` can easily resolve the problem, without needs to rename the package, I don't think anyone would import `apm-util-oap` and `apm-util-agent` at the same time in a single project so we don't need to worry about package name conflicts. Yes, that is my meaning about copy. We have `org.apache.skywalking:library-util` already. Moving the codes into there also works. If this is our preference, let me close this issue and milestone. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
