You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ipop...@googlegroups.com, ipopo...@googlegroups.com
iPOPO v0.5.9 has been released !
What's new in 0.5.9 ===================
This version adds new component decorators:
- @SingletonFactory to declare singleton components
- @Temporal to require a service, with a grace period for its replacement before invalidation
- @RequiresBest to always be injected with the service with the best ranking
- @PostRegistration and @PreUnregistration allow the component to be notified when one its services has been registered or will be unregistered.
It also adds the erroneous state for components which failed their validation, to avoid raising an error again and again.
Finally, the utility ThreadPool class becomes a cache thread pool: instead of a static number of threads, it spawns between a minimum and a maximum number of threads, according to the task load.