Ruslan Stelmachenko

Results 86 comments of Ruslan Stelmachenko

> A little question, I think public is not necessary maybe? `public` is required because integration tests for these autoconfigurations are in the separate sibling package now, and these tests...

> But why the pull request haven't been accepted yet? I don't know. Without this fix autoconfiguration just doesn't work in any version after 0.25.2. The workaround it simple, though:...

This bug is still relevent on last version of Gretty (release 1.4.2 at 17 Mar 2017). The presense of this line ``` compile "org.slf4j:slf4j-log4j12:1.7.25" ``` causes [this](https://www.slf4j.org/codes.html#log4jDelegationLoop) error at startup:...

I'm not sure why the clone of relationship is necessary in the first place (see comments to this commit where this behavior was introduced 205bb3f67426a197675ee1b15e445a6066bf3d68), but if we clone the...

Same requirement. The table is not inside my system, it is external DB with external system filling this DB, and I can't change it's DDL.

I see `sendEach*` methods are already [implemented](https://github.com/firebase/firebase-admin-java/commit/d1baee366cebf121aa6d5a62593c08cc26ce97a8) in the `master`. The question is: when 9.2.0 will be released?

In the [FAQ](https://firebase.google.com/support/faq#fcm-depr-multiple-tokens) there is a dedicated topic about sending message to multiple tokens in one request. > Q. Does the HTTP v1 API support sending messages to multiple tokens...

This change assumes the encoding is always UTF-8. But it is not. In my project, the DB connection's encoding is KOI8-R for example (I can't change it to UTF-8 for...

@philwebb What do you mean by > automatically applying @DirtiesContext to Testcontainer tests If you mean that any test class that is annotated with `@Testcontainers` will be automatically marked with...

The related issue is that I want to name my parent modules like `app.home`, `app.models` etc. It is for clearly differentiate them from third party modules which often have names...