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

GH-335: migrate from Java EE to Jakarta EE #334

Open
wants to merge 1 commit into
base: 2.0.x
Choose a base branch
from

Conversation

prutheus
Copy link

@prutheus prutheus commented Jul 23, 2023

GH-335

Description

Migrate Java EE to Jakarta EE.

Motivation and Context

As the ask-sdk-servlet-support is mostly used in combination with spring-boot, to support the latest spring-boot releases a migration from Java EE to Jakarta EE is required.

@prutheus prutheus changed the title migrate from Java EE to Jakarta EE GH-335: migrate from Java EE to Jakarta EE Aug 15, 2023
@prutheus prutheus force-pushed the migrate-java-ee-to-jakarta-ee branch 2 times, most recently from 5c81c65 to 9034697 Compare September 11, 2023 06:23
Comment on lines +156 to +169
@Override
public boolean isFinished() {
return false;
}

@Override
public boolean isReady() {
return false;
}

@Override
public void setReadListener(ReadListener readListener) {

}
Copy link
Author

Choose a reason for hiding this comment

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

Further refinement required

Comment on lines +187 to +195
@Override
public boolean isReady() {
return false;
}

@Override
public void setWriteListener(WriteListener writeListener) {

}
Copy link
Author

Choose a reason for hiding this comment

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

Further refinement required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant