Community
Participate
Working Groups
- make sure public packages only include public interfaces and implementations (i.e. don't include internal interfaces or classes in public packages) - mark internal packages with "internal" in the package name (need to confirm if it is necessary) - Hide interfaces and implementations that are not used directly when writing extension code into private packages. (e.g. the ServiceRegistry interface) Internal interfaces or classes that are in public packages need to be moved to an internal package. - We should have a review of the public APIs since they will become a contract between COSMOS and consuming products, and we will need to maintain the compatibility of these APIs in future releases.
Moving all open bugzillas that are targeted to iterations in the past to the next iteration (i13).
since this references code that is currently archived, will mark this as wontfix just to get it off the books for things to do. if the code is resurrected, we can reopen this.