Skip to content
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

ARTEMIS-3106 Fixing javadoc build for artemis-amqp-protocol #3543

Closed
wants to merge 1 commit into from

Conversation

clebertsuconic
Copy link
Contributor

The reference between AMQP Protocol and Server was Indirect.
Not having the dependency explictly set ill break Javadoc.

I am reapplying the commit reverted to fix the javadoc build.

Revert "ARTEMIS-3106: remove duplicate artemis-server dependency added in 5313a80"

This reverts commit 3c90c69.

The reference between AMQP Protocol and Server was Indirect.
Not having the dependency explictly set ill break Javadoc.

I am reapplying the commit reverted to fix the javadoc build.

Revert "ARTEMIS-3106: remove duplicate artemis-server dependency added in 5313a80"

This reverts commit 3c90c69.
@clebertsuconic
Copy link
Contributor Author

@gemmellr you reverted this commit (that I am reapplying on this PR).

the dependency was added to fix the javadoc build, as the dependency to Artemis-server between AMQP and server was indirect.

Not having the dependency here will break javadoc build.

if we cannot have the dependency, we would need another approach to fix javadoc here.

@gemmellr
Copy link
Member

Thats odd. The dependency is already there. Maven even complains about it being duplicated and threatens it may break the build in future.

@clebertsuconic
Copy link
Contributor Author

It is odd actually...
I didn't realize it was already there.. all I was doing was fixing javadoc, and I thought it was not there.. hmm...

perhaps it's an ordering thing for javadoc build...?

I guess I could remove the last one, and keep the first.

@gemmellr
Copy link
Member

I guess its an ordering issue. The dependency was already there and is still there at:

<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>artemis-server</artifactId>
<version>${project.version}</version>
</dependency>

Perhaps moving it up to where the one removed is would be the actual change. Though I have no idea why that should matter, I'd guess something else is arguably broken for that to matter.

@gemmellr
Copy link
Member

Cross post :)

@clebertsuconic
Copy link
Contributor Author

let me double check with and without the option.. to make sure I'm not screwing up things

@gemmellr
Copy link
Member

gemmellr commented Apr 14, 2021

Actually, the build passed with my commit...are you sure its broken?

https://github.com/apache/activemq-artemis/actions/runs/748202508

@clebertsuconic
Copy link
Contributor Author

not any more! :)

@clebertsuconic
Copy link
Contributor Author

let me double check.. sorry for the hassle

@clebertsuconic
Copy link
Contributor Author

@gemmellr can you pretend you never saw this PR? I don't know what happened... sorry about that...

@gemmellr
Copy link
Member

Hehe sure I can do that :)

@laeubi
Copy link

laeubi commented Apr 14, 2021

@gemmellr can you pretend you never saw this PR? I don't know what happened... sorry about that...

You should better make ASF Github / Jira bot more silent then as it sends out a mail for every comment here :-D

@clebertsuconic clebertsuconic deleted the javadoc-fix branch July 7, 2021 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants