Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartabatch-dev] Generics need to move post-EE9

I like the idea of having a generic extension. Feel free to create a new branch, either just for this or even a "2.1-dev" branch (or just a PR). (Or we can just reference the BatchEE artifacts while we're discussing).

------------------------------------------------------
Scott Kurz
WebSphere Batch and Developer Experience
skurz@xxxxxxxxxx
--------------------------------------------------------


Inactive hide details for Romain Manni-Bucau ---03/11/2020 09:16:59 AM---Right, this can be enhanced by enforcing compile type Romain Manni-Bucau ---03/11/2020 09:16:59 AM---Right, this can be enhanced by enforcing compile type checks but rational was that it shouldn't chan

From: Romain Manni-Bucau <rmannibucau@xxxxxxxxx>
To: jakartabatch developer discussions <jakartabatch-dev@xxxxxxxxxxx>
Date: 03/11/2020 09:16 AM
Subject: [EXTERNAL] Re: [jakartabatch-dev] Generics need to move post-EE9
Sent by: jakartabatch-dev-bounces@xxxxxxxxxxx





Right, this can be enhanced by enforcing compile type checks but rational was that it shouldn't change much actually since these methods are never called in user land and code generally delegates to another "service" which is typed. Main impacting part for the users is the data "injections", not the outcome.

That said, the point was mainly the fact we don't need any breaking change to get this feature in and this remains valid ;).

Romain Manni-Bucau

@rmannibucau |  Blog | Old BlogGithub | LinkedIn | Book


Le mer. 11 mars 2020 à 14:12, Martijn Dashorst <martijn.dashorst@xxxxxxxxx> a écrit :

Back to the top