Commit Graph

11314 Commits

Author SHA1 Message Date
geroza a1b5d77656 Migrated the following modules, nos using parent-boot-2:
spring-protobuf
spring-mockito
spring-mustache
spring-kafka
spring-jooq
spring-cucumber
spring-aop
spring-amqp-simple
2018-12-22 10:36:08 -02:00
geroza 29b4110b34 just migrated poms, nothing checked 2018-12-22 10:36:08 -02:00
cror 5e02becb5e BAEL-2445: adding example for the intersection of two lists (#5968) 2018-12-21 18:21:08 -08:00
Loredana Crusoveanu dda5ffbea9
Merge pull request #5955 from charlesgonzales/master
fix/delete incorrect articles from the readme files - BAEL-10969
2018-12-21 23:11:08 +02:00
Tom Hombergs 01293da309
Merge pull request #5953 from eugenp/shedlock
moved shedlock code example to module "spring-boot-libraries"
2018-12-21 19:51:05 +01:00
raghav-jha fa190f96f6 BAEL-2436 Criteria Queries Using Hibernate Metamodel
* BAEL-2436 Type Safe Criteria Queries Using Hibernate Metamodel

* Formattng fixes

* Formatting fixes
2018-12-21 10:33:40 -07:00
j-bennett 25c270a789 BAEL-2353: Persist a JSON object using Hibernate (#5960)
* BAEL-2353: Persist a JSON object using Hibernate

* BAEL-2353: Persist a JSON object using Hibernate

- Updated dependencies to latest versions
2018-12-21 08:54:04 -07:00
charlesgonzales cc9292fafd
Update README.md 2018-12-21 18:00:43 +08:00
charlesgonzales 6ee1c1c26d
Update README.md 2018-12-21 18:00:08 +08:00
charlesgonzales c50eb35051
Update README.md 2018-12-21 17:59:20 +08:00
charlesgonzales a6f807e74a
Update README.md 2018-12-21 17:58:22 +08:00
rodolforfq 1b7ac954d1 Article improvements (#5961)
Added 3 methods used to improve the examples on the article.
The new methods are simpler to understand for the target audience.
2018-12-21 00:23:16 -08:00
Tom Hombergs 87b23b4d44 Spock (#5952)
* BAEL-2364: Adds Spring Boot IntegrationTests with Spock Framework

* Adds o.b.boot.controller.rest.WebController as example controller
* Adds one Load Application Context Test
* Adds one WebMvcTest

* updated pom.xml's and README

* fixed module name
2018-12-20 22:54:20 +02:00
Loredana Crusoveanu cd873618a6
Merge pull request #5771 from denis-zhdanov/BAEL-2373-kotlin-contracts
BAEL-2373 Kotlin Contracts
2018-12-20 22:46:08 +02:00
charlesgonzales c2ac3c36e3
Update README.md 2018-12-20 22:48:08 +08:00
charlesgonzales 0654ec8557
Update README.md 2018-12-20 22:43:14 +08:00
charlesgonzales 5a12974a3c
Update README.md 2018-12-20 22:31:57 +08:00
charlesgonzales 5248c5b68d
Update README.MD 2018-12-20 22:17:44 +08:00
charlesgonzales b07afa2c4e
Update README.MD 2018-12-20 22:16:26 +08:00
charlesgonzales b390c744f6
Update README.md 2018-12-20 22:11:11 +08:00
charlesgonzales 7eaf4d50ef
Update README.md 2018-12-20 22:07:22 +08:00
charlesgonzales 20c061130d
Update README.md 2018-12-20 22:06:51 +08:00
charlesgonzales 81cda95e71
Update README.md 2018-12-20 22:02:28 +08:00
charlesgonzales c3f1d4dd49
Update README.md 2018-12-20 21:58:43 +08:00
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