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

[build] Skip javadoc task for pulsar-client-kafka-compact modules #5836

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

sijie
Copy link
Member

@sijie sijie commented Dec 10, 2019

Fixes #5835

Motivation

pulsar-client-kafka-compact depends on pulsar-client implementation hence it pulls in
protobuf dependencies. This results in class file for com.google.protobuf.GeneratedMessageV3 not found
errors when generating javadoc for those modules.

Modifications

Skip javadoc tasks for these modules. Because:

  • pulsar-client-kafka-compact is a kafka wrapper. Kafka already provides javadoc for this API.
  • we didn't publish the javadoc for this module.

*Motivation*

pulsar-client-kafka-compact depends on pulsar-client implementation hence it pulls in
protobuf dependencies. This results in `class file for com.google.protobuf.GeneratedMessageV3 not found`
errors when generating javadoc for those modules.

*Modifications*

Skip javadoc tasks for these modules. Because:

- pulsar-client-kafka-compact is a kafka wrapper. Kafka already provides javadoc for this API.
- we didn't publish the javadoc for this module.
@sijie sijie added this to the 2.5.1 milestone Dec 10, 2019
@sijie sijie self-assigned this Dec 10, 2019
@sijie
Copy link
Member Author

sijie commented Dec 20, 2019

retest this please

2 similar comments
@sijie
Copy link
Member Author

sijie commented Dec 24, 2019

retest this please

@sijie
Copy link
Member Author

sijie commented Jan 1, 2020

retest this please

@sijie
Copy link
Member Author

sijie commented Jan 8, 2020

run java8 tests
run integration tests

@sijie sijie merged commit 97f9431 into apache:master Jan 14, 2020
@sijie sijie deleted the disable_javadoc_for_kafka_client branch January 14, 2020 13:13
@sijie sijie modified the milestones: 2.5.1, 2.6.0 Jan 22, 2020
tuteng pushed a commit to AmateurEvents/pulsar that referenced this pull request Feb 23, 2020
…ache#5836)

*Motivation*

pulsar-client-kafka-compact depends on pulsar-client implementation hence it pulls in
protobuf dependencies. This results in `class file for com.google.protobuf.GeneratedMessageV3 not found`
errors when generating javadoc for those modules.

*Modifications*

Skip javadoc tasks for these modules. Because:

- pulsar-client-kafka-compact is a kafka wrapper. Kafka already provides javadoc for this API.
- we didn't publish the javadoc for this module.
tuteng pushed a commit to AmateurEvents/pulsar that referenced this pull request Mar 21, 2020
…ache#5836)

*Motivation*

pulsar-client-kafka-compact depends on pulsar-client implementation hence it pulls in
protobuf dependencies. This results in `class file for com.google.protobuf.GeneratedMessageV3 not found`
errors when generating javadoc for those modules.

*Modifications*

Skip javadoc tasks for these modules. Because:

- pulsar-client-kafka-compact is a kafka wrapper. Kafka already provides javadoc for this API.
- we didn't publish the javadoc for this module.

(cherry picked from commit 97f9431)
tuteng pushed a commit that referenced this pull request Apr 13, 2020
)

*Motivation*

pulsar-client-kafka-compact depends on pulsar-client implementation hence it pulls in
protobuf dependencies. This results in `class file for com.google.protobuf.GeneratedMessageV3 not found`
errors when generating javadoc for those modules.

*Modifications*

Skip javadoc tasks for these modules. Because:

- pulsar-client-kafka-compact is a kafka wrapper. Kafka already provides javadoc for this API.
- we didn't publish the javadoc for this module.

(cherry picked from commit 97f9431)
jiazhai pushed a commit to jiazhai/pulsar that referenced this pull request May 18, 2020
…ache#5836)

*Motivation*

pulsar-client-kafka-compact depends on pulsar-client implementation hence it pulls in
protobuf dependencies. This results in `class file for com.google.protobuf.GeneratedMessageV3 not found`
errors when generating javadoc for those modules.

*Modifications*

Skip javadoc tasks for these modules. Because:

- pulsar-client-kafka-compact is a kafka wrapper. Kafka already provides javadoc for this API.
- we didn't publish the javadoc for this module.
(cherry picked from commit 97f9431)
huangdx0726 pushed a commit to huangdx0726/pulsar that referenced this pull request Aug 24, 2020
…ache#5836)

*Motivation*

pulsar-client-kafka-compact depends on pulsar-client implementation hence it pulls in
protobuf dependencies. This results in `class file for com.google.protobuf.GeneratedMessageV3 not found`
errors when generating javadoc for those modules.

*Modifications*

Skip javadoc tasks for these modules. Because:

- pulsar-client-kafka-compact is a kafka wrapper. Kafka already provides javadoc for this API.
- we didn't publish the javadoc for this module.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exception is thrown when generating javadoc for apache-kafka wrappers.
3 participants