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

[Feature][Connector-V2][Jira]Add Jira source connector #3473

Merged
merged 14 commits into from
Nov 24, 2022

Conversation

liugddx
Copy link
Member

@liugddx liugddx commented Nov 19, 2022

Purpose of this pull request

Check list

@liugddx liugddx marked this pull request as draft November 19, 2022 08:12
# Conflicts:
#	plugin-mapping.properties
#	seatunnel-connectors-v2/connector-http/pom.xml
#	seatunnel-e2e/seatunnel-connector-v2-e2e/connector-http-e2e/pom.xml
@liugddx liugddx marked this pull request as ready for review November 22, 2022 01:54

@Slf4j
@AutoService(SeaTunnelSource.class)
public class JiraSource extends HttpSource {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add method?

    @Override
    public Boundedness getBoundedness() {
        if (JobMode.BATCH.equals(jobContext.getJobMode())) {
            return Boundedness.BOUNDED;
        }
        throw new UnsupportedOperationException(xxx);
    }

liugddx and others added 4 commits November 22, 2022 11:06
…c/test/java/org/apache/seatunnel/e2e/connector/http/HttpJiraIT.java

Co-authored-by: hailin0 <hailin088@gmail.com>
…c/test/java/org/apache/seatunnel/e2e/connector/http/HttpJiraIT.java

Co-authored-by: hailin0 <hailin088@gmail.com>
…c/test/java/org/apache/seatunnel/e2e/connector/http/HttpJiraIT.java

Co-authored-by: hailin0 <hailin088@gmail.com>
Co-authored-by: hailin0 <hailin088@gmail.com>
@liugddx liugddx requested a review from hailin0 November 22, 2022 10:11
}

source {
Lemlist {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jira?

@liugddx liugddx requested a review from hailin0 November 22, 2022 11:37
hailin0
hailin0 previously approved these changes Nov 23, 2022
@liugddx
Copy link
Member Author

liugddx commented Nov 23, 2022

Resolve the conflict.@hailin0 @Hisoka-X PTAL ,thanks.

@Hisoka-X Hisoka-X merged commit fb40162 into apache:dev Nov 24, 2022
@liugddx liugddx deleted the connector-v2-jira branch November 24, 2022 08:54
@liugddx
Copy link
Member Author

liugddx commented Nov 24, 2022

#3018

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.

None yet

3 participants