Michael Kroll
Michael Kroll
> As said elsewhere, these redesigns will not happen before Conversations 3.0 afaik. see https://github.com/iNPUTmice/Conversations/issues/4189#issuecomment-947409371
On my phone i had to configure 3 settings: - allow conversations to run in background - allow conversations to use mobile data in background - ...also in data savings...
The eclipse-cs repository currently is over 300MB, mainly because of files like these in the history: ``` 94b486c59c05 23MiB net.sf.eclipsecs.checkstyle/checkstyle-8.20-all.jar f7fff4c013fe 23MiB net.sf.eclipsecs.checkstyle/checkstyle-8.19-all.jar 090187882420 11MiB net.sf.eclipsecs.checkstyle/checkstyle-8.32-all.jar 494fd60dcca0 11MiB net.sf.eclipsecs.checkstyle/checkstyle-8.31-all.jar ......
@romani i noticed something weird: the contents of net.sf.eclipsecs.checkstyle/checkstyle-8.32-all.jar differs from what seems to be its source: https://github.com/checkstyle/checkstyle/releases/download/checkstyle-8.32/checkstyle-8.32-all.jar There are a lot of additional classes in there: - commons beanutils...
Thanks for pointing me there. Now i see the why and how. > `-all.jar` is not compliant with maven rules on jars, so it is not in maven repo, but...
The tycho/maven partnership is a bit disapponting. I am new to it, but this is what i found: https://wiki.eclipse.org/Tycho/How_Tos/Dependency_on_pom-first_artifacts#It_is_not_possible_to_mix_pom-first_and_manifest-first_projects_in_the_same_reactor_build. > [Tycho] Dependency resolution happens very early during maven build, before...
> I _think_ we would need to use the maven-bundle-plugin to turn checkstyle into an osgi bundle which can then be imported by `net.sf.eclipsecs.checkstyle`. I can give this a try....
If it was intentional, then it is out of sync with `loadUpdateData.file` now, because this still needs the full path!?
I'll try that within the next days. Sorry, current project is on a tight schedule.
Finally found some time to try you suggestion. > Can you switch to With this approach, `installMockForType` fails in `@BeforeAll`: ``` javax.enterprise.inject.UnsatisfiedResolutionException: No bean found for required type [interface com.example.ExamplePortType]...