parxier

Results 7 comments of parxier

@hexmind I don't think this will work out of the box. `CompositeStateRepository`'s default behavior only calls one (last) `StateRepository` for `setFeatureState` calls. It should be possible to achieve desired behavior...

@hexmind Yeah, that'd work, except that there is no `SetterSelection.ALL` enum provided out of the box.

Would love to use this feature. When is 5.0.3 planned to release? Also is there any workaround apart from writing completely custom repository method implementation? https://github.com/derjust/spring-data-dynamodb/wiki/Custom-repository-implementations Thank you!

@derjust Thank you. Is `5.0.3-SNAPSHOT` available somewhere centrally to try?

Tested: * `List findAllByAttributeStartingWith(String attributePrefix);` FAILS with **Scanning for this query is not enabled** * `List findByAttributeStartingWith(String attributePrefix);` FAILS with **Scanning for this query is not enabled** * `Optional findByAttributeStartingWith(String...

We use it to load list of feature flags to feed into https://github.com/mjt01/angular-feature-flags

We ended up going back to rendering our config into a page as JS variable server side and reading it in angular's `run()` method due to this bug #38.