X Tutup
Skip to content

Java 11 migrate c-d (remaining)#1111

Merged
iluwatar merged 15 commits intoiluwatar:masterfrom
altaiezior:java-11-migrate-5
Dec 14, 2019
Merged

Java 11 migrate c-d (remaining)#1111
iluwatar merged 15 commits intoiluwatar:masterfrom
altaiezior:java-11-migrate-5

Conversation

@altaiezior
Copy link
Copy Markdown
Contributor

Pull requests converts the following patterns to Java 11:

  • converter
  • cqrs
  • dao
  • data-bus
  • data-locality
  • data-mapper
  • data-transfer-object
  • decorator
  • delegation
  • dependency-injection
  • dirty-flag
  • double-buffer
  • double-checked-locking
  • double-dispatch

Copy link
Copy Markdown
Owner

@iluwatar iluwatar left a comment

Choose a reason for hiding this comment

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

The CI build is failing: [ERROR] Tests run: 12, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 2.436 s <<< FAILURE! - in com.iluwatar.dao.DbCustomerDaoTest

@altaiezior altaiezior requested a review from iluwatar December 10, 2019 03:36
@altaiezior
Copy link
Copy Markdown
Contributor Author

@iluwatar done

@iluwatar iluwatar added this to the 1.23.0 milestone Dec 14, 2019
@iluwatar iluwatar merged commit ea57934 into iluwatar:master Dec 14, 2019
@iluwatar
Copy link
Copy Markdown
Owner

Well done @anuragagarwal561994, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup