Skip to content

Commit ff81b35

Browse files
markjschreiberandreasprlic
authored andcommitted
/* Check compatibility */
1 parent 33b87c6 commit ff81b35

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

_wikis/BioJava:1.5ReleasePlan.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,23 @@ comments where they can.
4646

4747
#### Are RichSequence objects compatable with GUI code?
4848

49-
We need a volunteer to test how well RichSequence objects behaive with
50-
biojava's GUI code. GUI code as well as relevant javadocs, demos, and
51-
cookbook code may need to change.
49+
- We need a volunteer to test how well RichSequence objects behaive
50+
with biojava's GUI code.
51+
- GUI code as well as relevant javadocs, demos, and cookbook code may
52+
need to change.
5253

5354
#### Are BioJavaX objects compatable with DAS/DAZZLE?
5455

5556
Someone with experience of the DAS server DAZZLE is needed to check if
5657
there are any issues with DAS and BioJavaX objects. This may not be at
5758
all relevant but it would pay to check.
5859

60+
#### Backwards Compatibility
61+
62+
- Are there any breaks in the API between biojava 1.4 and biojava 1.5?
63+
- Can someone run a change tool that will detect API differences that
64+
would prevent biojava 1.4 apps compiling with biojava 1.5
65+
5966
### Alpha, beta, RCs
6067

6168
### Release notes

_wikis/BioJava:1.5ReleasePlan.mediawiki

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,16 @@ The ant javadoc-all task must complete without any failures or warnings. Volunte
2828
2929
===Check compatibility===
3030
====Are RichSequence objects compatable with GUI code?====
31-
We need a volunteer to test how well RichSequence objects behaive with biojava's GUI code. GUI code as well as relevant javadocs, demos, and cookbook code may need to change.
31+
* We need a volunteer to test how well RichSequence objects behaive with biojava's GUI code.
32+
* GUI code as well as relevant javadocs, demos, and cookbook code may need to change.
3233
3334
====Are BioJavaX objects compatable with DAS/DAZZLE?====
3435
Someone with experience of the DAS server DAZZLE is needed to check if there are any issues with DAS and BioJavaX objects. This may not be at all relevant but it would pay to check.
3536

37+
====Backwards Compatibility====
38+
* Are there any breaks in the API between biojava 1.4 and biojava 1.5?
39+
* Can someone run a change tool that will detect API differences that would prevent biojava 1.4 apps compiling with biojava 1.5
40+
3641
===Alpha, beta, RCs===
3742

3843
===Release notes===

0 commit comments

Comments
 (0)