Opened 14 years ago
Last modified 13 years ago
#1603 closed task
Developers migration guide — at Version 4
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.0 |
Component: | documentation | Version: | |
Keywords: | Cc: |
Description (last modified by )
I think we need to write down a list with API changes between BASE 2 and 3 that affect plug-in and extension developers.
- #1589: All deprecated methods and classes have been removed
- #1595: New names of BASE JAR files (make sure that no old ones are laying around)
- #1592: Unified installation system. Changes to XML definition files. Removed
Plugin.getAbout()
method. - Changes to methods in
Version
class. - Changes to
ExtensionsControl
andRegistry
classes. - #1597: Replaced
ProtocolType
,HardwareType
,SoftwareType
andFileType
withItemSubtype
. - #1153:
Label
has been replaced withTag
.LabeledExtract
has been merged withExtract
.- Changes to the API for linking parent/child biomaterial.
- Removed
pooled
property from biomaterial. Hybridization
has been replaced withPhysicalBioAssay
.Scan
has been replaced withDerivedBioAssay
.- Added link from
RawBioAssay
toExtract
.
- more...??
Change History (4)
comment:1 by , 14 years ago
Description: | modified (diff) |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 14 years ago
comment:4 by , 13 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
(In [5634]) References #1603: Developers migration guide
Started on this chapter.