> On Oct 16, 2023, at 9:12 AM, Emmanuel Lécharny <[email protected]> wrote:
> 
> Hi Colm,
> 
> just pushed the packages to dist!

Hi Emmanuel.

I’m still testing. I can build and run tests on Java 17. Can install the server 
using the snapshots. Have run fortress core integration tests and they all pass.

To use the latest AM27 in fortress core had to remove these dependencies:

apacheds-interceptor-kerberos
apacheds-kerberos-codec
apacheds-protocol-kerberos

From test scope in pom. No problem, Kerb is not supported in the server as 
indicated by the issue list.

Not sure why it was in fortress core. There are no compile time dependencies on 
these packages. Extraneous?

In any case, not a server issue.

But, there’s also this when I compile fortress core using AM27:

```
[ERROR]
/opt/fortress/directory-fortress-core/src/test/java/org/apache/directory/fortress/core/impl/apacheds/FortressJUnitApachedsTest.java:[29,46]
 cannot find symbol
  symbol:   class FrameworkRunner                                               
                                
  location: package 
org.apache.directory.server.core.integ
```

Did this package move? We do have a compile dependency in test scope for:

org.apache.directory.server.core.integ.FrameworkRunner;

Probably not a showstopper for release. Something needs to be worked out in 
Fortress going forward.

Thanks

—
Shawn


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to