Re: Studio release - dependencies

2018-02-20 Thread Emmanuel Lécharny


Le 19/02/2018 à 23:09, Stefan Seelmann a écrit :
> Hi all,
> 
> I consider doing a Studio release, upgrading to Eclipse Oxygen to fix
> issues with Java 9.

+1

> 
> But there are quite some dependencies.
> 
> * I think last time I tried sSome Studio UI tests failed which needs to
> be fixed first.
> 
> * Server master currently doesn't build because of compilation failure.

ahha... I'll give it a try as soon as I land home (in a train atm)


> 
> * Studio currently depends on API 2.0.0.AM1-SNAPSHOT and Server
> 2.0.0.AM25-SNAPSHOT which would need to be released first. And I have no
> idea if those are release "ready".

LDAP API is pretty close to be ok. I just have to test some of the
changes I have made but I need ApacheDS to be working, as I need  a
server for that (the tests are in ldap-client in ApacheDS)

ApacheDS itself is moving forward with the transaction implementations.
I'm currently fixing some issues in core-integ (already fixed 140
errors/failures, down to 7 : Tests run: 720, Failures: 4, Errors: 3,
Skipped: 144).

I may be ready for the end of this week.

Note that the server will use the Value modifications (which brings some
huge speedup, something like 20%), and will also require a data
migration tool, as we now store all the data in one single file when
using JDBM. Hopefully, this release should also solve the data
corruption issue - to be double tested -.


> 
> * I'm not sure if the Server version 2.0.0.AM25 will work for the update
> sie because that version is smaller than 2.0.0.M24 what the previous
> release used.

H. What are the respective sizes ?

-- 
Emmanuel Lecharny

Symas.com
directory.apache.org



Studio release - dependencies

2018-02-19 Thread Stefan Seelmann
Hi all,

I consider doing a Studio release, upgrading to Eclipse Oxygen to fix
issues with Java 9.

But there are quite some dependencies.

* I think last time I tried sSome Studio UI tests failed which needs to
be fixed first.

* Server master currently doesn't build because of compilation failure.

* Studio currently depends on API 2.0.0.AM1-SNAPSHOT and Server
2.0.0.AM25-SNAPSHOT which would need to be released first. And I have no
idea if those are release "ready".

* I'm not sure if the Server version 2.0.0.AM25 will work for the update
sie because that version is smaller than 2.0.0.M24 what the previous
release used.

Kind Regards,
Stefan