From owner-freebsd-ports@freebsd.org Wed Jan 1 15:49:09 2020 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 773A21D8C1C for ; Wed, 1 Jan 2020 15:49:09 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47nwZY3HFjz42T8; Wed, 1 Jan 2020 15:49:09 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from [192.168.0.5] (unknown [181.52.72.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: pfg) by smtp.freebsd.org (Postfix) with ESMTPSA id E6A0D2F6FF; Wed, 1 Jan 2020 15:49:08 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Subject: Re: svn commit: r521562 - in head/java: . wildfly17 wildfly17/files To: Simeo Reig Cc: Kurt Jaeger , freebsd-ports@freebsd.org References: <201912301828.xBUISOHL074374@repo.freebsd.org> From: Pedro Giffuni Organization: FreeBSD Message-ID: <43942a07-d03b-b668-7ea8-f1c1c630c233@FreeBSD.org> Date: Wed, 1 Jan 2020 10:49:10 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jan 2020 15:49:09 -0000 Hi Simeo; On 01/01/2020 09:42, Simeo Reig wrote: > Hi all, > > Pedro´s question could make sense in a regular environment but this is > Java world!. Still nowadays there are not so few companies running > java 7/java EE7 despite we have java 13/Jakarta EE8. > Hmm ... that is reasonable and surely justifies having your versioning scheme. Do note however, that we deprecated Java 7 and anything before that in the ports tree so those ports should be deprecated. People can still install and use older versions manually, of course. > In official Wildfly page, https://wildfly.org/downloads , you can see > there is still available from Wildfly 8 since the last Wildfly 18 > more, summing more  than twenty versions all maintained. > > > Why? some versions are javaEE7 certified, some javaEE8 and some others > jakartaEE8. Some can use jdk7, some jdk8 and others can use last > jdk11.  Some have microprofile included, some other no etcetera. Java > EE has moved from oracle to eclipse fundation, there have been more > changes in last two years than last twenty and therefore many > companies are stilln adapting their code. > Very interesting indeed. C++ has also been changing a lot. > By the way, thanks for your comments Pedro and commit new version Kurt. > Thanks for the explanation, Pedro. > Simeó Reig > > On Wed, 1 Jan 2020, 14:01 Simeo Reig, > wrote: > > Hi all, > >   Pedro´s question could make sense in a regular environment but > this is Java world!. Still nowadays there are not so few companies > running java 7/java EE7 despite we have java 13/Jakarta EE8. > > In official Wildfly page, https://wildfly.org/downloads , you can > see there is still available from Wildfly 8 since the last > Wildfly 18 more, summing more  than twenty versions all maintained. > > > Why? some versions are javaEE7 certified, some javaEE8 and some > others jakartaEE8. Some can use jdk7, some jdk8 and others can use > last jdk11.  Some have microprofile included, some other no > etcetera. Java EE has moved from oracle to eclipse fundation, > there have been more changes in last two years than last twenty > and therefore many companies are stilln adapting their code. > > By the way, thanks for comments Pedro and commit new version Kurt. > > Simeó Reig > > > > On Mon, 30 Dec 2019, 19:35 Pedro Giffuni, > wrote: > > > On 30/12/2019 13:28, Kurt Jaeger wrote: > > Author: pi > > Date: Mon Dec 30 18:28:24 2019 > > New Revision: 521562 > > URL: https://svnweb.freebsd.org/changeset/ports/521562 > > > > Log: > >    New port: java/wildfly17 > > > >    WildFly is a flexible, lightweight, managed application > >    runtime that helps you build amazing applications. > >    WildFly - new name for JBoss Application Server > > > >    Fast Startup > >    Small Footprint > >    Modular Design > >    Unified Configuration and Management > > > >    And of course Java EE / Jakarta EE! > > > >    WWW: https://wildfly.org/ > > > >    This is the first Wildfly with JAKARTA EE8 full support. > > > >    PR:                242962 > >    Submitted by:      Simeo Reig > > > > > Added: > >    head/java/wildfly17/ > >       - copied from r521432, head/java/wildfly16/ > >    head/java/wildfly17/files/wildfly17.in > >       - copied unchanged from r521432, > head/java/wildfly16/files/wildfly16.in > > Deleted: > >    head/java/wildfly17/files/wildfly16.in > > Modified: > >    head/java/Makefile > >    head/java/wildfly17/Makefile > >    head/java/wildfly17/distinfo > >    head/java/wildfly17/files/pkg-message.in > > >    head/java/wildfly17/pkg-descr > >    head/java/wildfly17/pkg-plist > > > > Modified: head/java/Makefile > > > ============================================================================== > > --- head/java/Makefile        Mon Dec 30 18:16:59 2019      >   (r521561) > > +++ head/java/Makefile        Mon Dec 30 18:28:24 2019      >   (r521562) > > @@ -125,6 +125,7 @@ > >       SUBDIR += wildfly14 > >       SUBDIR += wildfly15 > >       SUBDIR += wildfly16 > > +    SUBDIR += wildfly17 > >       SUBDIR += wildfly90 > >       SUBDIR += xdoclet > > > > Not complaining, but I wonder why we have so many versioned ports > instead of having just one wildfly and wildfly-devel. wildfly > 18 is > available, BTW. > > Pedro. > >