Skip to content

Fix GrpcClientRegistrationSpec#packageClasses#364

Merged
onobc merged 1 commit intospring-projects:1.0.xfrom
onobc:GH-361-grpc-reg-spec-loop-fix
Jan 28, 2026
Merged

Fix GrpcClientRegistrationSpec#packageClasses#364
onobc merged 1 commit intospring-projects:1.0.xfrom
onobc:GH-361-grpc-reg-spec-loop-fix

Conversation

@onobc
Copy link
Contributor

@onobc onobc commented Jan 28, 2026

Fixes the packageClasses method so that it does not overwrite the other packages. If you pass in A.class and B.class (from separate packages) a string array w/ each class base package string is now returned.

Fixes #361

@PARKPARKWOO PTAL

@onobc onobc added this to the 1.0.2 milestone Jan 28, 2026
@onobc onobc self-assigned this Jan 28, 2026
@onobc onobc added the bug Something isn't working label Jan 28, 2026
@onobc onobc force-pushed the GH-361-grpc-reg-spec-loop-fix branch from 1400b9e to 1cd73df Compare January 28, 2026 02:30
Fixes the `packageClasses` method so that it does not overwrite the
other packages. If you pass in A.class and B.class (from separate
packages) a string array w/ each class base package string is now
returned.

Fixes spring-projects#361

Signed-off-by: onobc <chris.bono@gmail.com>
@onobc onobc force-pushed the GH-361-grpc-reg-spec-loop-fix branch from 1cd73df to 5541007 Compare January 28, 2026 02:38
@onobc onobc merged commit 51c43b1 into spring-projects:1.0.x Jan 28, 2026
6 checks passed
@onobc onobc deleted the GH-361-grpc-reg-spec-loop-fix branch January 28, 2026 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants