-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
TypeRegistryConfigurer with @Autowired #1516
Comments
Currently not. To make use of this the type registry has to be created by the To fix this some refactoring is needed. This refactoring is done in develop-v5/BackendServiceLoader. If some one is willing to do the work there is no reason this can't be moved into the current v4 branch. |
Additionally the creation of the |
Hi! Just wondering if this has been prioritized in any way? Working around this issue isn't too hard, but it's ugly. |
From the read me:
And in this case it would require a significant refactor as mentioned before. |
I'm going to consider this resolved by #1458. |
I guess this should be the way of using this new functionality?
Question - are there any jars I can include in my project to try this? I tried with jitpack
But complains related to
|
You may have to build cucumber locally first. We're no longer publishing snapshots - it's rather hard to keep the credentials secure. Also might be worth checking you're not explicitly overriding any transitive dependencies. |
After changing project SDK version and updating maven, it works now. Thanks. Do you know any date or current plan - when this version should be available on maven central repo? |
Not really. This project is almost entirely developed by volunteers and so in addition to the usual unpredictably of software development it heavily depends on the contributions people can make. |
Is it possible to use
@Autowired
spring annotation insideTypeRegistryConfigurer
?Currently I get an error:
The text was updated successfully, but these errors were encountered: