Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Сonverted all docker-compose files to use build: rather than volumes #26

Merged
merged 16 commits into from
Oct 26, 2016

Conversation

dartpopikyardo
Copy link
Contributor

  • updated eventuateClientVersion
  • updated Int128 usage

@@ -34,7 +35,7 @@ public AccountQueryWorkflow(AccountInfoUpdateService accountInfoUpdateService) {
public void create(DispatchedEvent<AccountOpenedEvent> de) {
AccountOpenedEvent event = de.getEvent();
String id = de.getEntityId();
String eventId = de.getEventId().asString();
Int128 eventId = de.getEventId();
logger.info("**************** account version=" + id + ", " + eventId);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dartpopikyardo No string concatenation when logging. This should be logger.info("... {} ...{}", param1, param2);

@cer cer merged commit 083047c into cer:master Oct 26, 2016
pull bot pushed a commit to tiarebalbi/event-sourcing-examples that referenced this pull request Nov 3, 2018
fix issue cer#24,
fix issue cer#26,
fix issue cer#27,
fix issue cer#28
pull bot pushed a commit to tiarebalbi/event-sourcing-examples that referenced this pull request Nov 3, 2018
…omer

* commit '859a01a4bc2372a11a5377d1206235ca12da4417':
  - fixed tests fix issue cer#24, fix issue cer#26, fix issue cer#27, fix issue cer#28
  - added password to CustomerInfo - added unique email constraint to CustomerQuerySide - updated authorization logic
  removed transferStates from AccountInfo cannot reproduce issue cer#37
  Revert "wip-customer small issues fixes"
pull bot pushed a commit to tiarebalbi/event-sourcing-examples that referenced this pull request Nov 3, 2018
* wip-customer:
  Form validation for Sign In & Sign Up
  Error reporting for Sign In & Sign Up
  - shouldCreateAccountsAndTransferMoney fix
  Password on login & registration
  - fixed tests fix issue cer#24, fix issue cer#26, fix issue cer#27, fix issue cer#28
  - added password to CustomerInfo - added unique email constraint to CustomerQuerySide - updated authorization logic
  removed transferStates from AccountInfo cannot reproduce issue cer#37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants