Re: [jgrapht-users] end of life for JGraph dependency
Brought to you by:
barak_naveh,
perfecthash
From: John S. <js...@gm...> - 2018-03-19 22:29:36
|
I didn't see any responses to this, and I'm moving ahead with a pull request: https://github.com/jgrapht/jgrapht/pull/521 Note that the existing JGraphXAdapter is missing some of the features from the JGraphModelAdapter: https://github.com/jgrapht/jgrapht/issues/522 If anyone wants to submit a pull request for that, thanks in advance! On Tue, Mar 13, 2018 at 1:26 PM, John Sichi <js...@gm...> wrote: > Hello all, > > As part of the JDK 9 modularization work underway (see https://github.com/ > jgrapht/jgrapht/issues/484), we're planning to finally drop all > dependencies on JGraph, since it is EOL and has been succeeded by JGraphX > for quite some time. Existing website/demo/etc will be updated to use > JGraphX alone in the next JGraphT release (1.1.1, or whatever we end up > numbering it). > > If you are still using JGraph (not JGraphX) with JGraphT, please respond > to this message so that we can discuss the dependency. > > Thanks! > > |