Re: #CyclicDependences with ServiceLoader

2016-11-30 Thread Jochen Theodorou
On 30.11.2016 10:16, Alan Bateman wrote: On 30/11/2016 08:53, Jochen Theodorou wrote: Hi, for my understanding I would like to ask the following: Given: * Module A: uses service S1 and provides service S2 * Module B: uses service S2 and provides service S1 In my understanding this forms a

Re: #CyclicDependences with ServiceLoader

2016-11-30 Thread Alan Bateman
On 30/11/2016 08:53, Jochen Theodorou wrote: Hi, for my understanding I would like to ask the following: Given: * Module A: uses service S1 and provides service S2 * Module B: uses service S2 and provides service S1 In my understanding this forms a cyclic dependency, but since this is not di

#CyclicDependences with ServiceLoader

2016-11-30 Thread Jochen Theodorou
Hi, for my understanding I would like to ask the following: Given: * Module A: uses service S1 and provides service S2 * Module B: uses service S2 and provides service S1 In my understanding this forms a cyclic dependency, but since this is not directly on the API level I am wondering if this