api - What are the implementaion changes on Java 8 which can cause wrong outcome to codes written in Java 7? -
we decided migrate our solution java 7 8. @ first step found there implementation changes in java 8 string.split() method here can cause problem codes written in java 7!!
we rolled baked our project java 7 investigate more on differences.
do know other changes in java 8 can cause same problem ?
ps: know java 8 new features changes mean changes same api(method signature) different implementation can lead different outcome!! method -> string.split()
before down vote read comments!!
i don't think there easy way find exhaustive list. run query in bug database, example looking bugs in core libraries affecting versions < 8 , fixed in 8.
that query returns 320 issues , bug fix mention in question on page 6 (creation date: 2007-05-18).
Comments
Post a Comment