Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] [cu-dev] Concurrency TCK deployed to Maven central and available from download not the same?
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Fri, 24 Jun 2022 13:28:08 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=payara.fish; dmarc=pass action=none header.from=payara.fish; dkim=pass header.d=payara.fish; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=+81TqrfV12toV7KCrKTc5vq/PbhaAqeke+S76mqJNcQ=; b=c37o2s22G54Vgd6XFWzeZPjbmeyqkVYKoJfLx++sbXgKkYLSwJ+Pdf5EFO44lxErSCyopxe9mi4UjS4v11g3+D46jHDgjaxbonJ503ohaISrfrnteQN2NwQd8B1scz4uRokihiXUx2KmTVnD/1RJtfv14pVYUU0HG+n6KDlw8x8fUJtpb0EqqfECVmz/pwypRDoZZBlOH1dLnZHXTjxuoEQL1cWQ7WXGwt02B9Hj9CeYktD1dLjoGYnE65A2kgJYGq8OkvudM57KKqyspFsmcFUEvy5l+GAiRW2SJU3K234VIP+tBxAfLE744gYBOo3B7bKjRMbTHsspibb1gIE1Rg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YDoitI6xc/tKw1lPbvtHzVlYKxLFhzWcb+SpDAyGMIBzpr8bL3ocNn/WXYwlqEPeZSOIaitHlPFWffy1db/76z6mIvSle1kLVohuZhb1bnDbQauUsZotD6Cm/HofX1Pbdhek8Z2Av7f+R2791b0KXmWpRkV9ar1sL1lEfnFMeO4Z9WsAyb1Cs9NhZFZ8LgeCwIAqhwLFCKFsAyFlKGa763puuGnEXP9d/wlNBBB1FOyomPhgKjWJc1c6NUUy9AbyoLBx4tpCzYIoLV0d2BbHshgML+ZfaN8E5v7GZXiDdZdGRB9fPhxhRnEQuJH7tTCqZzOPGn2/BeJsgwv5k9XuRA==
  • Delivered-to: jakartaee-tck-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-tck-dev/>
  • List-help: <mailto:jakartaee-tck-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev>, <mailto:jakartaee-tck-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-tck-dev>, <mailto:jakartaee-tck-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYh8xQu3QKzQDLJUGYulf3pfDHO61ejJbA
  • Thread-topic: [jakartaee-tck-dev] [cu-dev] Concurrency TCK deployed to Maven central and available from download not the same?

We (concurrency team) are looking to create a service release. Atm not sure the process to do it so any pointers on documentation on how to do a service release would be appreciated.

 

Steve

 

From: jakartaee-tck-dev <jakartaee-tck-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Marlow
Sent: 24 June 2022 14:11
To: cu developer discussions <cu-dev@xxxxxxxxxxx>; arjan tijms <arjan.tijms@xxxxxxxxx>; jakartaee-tck developer discussions <jakartaee-tck-dev@xxxxxxxxxxx>
Subject: Re: [jakartaee-tck-dev] [cu-dev] Concurrency TCK deployed to Maven central and available from download not the same?

 

I did not know about this.  The Maven Central version should as you note, have a different license (EPL versus EFTL in https://download.eclipse.org/...) but otherwise should be exactly the same.  IMO, the only remedy for this is to publish a new concurrency-tck-3.0.1.zip (or whatever the next version increment is) to both locations.  The EPL TCK can be used for development purposes and the EFTL TCK should be used in compatibility certification requests.

On 6/23/22 8:28 PM, arjan tijms wrote:

Hi,

 

It looks like the 3.0.0 version of the Concurrency TCK differs functionally (and not just the license) between the version uploaded to Maven Central and to the Eclipse download location (https://download.eclipse.org/jakartaee/concurrency/3.0/concurrency-tck-3.0.0.zip).

 

The latter seems to cause the following test failure:

 

ee.jakarta.tck.concurrent.spec.ManagedThreadFactory.resourcedef.ManagedThreadFactoryDefinitionTests.testManagedThreadFactoryDefinitionDefaultsEJB

 

See 

 

 

Kind regards,

Arjan Tijms



_______________________________________________
cu-dev mailing list
cu-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cu-dev

Back to the top