Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] Time to start making Jakarta EE Platform TCK documentation changes...



On 9/24/20 2:54 PM, Ed Bratt wrote:
Presumably, there would be some kind of references to these in the Platform Spec. as well. They may have been removed, but we should try to keep a check-list of issues like this so that we can confirm that both the written specification and the TCK User Guide have been updated and are consistent.

+100

Tracking issue https://github.com/eclipse-ee4j/jakartaee-tck/issues/527 is for updating the TCK User Guide and includes a check list with an item to confirm that the written Platform specification and TCK User Guide are updated/consistent with regard to changes checked off for issue#527.



-- Ed

On 9/24/2020 11:30 AM, Lance Andersen wrote:
Hi Scott,


On Sep 24, 2020, at 2:14 PM, Scott Marlow <smarlow@xxxxxxxxxx <mailto:smarlow@xxxxxxxxxx>> wrote:

Hi,

I'm going to make a first pass through to review the Platform TCK documentation.

sounds good

If others are thinking about doing the same, please do speak up so we can coordinate.  I would like to delegate as much heads down work now as possible, so I can spend more time coordinating remaining EE 9 TCK tasks.

I think that we should remove the jakartaee-tck/user_guides/jakartaee/src/main/jbake/content/csiv2logs.adoc as we no longer have interoperability tests.  This will also remove the need for client2ejb.png + ejb2ejb.png + web2ejb.png

Yes anything that is no longer relevant for Jakarta EE 9 should definitely be removed.

As I started going through making changes to remove references to the csiv2logs.adoc, I noticed that we have a lot of references to ior-security-config, for example from src/com/sun/ts/tests/ejb30/bb/session/stateless/annotation/resourceoverride/ejb3_bb_stateless_resourceoverride_ejb.jar.sun-ejb-jar.xml:
`
     <ior-security-config>
       <transport-config>
         <integrity>supported</integrity>
         <confidentiality>supported</confidentiality>
         <establish-trust-in-target>supported</establish-trust-in-target>
         <establish-trust-in-client>supported</establish-trust-in-client>
       </transport-config>
       <as-context>
         <auth-method>username_password</auth-method>
         <realm>default</realm>
         <required>false</required>
       </as-context>
       <sas-context>
         <caller-propagation>supported</caller-propagation>
       </sas-context>
     </ior-security-config>
`

It seems likely that we don't need the ior-security-config references in the deployment descriptors in EE 9.  We probably should mention that ior-security-config is no longer needed.

I suspect that there are a lot of other changes like this that we need to make.

Yes I suspect there is.  I can take a peek once you make your initial pass

Scott

_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx <mailto:jakartaee-tck-dev@xxxxxxxxxxx>
To unsubscribe from this list, visit https://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev__;!!GqivPVa7Brio!JIZwogKiFMnygEPWjl-GPxTV7bpMcnmz6_Q7px1-p1Sifded6cL2UJKgzDOYieYHsw$


Best
Lance
------------------



Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering
1 Network Drive
Burlington, MA 01803
Lance.Andersen@xxxxxxxxxx <mailto:Lance.Andersen@xxxxxxxxxx>





_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visithttps://urldefense.com/v3/__https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev__;!!GqivPVa7Brio!JpPhlYekDTivUDgvGQsjF3_xL95yvVRSTGidi9IdjdpxICJhwBAvMpMehP5vaxI$

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




Back to the top