Backward Compatable?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
smovva
Posts: 4
Joined: Sat Apr 03, 2004 11:11 pm

Backward Compatable?

Post by smovva » Sat Apr 03, 2004 11:16 pm

Is JFreeChart Library Not backward Compatable?
We are using JFree to generate some graphs. I was trying to move to the latest version and my application now doesnt compile. The classes are moved from one path to another, parameters added without any depricated methods. Am I missing something here or is it now backward compatable? I was trying to move from 9.13 to 9.17.

Thanks in advance.
smovva

garv
Posts: 127
Joined: Wed Mar 31, 2004 3:44 pm
Location: Amsterdam, The Netherlands

Post by garv » Mon Apr 05, 2004 10:19 am

There have been API changes, yes. The roadmap says API should be stable from version 1.0 onward.

Locked