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

Add native support for RSocketExchange. #29877

Closed
wants to merge 1 commit into from
Closed

Add native support for RSocketExchange. #29877

wants to merge 1 commit into from

Conversation

OlgaMaciaszek
Copy link
Contributor

No description provided.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jan 23, 2023
@OlgaMaciaszek
Copy link
Contributor Author

Fixes gh-29377.

@sdeleuze sdeleuze self-requested a review January 23, 2023 17:37
@bclozel bclozel added type: enhancement A general enhancement in: web Issues in web modules (web, webmvc, webflux, websocket) theme: aot An issue related to Ahead-of-time processing and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jan 23, 2023
@bclozel bclozel added this to the 6.0.5 milestone Jan 23, 2023
@bclozel bclozel self-assigned this Jan 30, 2023
@bclozel bclozel closed this in 4beb05d Feb 1, 2023
@bclozel
Copy link
Member

bclozel commented Feb 1, 2023

Thanks a lot @OlgaMaciaszek !

mdeinum pushed a commit to mdeinum/spring-framework that referenced this pull request Jun 29, 2023
This commit introduces new AOT processors that look for
`@RSocketExchange` annotated methods on interfaces implemented by beans
and registers reachability metadata accordingly:

* JDK proxies for the beans themselves
* invocation reflection for annotated methods
* binding reflection for arguments and return types

This allows to compile such clients to Native Images.

Closes spring-projectsgh-29877
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants