Andrew Rouse

Results 47 comments of Andrew Rouse

> > adding a method to the beans which returns a priority and sorting the instances using that > > This sounds familiar; I think we discussed this in the...

It would seem odd if we used "eager" to mean "created at startup", rather than "created eagerly". I would expect an "eager" `@RequestScoped` bean, to be created at the start...

My other thought is that, if eager initialization is only going to be used to run something at startup, then observing `Startup` to run something at startup is far more...

> +1 for `@Eager` as shortcut to `@Overserves @Initialized(SomeScope) Object event` I quite like this because it's general and can be easily generalised to any normal scope which fires an...

I'll add the analysis I put on the discussion on the PR: 1. We have no spec requirements for `SecurityManager` 2. Our API classes do not extend, implement or reference...

> Can you eleborate on that? The plan AFAIK was firmly in place. We just forgot to act on it for CDI 4.1, right? There is no plan to remove...

Hi, can you clarify what the problem is? Reading your issue, I'm not sure which of the following you're saying is wrong: - `ManagedExecutorService.runAsync` throws an exception if you call...

Do you have the output from the console where you ran `mvn liberty:dev` as well? That should show what the maven plugin was attempting to do when the server shut...

`TestUtils.java~` looks like a backup file that some editors create while editing a file. For example, when I save a file named `file` on my machine with `vim`, it will...

Notes from call 11 March: Example uses: - JAX-RS resource methods - returning `CompletionStage` - accepting an `AsyncResponse` argument - Kotlin suspend methods We could add something onto the invoker...