Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] A bit of an update on GlassFish 6.0

Hi,

There's a couple of implementations available, like Mojarra and Soteria. However, these have completely not been tested, as they need, for instance, the Servlet implementation in the Jakarta namespace.

Probably to get the work going, we should as Steve suggested before, start committing things in master and ignoring the tests for now. They'll all fail for a while then.

When everything is in place, we can look at fixing the tests wherever they fail. This is not a "nice" approach though, but might be the fastest way to move this forward.

In order to do so, we must disable the tests, and only rely on the build passing (which includes some minimal amount of testing).

Thoughts?

Kind regards,
Arjan














On Mon, Apr 6, 2020 at 4:53 PM Lukas Jungmann <lukas.jungmann@xxxxxxxxxx> wrote:
Hi,

On 4/6/20 4:39 PM, Steve Millidge (Payara) wrote:
> To summarise when trying to move GlassFish to the jakarta namespace we
> are becoming blocked on upstream implementation projects. We aren’t
> committers on a large number of these projects so can’t make RC
> releases. Does anybody know how we can track when these projects make an
> RC release?

probably not exactly what you are looking for but some jenkins job
creating a PR against glassfish repo or sending heads up email to some
list/people built around 'mvn -U -C versions:display-property-updates
-Pstaging' could do the trick. At least this is something I have in
couple of projects and it works well in protecting projects against
human forgetfulness.

thanks,
--lukas

>
> Steve Millidge
>
> Payara
>
>
> _______________________________________________
> glassfish-dev mailing list
> glassfish-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev
>
_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top