Thomas Keller

Results 57 issues of Thomas Keller

* Have your main application class derive from `dagger.android.DaggerApplication` * Implement `applicationInjector()` to return the `AndroidInjector` * Partial reflection setup * Dagger: 2.28.3, Delect 0.3.0 (Dagger-Reflect-latest) ``` java.lang.RuntimeException: Unable to...

bug

Builds do still run apparently, but Jenkins points me at the fact that there are "outdated job configurations" of basically all managed jobs that it needs to update.

When I setup an archiveArtifacts publisher, similar to this ``` jenkins { templates { foo { dsl { publishers { archiveArtifacts('**/*.jar') } } } } } ``` then Gradle crashes...

I have an XML template that contains a single publisher XML snippet that I want to dynamically expand to multiple instances of the same snippet, but of course with different...

Robolectric allows to place its configuration in a special config file `org.robolectric.Config.properties` that usually resides in `src/test/resources`. While this is correctly picked up when I execute `./gradlew test` on command...

wontfix

Thanks for this cool library! Are you planning to support RxJava3 anytime?

The aforementioned method resets the scope to `MainCoroutineScope()`, whereas the original scope was `MainImmediateCoroutineScope()`.

Alternative to #3487

If a non-`IOException`-derived exception is thrown from an OkHttp interceptor, an RxJava3 call adapter stalls indefinitely and does not signal the exception downstream. (This used to work with the RxJava2...

Note: **Until supported, [there is a workaround](https://github.com/objectbox/objectbox-java/issues/960#issuecomment-1711252548).** --- With OkHttp3 4.x on the build classpath (`buildSrc`, `build-conventions`, ...) and the (closed source) `objectbox-gradle-plugin` being on the same classpath as well,...

enhancement