Agenda
This week's agenda:
- Google Guava (Google Collection APIs), should we use it?
- already included as a transitive dep
- a better version of commons collections (ie uses generics, fluent builders)
- will be able to remove some of the custom collection types we have in rice
- MaxSizeMap, MaxAgeSoftReference - replace with http://guava-libraries.googlecode.com/svn/tags/release09/javadoc/com/google/common/collect/MapMaker.html
- created/maintained by Google
- see http://code.google.com/p/guava-libraries/
- Maintain released wsdl files in Nexus or other locations for Rice - see KULRICE-4660 for more context.
- Options for maintaining wsdl files for releases:
- Commit to a specific SVN repository or specific subdirectory in the rice SVN repository.
- Deploy them as artifacts in Nexus
- Publish them to an external location (e.g. a bucket in S3)
- Options for maintaining wsdl files for releases:
- Removing IdentityManagementService and RoleManagementService