-
Notifications
You must be signed in to change notification settings - Fork 686
Disable autoscan of config classes; Check for well known config FQN by default #4282
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
Conversation
This PR disables the config lookup by classgraph scanning. |
When will this be tagged & released please? |
You can use the snapshot that's auto built on every merge.
…On Tue, 13 Aug 2024, 9:26 am 1Mark, ***@***.***> wrote:
When will this be tagged & released please?
—
Reply to this email directly, view it on GitHub
<#4282 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFVSGRSSEVKI3V4Z5PRXTDZRIJRXAVCNFSM6AAAAABMKN4W2WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBWGM4TIOJSGU>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
I love how we went back and forth on this feature over the releases |
I'd love to see it coming back via a compiler plugin with a zero performance penalty. |
Fixes #3895 caused by poor performance
Fixes #4112 too possibly.
Fixes #3746