ha9u63a7
ha9u63a7
The following code generates a query successfully `CurrencyQuery query = CurrencyQueryBuilder.of().setProviderName("ProviderClassName").setCurrencyCodes("CNH").build(); ` But when the appropriate CurrencyProvider imp is loaded and getCurrencies(CurrencyQuery) is invoked, the following code results into NPE....
## Description 1. We use lab-3.4.3 as our base image in our Dockerfile and build our own jupyter for deployment 2. When we tried to upgrade from lab-3.4.3 to lab-3.4.4...
Hello, We would like to know when a release will be made for this API with relation to slack conversational API changes. https://api.slack.com/changelog/2020-01-deprecating-antecedents-to-the-conversations-api We are being blocked from an upgrade...
Hello, After checking out the project and calling `gradle build` I am seeing the following error ``` * What went wrong: A problem occurred evaluating project ':simpleslackapi-lib'. > Could not...
Hello, Between Guicey 5.1.0 and 7.0.0, I can see you have introduced `isAcceptableClass()` in OReflectionHelper scanning logic. What is the reason behind this please? Becuase this is breaking a lot...