You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All package names will replace "pico" with "inject".
io.helido.pico.* -> io.helidon.inject.*
Class Names
All package names will replace "Pico" with "Injection".
PicoServices -> InjectionServices
PicoServicesConfig -> InjectionServicesConfig
PicoServicesHolder -> InjectionServicesHolder
PicoException -> InjectionException
...
Method Names, Variable Names
All released artifacts will have all "pico" variables and methods changed to remove and/or replace the word "pico" in its name to a suitable alternative (i.e., "inject" or "injection", etc).
Configuration
Currently "pico" is a reserved top-level configuration name. This name will be changed to "inject".
All attributes with "pico" in the name will be replaced with "inject".
General
All documentation (README, etc.) will rename "Pico" to either "Helidon Injection" for short, and in some cases "The Helidon Injection Framework".
Some of these test modules and test names will leave "pico" in the names (these are not released in the bom)
tests/resources-pico
The text was updated successfully, but these errors were encountered:
Module Names
All modules names will replace "pico" with "inject".
Package Names
All package names will replace "pico" with "inject".
Class Names
All package names will replace "Pico" with "Injection".
Method Names, Variable Names
All released artifacts will have all "pico" variables and methods changed to remove and/or replace the word "pico" in its name to a suitable alternative (i.e., "inject" or "injection", etc).
Configuration
General
The text was updated successfully, but these errors were encountered: