Swaraj
Swaraj
@draco-malfoy there are some checkstyle violations in the new class which is causing the build checks to fail (you can find them in build logs)
Seems related to issue in past https://github.com/jhipster/jhipster-online/issues/281
I think this can be fixed if we strip off query params before stubbing in the"urlPathEqualTo" method, to allow only path part further. @tomakehurst Can i submit a PR for...
@sandarsh Isnt the purpose of "urlPathEqualTo" to match only the path and not the query params? For matching query params, there exists urlEqualTo and urlMatching. Currently urlPathEqualTo doesnt match if...
Hey folks @murdos @pascalgrimaud , Can i pick this one? **Approach**:- 1. Replace the `h2` jdbc url references in `SpringLiquibaseUtilTest` with one that is actually being used in the app...
@pascalgrimaud Isn't sonar dependency now managed with renovate? I guess this issue can be closed then. Last PR for sonar:- https://github.com/jhipster/jhipster-lite/pull/9068
Can you explain your issue with some logs or code snippet @dharmendra794 ?
Right now, that is not supported, for a workaround you can use your own listeners in the library's listener for now.
Looks promising. Next version will be with SMS Retriever API
That is probably because currently only one listener is supported. You can use one listener and emit events from that to your 2 activities as a workaround