commercetools / commercetools-sunrise-java

The next generation shop framework by commercetools
https://demo.commercetools.com
Apache License 2.0
46 stars 35 forks source link

Make sure scopes are changeable #699

Open lauraluiz opened 6 years ago

lauraluiz commented 6 years ago

Using JIT scopes it seems you cannot simply change scope by using bind(class).in(scope).

lauraluiz commented 6 years ago

JIT scope seems to have more priority than anything, even with a full binding bind(class).to(class).in(scope).