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
When i was trying the new test ShellInputProvider, there was sadly a compile error as its Builder was not public.
The example here only works when your in the org.springframework.shell.test package Example
Hi,
When i was trying the new test
ShellInputProvider, there was sadly a compile error as its Builder was not public.The example here only works when your in the
org.springframework.shell.testpackageExample
Created a very small PR to fix it.