Migrating from 0.9.10 to 0.10.2, forPackage does not honor full package name as filter?
See original GitHub issueIf I do this:
ConfigurationBuilder builder = new ConfigurationBuilder()
.forPackages(packageNamePrefixes)
.setScanners(
Scanners.TypesAnnotated,
Scanners.FieldsAnnotated,
Scanners.MethodsAnnotated
);
Internally, it seems to convert the package names to URL’s, and in the process loses crucial information about the package I’m interested in scanning.
If I only want to scan a subset of packages (let’s say hs.ddif.plugins.test.project
) version 0.10.2 will now also find types in hs.ddif.plugins
. Version 0.9.10 doesn’t do this – it correctly filters by the package given.
Is this intended? What’s the new way of achieving a package filter?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
choco-wiki/ReleaseNotesChocoCli.md at master · chocolatey ...
Moving to "asInvoker" means that Chocolatey will not ask for elevated privileges prior to execution, so you will need to remember to do...
Read more >Chocolatey 0.10.2
Chocolatey is software management automation for Windows that wraps installers, executables, zips, and scripts into compiled packages.
Read more >Fully change package name including company domain
1) Open the project folder in Android Studio. · 2) Select app folder -> Right click, and select refactor. · 3) Click on...
Read more >Bug listing with status RESOLVED with resolution INVALID as ...
... "Feedback system for package installs" status:RESOLVED resolution:INVALID ... Bug:13350 - ""My bugs" does not handle '+' in user names" status:RESOLVED ...
Read more >f40f58bd92219adf1a42e4b8914...
new upstream version - fix a few tests so they do not need to execute gpg-agent ... 1.3-2 - package name with -fonts...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you though for releasing 0.10.2 – I finally managed to upgrade from 0.9.10 and get rid of the guava dependency 😃
Thanks for that suggestion, integrated with some minor changes: https://github.com/hjohn/hs.ddif/commit/6495453c8d726b26b8e063fa11fd582d5d598958