Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rest-dev] [External] : Re: Jakarta Rest 3.2?
  • From: Jan Supol <jan.supol@xxxxxxxxxx>
  • Date: Tue, 16 Jan 2024 17:52:49 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.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=4OtgkW9j7wXzLZJ0midKbmH6HHLAqDe8BJ2Yt6Bfopo=; b=RyMZAbwuqsQmDoYB3A6IL1iDUKSCQ3W1D9JfVIsLHI4BQ4aSIE1vjLv4UZjgzLs7o/IbmXj1bElH/5y87Hfkjjjdkg2vAbQoa8fCdoAHLK9GAsRKOYrlivvKefHWQcBaLCR9Dz6BD1zb/wkrLniyZUGrRsGRviGw1Gy68oAUys2g6DXpdirD6SYClxMJ1ehpyklyEOK4fNY/h0PUmlDYfxyCjPPeFGbQq0Hxety91y0gg9OYYDARVsdF+av7kBYRD9se21qgBcf8hYTvMPFEGdD9sIyP0JVMiGYHjgpA+m7yvB0ofmzNIcgpUJ9qP9UKqd9v0Re9rO9uLmdDDVUmAw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=cZ5vB+Jw8jqxe2WsxGcEBZCcgWr6A02jV82iQlIGGteMhZjscAEMx+cTzpmBVyadImQKN2MnVMX+OpxYrHm3pUNQ3WRopexTvv8ywxUsPcdB10XyXqF5uu5UwJAVfhNAiN8bCIB0EgPTdtLKFfg9oehjay0HHCdJ+8iVNet23PoG0+uC8a9CBElBppPoZerU7r5+3z14iday3NGELrNwufaPiPx96nUCZBCRAmmlbm3sbhwSljb/JFgF0/ZPTo9GHQXv79X4WTy0gMz8WcAi2etsQDPwuwXfuQXUEA7QCY6qbEw1Zp6nIOHva4RdGCZwGPCt9ebHTZznU3j9aSzByA==
  • Delivered-to: rest-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/rest-dev/>
  • List-help: <mailto:rest-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/rest-dev>, <mailto:rest-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels:
  • Thread-index: AQHaRaZH9DoInI4lhUifrZTQMj87ErDWxFkAgAX22ls=
  • Thread-topic: [External] : Re: [rest-dev] Jakarta Rest 3.2?

  • IMO we could, probably should, keep the CDI support in so users have something to migrate to with the deprecation of @Context. We should keep the issue of making the resource annotations stereotypes, https://github.com/jakartaee/rest/issues/952, and have TCK tests which validate that the required types can be injected via CDI.

This sounds like both @Context and @Body should be supported. That's basically 4.0 with additional (deprecated) @Context preserved. That is not what is proposed, right? 

--Jan

Back to the top