Commit Graph

1282 Commits

Author SHA1 Message Date
sampada 93770e684a BAEL-15988 : application.properties changes 2020-02-11 10:53:27 +05:30
sampada 2cc05b370b BAEL-15988 : Java file movement 2020-02-11 10:52:06 +05:30
sampada eeacffa08d BAEL-15988 : all README files 2020-02-11 10:41:13 +05:30
sampada f41b219d93 BAEL-15988 : pom files 2020-02-11 10:39:59 +05:30
sampada 03c30d1d72 BAEL-15988 : spring boot artifacts/pom.xml 2020-02-10 23:46:48 +05:30
chris9408 5860e8baa6 [BAEL-3750] Breaking YAML Strings Over Multiple Lines (#8664)
* [BAEL-3750] Breaking YAML Strings Over Multiple Lines

* Added yamo module to appropriate profiles

* Article improvements

* Fix

* [BAEL-3750] Moved multi line yaml files from the yaml module to the libraries-data-io folder

* [BAEL-3750] deleted the yaml module

Co-authored-by: cristirosu <cristi.rosu4@gmail.com>
2020-02-10 15:28:28 +00:00
Dhawal Kapil 1c5597e481 Merge pull request #8648 from kwoyke/BAEL-20886
BAEL-20886: Move spring-boot-security into spring-boot-modules
2020-02-10 20:34:26 +05:30
Priyesh Mashelkar 6dcb329bbc BAEL-3499 Moved code to spring-boot-properties (#8643) 2020-02-09 23:27:55 +01:00
Loredana Crusoveanu 3b4c813b43 Merge pull request #8692 from Maiklins/BAEL-20869-move-remaining-spring-modules
BAEL-20869 Move remaining spring boot modules (update main pom file)
2020-02-09 21:46:30 +02:00
Loredana Crusoveanu cabff07ff2 Merge pull request #8694 from fanatixan/master
corrected typo
2020-02-09 20:36:02 +02:00
fejera 17e8bbd128 corrected typo 2020-02-09 17:40:30 +01:00
mikr 10b4a8f67b BAEL-20869 Move remaining spring boot modules (update main pom file) 2020-02-09 14:00:22 +01:00
mikr 2d376f7dfb BAEL-20869 Move remaining spring boot modules (update main pom file) 2020-02-09 13:55:06 +01:00
Loredana Crusoveanu 7693dea699 Merge pull request #8658 from amit2103/BAEL-21547
updated .gitignore to add files generated after build
2020-02-09 12:17:16 +02:00
Loredana Crusoveanu d3c6a1af82 Merge pull request #8686 from kwoyke/BAEL-20602-2
BAEL-20602: Use contains instead of verifying strings' equality
2020-02-09 10:27:43 +02:00
Loredana Crusoveanu e53eca2df8 Merge pull request #8685 from amit2103/BAEL-20533-1
Bael 20533 1
2020-02-09 10:24:27 +02:00
dev-chirag 70853770dd BAEL3771 Cache Headers in Spring MVC (#8682)
* BAEL3771: Cache Headers in Spring MVC

* BEAL3771: Cache Headers in Spring MVC

* BEAL3771: Cache Headers in Spring MVC
2020-02-08 20:13:09 -08:00
Seun Matt 4869ddbc3e example code for BAEL-3749 (#8679)
* example code for BAEL-3749

* added live test

* added live test
2020-02-08 20:10:23 -08:00
Krzysiek 733c46db9b BAEL-20602: Use contains instead of verifying strings' equality 2020-02-08 23:32:34 +01:00
amit.pandey b368399b28 resolve conflicts 2020-02-09 02:34:45 +05:30
Loredana Crusoveanu fbbafeb4d2 Merge pull request #8681 from kwoyke/BAEL-21730
BAEL-21730: Standardize packages in persistence-modules (part 1)
2020-02-08 22:18:51 +02:00
Sam Millington 9391ed87d9 Added code for open-cv (#8657)
* Added code for open-cv

* moved code over to image-processing directory
2020-02-08 18:18:32 +00:00
Eric Martin 38325fff17 Merge pull request #8556 from maryarm/BAEL-3454
BAEL-3454: Guide to AVL trees in Java
2020-02-08 08:40:44 -06:00
Krzysiek f3e56b6797 BAEL-21730: Migrate spring-data-cassandra to com.baeldung 2020-02-08 11:59:21 +01:00
Krzysiek 5f9f5dd922 BAEL-21730: Migrate r2dbc to com.baeldung 2020-02-08 11:46:22 +01:00
Krzysiek ee06ac88bd BAEL-21730: Migrate querydsl to com.baeldung 2020-02-08 11:37:18 +01:00
Loredana Crusoveanu 63d394d697 Merge pull request #8668 from johnA1331/master
BAEL-21624
2020-02-08 12:35:17 +02:00
Krzysiek 4d9d171bb8 BAEL-21730: Migrate hbase to com.baeldung 2020-02-08 11:30:26 +01:00
Loredana Crusoveanu c4ca9fc8d6 Merge pull request #8673 from kwoyke/BAEL-20881-fix
BAEL-20881: Move spring-boot-performance into spring-boot-modules (fix)
2020-02-08 01:11:40 +02:00
Loredana Crusoveanu fd8fe93545 Merge pull request #8674 from kwoyke/BAEL-20867-fix
BAEL-20867: Move spring-boot-di into spring-boot-modules (fix)
2020-02-08 01:10:13 +02:00
Krzysiek f77c90f06e Merge branch 'master' into BAEL-20886 2020-02-07 21:43:20 +01:00
Dhawal Kapil 1c0383a313 Merge pull request #8629 from amit2103/BAEL-21541
updated spring 4 minor version
2020-02-08 00:08:04 +05:30
Greg 218d9c92f4 Merge pull request #8534 from carloscaverobarca/BAEL-3739-string-Contains-Case-Insensitive-Java
[BAEL 3739] -  Workarounds for String contains case insensitive in Java
2020-02-07 10:35:43 -05:00
Jonathan Cook 4e3191c488 Merge pull request #8609 from martinvw/feature/BAEL-2397-text-blocks
Feature/bael 2397 text blocks
2020-02-07 16:01:27 +01:00
Martin van Wingerden b0ba3cec5f [BAEL-2397] Text Blocks
Replaced by `p` by `span`
2020-02-07 14:06:26 +01:00
Krzysiek a7960112eb BAEL-20867: Move spring-boot-di into spring-boot-modules (fix) 2020-02-06 22:29:32 +01:00
Krzysiek d42d266583 BAEL-20881: Move spring-boot-performance into spring-boot-modules (fix) 2020-02-06 22:19:54 +01:00
Loredana Crusoveanu e994174d1f Merge pull request #8659 from Maiklins/BAEL-20869-move-remaining-spring-modules
BAEL-20869 move remaining spring modules
2020-02-06 21:19:40 +02:00
Kamlesh Kumar a51dd49517 BAEL-3459: Introduction to cache2k (#8651) 2020-02-05 21:07:19 -06:00
Martin van Wingerden 1e2c72c2a5 [BAEL-2397] Text Blocks
Move the + signs to the beginning of the lines
2020-02-05 22:01:08 +01:00
amit.pandey 3af7fbf8a7 added newly added core-java-regex module in parent pom 2020-02-05 19:57:52 +05:30
amit.pandey fa6647a95e move regex module from existing module to core-java-regex module 2020-02-05 19:39:20 +05:30
johnA1331 436cbac7ed Update README.md 2020-02-05 16:48:07 +08:00
johnA1331 186cfdc8fc Create README.md 2020-02-05 16:46:28 +08:00
johnA1331 debd66c2d0 Update README.md 2020-02-05 16:45:00 +08:00
johnA1331 df0ae7e241 Update README.md 2020-02-05 16:43:47 +08:00
johnA1331 cab929a52b Update README.md 2020-02-05 16:41:02 +08:00
johnA1331 095af99a8b Update README.md 2020-02-05 16:36:00 +08:00
johnA1331 532a9c4b6a Create README.md 2020-02-05 16:34:01 +08:00
johnA1331 3f916b2f34 Update README.md 2020-02-05 16:32:07 +08:00