Commit Graph

11344 Commits

Author SHA1 Message Date
charlesgonzales 86adb21009
Update README.md 2018-12-20 21:57:50 +08:00
charlesgonzales cdbf8288b9
Update README.md 2018-12-20 21:57:32 +08:00
charlesgonzales e4d81a258f
Update README.md 2018-12-20 21:52:22 +08:00
charlesgonzales 1b31e2fa43
Update README.md 2018-12-20 21:51:10 +08:00
charlesgonzales 8605ea03af
Update README.md 2018-12-20 21:48:25 +08:00
charlesgonzales e26d75150a
Update README.md 2018-12-20 21:47:46 +08:00
charlesgonzales 6c9e1a64e5
Update README.md 2018-12-20 21:45:33 +08:00
charlesgonzales 2e9f02addf
Update README.md 2018-12-20 21:43:34 +08:00
charlesgonzales d240caf482
Update README.md 2018-12-20 21:30:59 +08:00
charlesgonzales 0032ec40eb
Update README.md 2018-12-20 21:27:02 +08:00
charlesgonzales 903b405fb8
Update README.md 2018-12-20 21:22:45 +08:00
charlesgonzales d7f8d7f105
Update README.md 2018-12-20 21:19:46 +08:00
charlesgonzales ba2619c9e3
Update README.md 2018-12-20 21:17:23 +08:00
charlesgonzales 8c758d8a7b
Update README.md 2018-12-20 21:14:35 +08:00
charlesgonzales 8f116b5411
Update README.md 2018-12-20 21:12:52 +08:00
charlesgonzales 5550c4d7f3
Update README.md 2018-12-20 21:11:56 +08:00
Eric Martin 2749a9ea41
Merge pull request #5862 from echeyne/bael-2324
BAEL-2324 sorting arrays
2018-12-20 07:04:33 -06:00
Amitabh Mandal b0f62f4eca BAEL-2168 Java EE 7 batch processing (#5861)
* review changes

* Fixed public static count

* review comments
2018-12-19 22:53:53 -07:00
Shashank agarwal 547f99925f Added the code of Replace char in a string at specific index (#5869)
* Added the code of Replace char in a string at specific index

* added test cases

* Renamed the Test class name end with UnitTest

* Renamed the Test class name end with UnitTest

* Renamed the Test class name end with UnitTest

* Replaced README with the upstream repo
2018-12-19 22:49:27 -06:00
psevestre 6abaf50ab5 Code for BAEL-1996 (#5933)
* [BAEL-1996] WIP - Initial import

* [BAEL-1996] Apply formatting rules

* [BAEL-1996] Import UAA modules

* [BAEL-1996] New directory structure

* Merge upstream and include BAEL-1996 in main build
2018-12-19 22:42:16 -06:00
Tom Hombergs 5aa5e48146 fixed module name 2018-12-19 20:52:35 +01:00
Tom Hombergs 1a955fb018 updated README 2018-12-19 20:06:17 +01:00
Tom Hombergs 3f6f33294b moved shedlock code example to module "spring-boot-libraries" 2018-12-19 20:04:54 +01:00
Urvy Agrawal c28fa5541d BAEL-2323 Adding files for native keyword tutorial (#5913)
* BAEL-2323 Adding files for native keyword tutorial

* junit test files and native library

* update test method name
2018-12-19 10:56:14 -08:00
EZZEDDINE.ELHAZATI 5996de6af1 rename test class. 2018-12-19 16:04:46 +01:00
Alejandro Gervasio 3064a22a7a BAEL-2413 - Integrating Spring Boot with HSQLDB (#5891)
* Initial Commit

* Update source file location

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java

* Update source files

* Update CustomerController.java

* Update CustomerController.java

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java

* Update index.html

* Update persistence-modules/spring-boot-persistence/src/main/java/com/baeldung/springboothsqldb/application/controllers/CustomerController.java

Co-Authored-By: alejandrogervasio <alejandro.gervasio@gmail.com>

* Update CustomerController.java

* Update CustomerControllerUnitTest.java

* Update CustomerController.java

* Update CustomerControllerUnitTest.java

* Update CustomerControllerUnitTest.java
2018-12-19 07:32:39 -06:00
Eugen Paraschiv 53abf6733d Merge branch 'master' of https://github.com/eugenp/tutorials 2018-12-18 23:50:31 +02:00
Eugen Paraschiv 8411df4e6b renaming tests 2018-12-18 23:50:20 +02:00
Loredana Crusoveanu c042348d93
Merge pull request #5945 from Doha2012/master
predicate chain
2018-12-18 23:39:30 +02:00
Eugen Paraschiv 1bb238b908 logging fix 2018-12-18 23:32:30 +02:00
Eugen Paraschiv e566167d3f package cleanup 2018-12-18 23:27:19 +02:00
Eugen Paraschiv 8ed4ac497c maven cleanup 2018-12-18 23:15:46 +02:00
Eugen Paraschiv 6bcc78dce2 BAEL-10335 - maven work 2018-12-18 23:10:32 +02:00
Eugen Paraschiv a9f853b241 BAEL-10335 - repo cleanup work 2018-12-18 23:02:40 +02:00
Steven van Beelen 557ce65552 BAEL-2435 Update main application
Update the MessagesRunner to be a spring boot application
2018-12-18 15:17:16 +01:00
Steven van Beelen d8ef050867 BAEL-2435 Add JPA and H2 dependencies
Add JPA and H2 dependencies to allow event sourcing, as for event
sourcing and EventStore is mandatory, and to make an EventStore a
database needs to be present for Axon's auto-configuration
2018-12-18 15:16:31 +01:00
Steven van Beelen fe30c44889 BAEL-2435 Add a GUI
-Add spring-boot-starter-web to support rest endpoints
-Add a rest endpoint to spoof some form of UI to publish a message, as
the old main will no longer publish the commands upon start up
2018-12-18 15:15:23 +01:00
Steven van Beelen e731b95ffb BAEL-2435 Rename unit test class
Rename unit test class to actual contain 'UnitTest' per the defined
standards
2018-12-18 15:01:29 +01:00
Steven van Beelen 2b07c0364d BAEL-2435 Change event message package
Change the package of the event messages to coreapi.events to signal
 that the events are part of the API you'd share with the outside
2018-12-18 14:56:23 +01:00
Steven van Beelen 96945027a1 BAEL-2435 Change command message package
Change the package of the command messages to coreapi.commands to signal
 that the commands are part of the API you'd share with the outside
2018-12-18 14:55:28 +01:00
Steven van Beelen aaf2ef2227 BAEL-2435 Change eventhandlers package
Change eventhandlers package to querymodel package per best practices
2018-12-18 14:54:07 +01:00
Steven van Beelen 00b297a4d0 BAEL-2435 Rename aggregate test
Rename aggregate test from MessagesAggregateIntegrationTest to
MessagesAggregateTest, as it's not an integration test but a regular
unit test
2018-12-18 14:53:43 +01:00
Steven van Beelen 3e3210a803 BAEL-2435 Change aggregate package
-Change aggregate package to commandmodel package per best practice
-Move the aggregate test to the same package for the test directory
2018-12-18 14:52:54 +01:00
Steven van Beelen 3553fb7506 BAEL-2435 Update commands and events
-Change TargetAggregateIdentifier import statement to the new location
-Add equals/hashcode as best practice for commands and events
-Add description
-Change parent to parent-boot-2 to leverage a spring boot start up
approach
2018-12-18 14:49:30 +01:00
Steven van Beelen 11b1112771 BAEL-2435 Update the event handler
Change the event handler to become a spring service, as this way Axon
will automatically pick it up as an event handling component
2018-12-18 14:48:10 +01:00
Steven van Beelen bd4881d478 BAEL-2435 Update Aggregate in regards to latest axon version
-Replace old import statements for the new locations
-Mark the aggregate as @Aggregate to make it autowired through the
spring boot starter
-Move all command handlers/decision making functions to the top of the
file
-Rename the command handler to `handle` as a best practice for command
handlers
-Use @EventSourcingHandler i.o. @EventHandler as a best practice for
event handlers in Aggregates, as those only are used to 'source' the
aggregate
-Update test case according to latest standards
2018-12-18 14:47:23 +01:00
Steven van Beelen cf56b33b9b BAEL-2435 Update pom file
-Add description
-Change parent to parent-boot-2 to leverage a spring boot start up
approach
-Replace core dependency for axon-spring-boot-autoconfigure excluding
axon-server as we cant start that up for this use case
-Add spring-boot-autoconfigure dependency
-Adjust the axon version to 4.0.3
2018-12-18 14:43:32 +01:00
eelhazati 6f8d130786 Hibernate 5 bootstrap API Test. 2018-12-18 12:33:49 +01:00
Eric Martin f0d27bc7ac
Merge pull request #5833 from f41thful/BAEL-2412
BAEL-2412
2018-12-17 22:40:42 -06:00
Javier 4ea86703d4 BAEL-2412
Change method names to a BDD-style.
2018-12-18 05:27:49 +01:00