Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cu-dev] Javadoc implies a deployment descriptor
  • From: "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
  • Date: Thu, 3 Mar 2022 14:42:42 +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=v26JIPgtoOzaJQp/yKOVoqprs1eOUN1hDwKBbNIup2E=; b=On1t9dWPR1kairj6SnCh0VwC1HCpbFaQatoTTp77yNWhjQw5uw3XX3CBNfQY/R03ZQg5y5mE9q7Y8tjecS2xEw18pxb/rLBNVkFXdHANhnBUrHk64yMGOi8+VU82No/OZi9eB5bTtYy83WDa8N1R2slUscK448Rshm5dzCtB2nb9rRNk3+l0fa7myLtRKwJUL4TIgml+TBFQ6Z7fWPTV01TKElRuk2/b6ILy8boYe3rZyqJIVXPRBxpExBgwUBCICf/eoyGY3XSdreUDyLImh5vPG8v3EjJIq+O8WN+jFLcRfKFsj59K6ppKXj7qvTyn9990r5Dz8BWWpV4uaXdu+Q==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=MqPtpDSNRBMx/YgrDhIR2ohH29BDsza7FFlfAmfnRiBWyZvDPr74ESxtNKFnM27oFlqafYimDoDLjT5wyJyAzWkt3DHjPcQ4zio3iZZPSnhXGhhNUr+lm9BvroW5iW9+DIerEJ3bLcs+TZejT/chKJErWVQyDgxSV6A7qiH6pvfGqCVn5WNjFqiqSiyFcI+Ox3mBFxRnJzjR2o1D1sJFn2KNM5al6kkJPbCk8j1uxKhXBTKK8/yewn6TdE5nJPFt1bMWLWeI7RI0YFWqJvWxj/gEn0AWK0g85r1ZTyitpc69Uz7jg9pBpYTPutj9G4iCUoPgdDQyoUpdnga8k1cgVQ==
  • Delivered-to: cu-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/cu-dev/>
  • List-help: <mailto:cu-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/cu-dev>, <mailto:cu-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHYLwmwnR6vveRVQUOyWU/kwLYN36ytukfQ
  • Thread-topic: [cu-dev] Javadoc implies a deployment descriptor

Thanks Nathan I missed that.

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> On Behalf Of Nathan Rauh
Sent: 03 March 2022 14:19
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: Re: [cu-dev] Javadoc implies a deployment descriptor

 

Steve,

 

It’s already in the platform schema,

https://github.com/eclipse-ee4j/jakartaee-schemas/pull/29/files

I added it last year at the same time we added ManagedExecutorDefinition and the other annotations.

 

Our project TCK doesn’t currently test this because the function is part of the platform schema not the Concurrency spec, and I had been thinking that any testing which gets done for it would need to be in the platform tests.  However, over the past half year or so there seems to be a greater acceptance within the community of moving platform level testing to the individual spec project TCKs (and then deleting the platform tests), so we could potentially do that.

 

 

From: cu-dev <cu-dev-bounces@xxxxxxxxxxx> on behalf of "Steve Millidge (Payara)" <steve.millidge@xxxxxxxxxxx>
Reply-To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Date: Thursday, March 3, 2022 at 4:03 AM
To: cu developer discussions <cu-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] [cu-dev] Javadoc implies a deployment descriptor

 

Hi,

 

The Javadoc for ManagedExecutorDefinition states a deployment descriptor can be used to create a ManagedExecutor see concurrency-api/ManagedExecutorDefinition.java at master · eclipse-ee4j/concurrency-api · GitHub same for ScheduledExecutorDefinition etc. do we want to remove this from the Javadoc or do we want to try and get this into some platform schema somewhere?

 

I assume the TCK isn’t testing this?

 

Thanks

 

 

 

Steve Millidge

 

 


Back to the top