Details
Description
When running my examplejpa which uses the old interface org.apache.felix.gogo.commands.Action I get the error that my object can not be cast to org.apache.karaf.shell.commands.Action in BlueprintCommandSupport.
To make this compatible we need to use the deprecated Action interface in the shell code. As the new Action interface extends the old one then both variants will work.