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
Currently the store is being stripped of functions with the aim of its functionality being available in Operations instead. This has happened to the getTraits function which is deprecated in favour of the GetTraits operation.
It would be nice if a HasTrait Operation could be made to replace the deprecated hasTraits function also:
Currently the store is being stripped of functions with the aim of its functionality being available in Operations instead. This has happened to the getTraits function which is deprecated in favour of the GetTraits operation.
It would be nice if a HasTrait Operation could be made to replace the deprecated hasTraits function also:
Gaffer/core/store/src/main/java/uk/gov/gchq/gaffer/store/Store.java
Line 343 in 296c453