Laird Nelson
Laird Nelson
{shrug} I mean, if there's a method in my class like this: ``` public Frob bozo(Gorp gorp) { return frob(); } ``` ...and my portable extension makes it an observer...
> However, I think that the wording in section 11.3. could be relaxed a bit - I don't think the "before creating contex" part makes sense. I agree. If I...
> > If I remember my history right, there was a time when getReference() was forbidden in here somewhere > > Well that's still there (11.3.), spec says that if...
Ah; may have found it: https://issues.redhat.com/browse/CDI-392
Not _quite_ the right issue but in the general vicinity. Too lazy to dig further. 😄
Would a hypothetical `getContexts(Class
Closing in favor of #8436.
The root cause of this issue was that this test suite, which was written to exercise the `JpaExtension` class, was never amended when the JPA integration was overhauled. #9037 fixes...
I believe (if I remember right!) that you want to test if the `AbstractEvent` is an instance of [`SynchronizationEvent`](https://microbean.github.io/microbean-kubernetes-controller/apidocs/org/microbean/kubernetes/controller/SynchronizationEvent.html). If it is, then it's an event that is getting the...
(Bear in mind the Go code is the authoritative answer; I've just tried to translate it into Java idiomatically.) Remember that if you set up a synchronization interval, then every...