Re: [RESOLVED] Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-25 Thread Shawn McKinney
> On Jun 24, 2021, at 2:15 PM, Stefan Seelmann wrote: > > Looks good. The OSGi import/export definitions were missing, I added > them. They are required by Studio because it's based on Eclipse. > > https://github.com/apache/directory-ldap-api/commit/7406985321280d745cc2baf0ef017e9108ce3dfb >

[RESOLVED] Re: Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-24 Thread Shawn McKinney
Changes pushed into api for the new control: https://github.com/apache/directory-ldap-api/commit/12353c1487412b0c7e0d36a68297ab713dd0 Let me know if there’s anything I missed / got wrong. I’ve left the control in fortress for now, until the 2.0.3 release is out. That resolves this issue,

Re: Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-24 Thread Emmanuel Lécharny
On 24/06/2021 15:57, Shawn McKinney wrote: interfaces should describe a type and hence have methods Whatever. There is a suppressions.xml file in src/checkstyle that list the classes that are to be ignred. here is its content: checks="InterfaceIsType" />

Re: Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-24 Thread Emmanuel Lécharny
On 24/06/2021 15:57, Shawn McKinney wrote: interfaces should describe a type and hence have methods Does RelaxControl extends Control ? -- *Emmanuel Lécharny - CTO* 205 Promenade des Anglais – 06200 NICE T. +33 (0)4 89 97 36 50 P. +33 (0)6 08 33 32 61 emmanuel.lecha...@busit.com

Re: Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-23 Thread Emmanuel Lécharny
On 24/06/2021 06:25, Stefan Seelmann wrote: On 6/24/21 4:10 AM, Shawn McKinney wrote: The debugger tells me that api request controls are loaded in

Re: Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-23 Thread Shawn McKinney
The debugger tells me that api request controls are loaded in [StockCodecFactoryUtil](https://github.com/apache/directory-ldap-api/blob/master/ldap/codec/core/src/main/java/org/apache/directory/api/ldap/codec/StockCodecFactoryUtil.java) So, I added my RelaxControl into the api code space, and

Migration to 2.0 API has moved onto something a bit more relaxing

2021-06-23 Thread Shawn McKinney
Onto the next problem… As described back in April on this ML: [Relax Control and password policies](http://mail-archives.apache.org/mod_mbox/directory-api/202104.mbox/%3CECC48E64-6CF9-40B7-8BC4-FCE60E40684E%40apache.org%3E) I added support to use the Relax Control to the fortress core code