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

Resolve bug mentioned in Issue #222 #223

Merged
merged 3 commits into from
Jan 25, 2024
Merged

Conversation

Edwin9292
Copy link
Contributor

Issue #222 mentioned a nullpointer exception when starting the application. After investigating I discovered that this issue came from an unwanted 'matchIfMissing = true' on CacheListener and CacheManager bean instantiation conditions, which I overlooked during local testing.

This pull request removes the unwanted matchIfMissing, and also includes an update of the example testclasses and properties files to make it easier to test it.

Can be tested by removing the 'filter-config-caching-enabled' property from the application.yml and 'filterConfigCache' cache from the cache configuration in an example project and trying to run it. This should now work without problems.

@MarcGiffing MarcGiffing added this to the 0.10.3 milestone Jan 25, 2024
@MarcGiffing MarcGiffing linked an issue Jan 25, 2024 that may be closed by this pull request
@MarcGiffing MarcGiffing merged commit 8a6753a into MarcGiffing:master Jan 25, 2024
4 checks passed
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.

BeanInstantiationException when upgrading to 0.10.2
3 participants