Re: [jgrapht-users] end of life for JGraph dependency
Brought to you by:
barak_naveh,
perfecthash
From: John S. <js...@gm...> - 2018-03-20 19:43:43
|
Since you haven't started on the GUI yet, we recommend you go straight to JGraphX--we are keeping the support for JGraphX unchanged. Regarding the adapter, see https://github.com/jgrapht/jgrapht/issues/522 If you require one of the missing features, maybe you can help with porting it over. Otherwise, you'll be stuck with using JGraph instead of JGraphX; if that's the case, you can just copy the adapter code into your own project. On Tue, Mar 20, 2018 at 2:17 AM, Balázs Pomykala <bal...@gm...> wrote: > Dear Jhon, > > I am going to use JGraph with JGraphT for my thesis work. I wrote my > algorithm based on JGraphT library, in the following weeks I am going to > write some GUI for my algorithm demonstration purposes. There I had the > plan to use JGraph. This is a new and relatively small project. In case I > can use JGraphX that would be also fine for me. > > I just checked the demo program from jgrapht-demo. It > was JGraphXAdapterDemo. > > In case the adapter is complete between JGraphX and JGraphT I do not > have more question. Up to now I did not check it. > > Can you confirm it for me? > > Thanks! > > BR, > > Balázs Pomykala > from Hungary > > > > On Tue, Mar 13, 2018 at 9: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! >> >> >> ------------------------------------------------------------ >> ------------------ >> Check out the vibrant tech community on one of the world's most >> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >> _______________________________________________ >> jgrapht-users mailing list >> jgr...@li... >> https://lists.sourceforge.net/lists/listinfo/jgrapht-users >> >> > > > -- > > Üdvözlettel, > > Pomykala Balázs > |