Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakarta.ee-spec] Question on plans for Batch Service Release
  • From: Scott Kurz <skurz@xxxxxxxxxx>
  • Date: Fri, 29 Mar 2024 11:53:56 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=us.ibm.com; dmarc=pass action=none header.from=us.ibm.com; dkim=pass header.d=us.ibm.com; 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=pW2RjzfnIQPIkQBpfQ3ZY/cqPbPm+BGzwRhvjF1pIoQ=; b=nJubcPk02Fa4G9SfDr/ptaOBOyb2bzxlD9YYBvWKeNHgi5g+4nRFcxukUkpr19bhmLqKgtvtXzSV5QO9ZHNwuKHpdT+kH8JWtPRSM7nOINz5mQ1NcabPSR7C3c5p75/OVXX40dMlW45elCIvLg9OYK6rfTw8UoC6+Gn62+rlE1n+hc5qprsUhyZ8mbTt4QrtLrmc0AZsxURe3T8RFq4rlv8xbI7pLdzDmNFChZB4tqXpt7rBEJ677H4HNEOr9uE+UVXaaV/49IR73mciaH2HbCRCnow79kTNRLIcHf5M4Pc9iAAd/Y9Lk9uIUDnzj7STM2FeGkS6xP4wRpBdduRGAA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Ri13TMGhSgtZw4A/vUIYzXYofbzLdWqFM1nwlMiVG1LLlCGpbTS/xjmZoMzezGYLCfxeUZLOO3Gzjh4AOdp9K3YjV0WQjNW53ENKWUZtVSQIRxzbywnNmtNcxoPanAdTiLLM6jAqpeBOnBcY7itoC4cdzB9gS1bQ5WdqPdmNnZzU+qpKNqXFKDntGowFbWmAHKkQ48V4RxZM4hGI9ZlWmvQrd8kPahdnHkOr2xyr8lrBRB2OjY6qgJya6w1NhBB7fPLUda4zT3aQeSSqSBCd9Nw7MlERzVzPpYQw+gHz7pAltglVkueGn58F0FqBkPWsGhFsQVTHbU/tAA+X/1FCvA==
  • Delivered-to: jakarta.ee-spec@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakarta.ee-spec/>
  • List-help: <mailto:jakarta.ee-spec-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakarta.ee-spec>, <mailto:jakarta.ee-spec-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakarta.ee-spec>, <mailto:jakarta.ee-spec-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHagcv6U0N4ObXQZE6kwEGJI6gzwg==
  • Thread-topic: Question on plans for Batch Service Release

Hello,

I would like to review my plans for a Service Release for Jakarta Batch.  

Though a lot of the process is well-documented, I'm double-checking because I plan to update the spec document as well for a TCK challenge.

For this challenge, while we will exclude the relevant test, this doesn't seem sufficient, since the test is backed by clear text in the spec doc.
After discussing with some CDI folks, though, it seems we went too far and need to remove this language (and hopefully clarify in future releases)   

I have a PR up for review to update the spec doc language: https://github.com/jakartaee/batch/pull/211

One reason in particular I'm asking is because the SR PR template:  https://github.com/jakartaee/specifications/blob/master/service_release_pr_template.md text includes this:

>  Note: Specifications themselves do not have service releases. Only the associated API (limited to JavaDoc updates), JavaDoc, and TCK artifacts can have service releases....

Is that intended to exclude the possibility of updating the specification doc in a service release?  Or is it more just emphasizing that the Specification as a whole remains at the same 2.1 level regardless of service release, e.g. in the view here: https://jakarta.ee/specifications/batch/ and in the way the https://github.com/jakartaee/specifications   repo is organized?   Perhaps this type of case just isn't common.

---

In addition, the Service Release will also update the TCK to support validation with Java 21 (for EE 11).  I don't have any questions around that, just mentioning for completeness.

Thank you,
Scott 

Back to the top