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

refactor(binding/java)!: rename blocking and async operator #4641

Merged
merged 5 commits into from
May 26, 2024

Conversation

tisonkun
Copy link
Member

@tisonkun tisonkun commented May 25, 2024

See the commit message.

This closes #4629.

Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
Signed-off-by: tison <wander4096@gmail.com>
@tisonkun tisonkun changed the title refactor: rename blocking and async operator refactor(binding/java)!: rename blocking and async operator May 25, 2024
@tisonkun tisonkun requested review from Xuanwo and G-XD May 25, 2024 12:23
Copy link
Member

@Xuanwo Xuanwo left a comment

Choose a reason for hiding this comment

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

Thanks!

@Xuanwo Xuanwo merged commit 8d181ef into apache:main May 26, 2024
57 checks passed
@tisonkun tisonkun deleted the java-rename-op branch June 5, 2024 00:15
George-Miao pushed a commit to George-Miao/opendal that referenced this pull request Jun 5, 2024
)

* refactor: Operator to AsyncOperator

Signed-off-by: tison <wander4096@gmail.com>

* refactor: BlockingOperator to Operator

Signed-off-by: tison <wander4096@gmail.com>

* follow up refactors in Java code

Signed-off-by: tison <wander4096@gmail.com>

* follow up refactors in Rust code

Signed-off-by: tison <wander4096@gmail.com>

* add upgrade guide

Signed-off-by: tison <wander4096@gmail.com>

---------

Signed-off-by: tison <wander4096@gmail.com>
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.

Rename Java's BlockingOperator as Operator and the original async Operator as AsyncOperator
2 participants