Commit Graph

14025 Commits

Author SHA1 Message Date
collaboratewithakash ce001ff4bb
Back-link added 2019-07-03 12:14:57 +05:30
collaboratewithakash 7136f07e7a
Back-link added 2019-07-03 12:13:37 +05:30
collaboratewithakash 241c4ee443
Back-link added 2019-07-03 12:11:33 +05:30
collaboratewithakash c2563fa053
Back-link added 2019-07-03 12:08:23 +05:30
collaboratewithakash 8b7ad99af9
Back-link added 2019-07-03 12:06:59 +05:30
collaboratewithakash 8d383d5f8a
Back-link added 2019-07-03 12:05:53 +05:30
collaboratewithakash 5acc605d39
Back-link added 2019-07-03 12:04:33 +05:30
collaboratewithakash d1251f762b
Back-link added 2019-07-03 11:58:11 +05:30
collaboratewithakash 44e2cc65ca
Back-link added 2019-07-03 11:42:59 +05:30
collaboratewithakash d4f0f09948
Back-link added 2019-07-03 11:37:52 +05:30
collaboratewithakash 9a34e576c9
Back-link added 2019-07-03 11:37:42 +05:30
collaboratewithakash 8bc56f4e39
Back-link added 2019-07-03 11:32:23 +05:30
collaboratewithakash cb82c9828b
Back-link added 2019-07-03 11:26:49 +05:30
collaboratewithakash c9126ae52b
Back-link added 2019-07-03 11:25:15 +05:30
collaboratewithakash cc7260465a
Back-link added 2019-07-03 11:23:34 +05:30
collaboratewithakash 3d16af291f
Back-link added 2019-07-03 11:21:15 +05:30
collaboratewithakash 69b272888f
Back-link added 2019-07-03 11:19:52 +05:30
collaboratewithakash 524e50f5de
Back-link added 2019-07-03 11:17:10 +05:30
collaboratewithakash c828d6083e
Back-link added 2019-07-03 11:15:17 +05:30
Michael Sievers c5179b6ec8 [BAEL-3019] Add sample code for empty and blank string checks (#7176)
* [BAEL-3019] Add sample code for empty and blank string checks

* [BAEL-3019] Add article link to module README

* [BAEL-3019] Remove blank line in the beginning of certain tests

* [BAEL-3019] Unroll tests and adhere to givenXXX_thenXXX naming convention

* Revert "[BAEL-3019] Add article link to module README"

This reverts commit 675295fafa53861d2bd3eb0e766665a58adda97d.

* [BAEL-3019] Bump guava version for 'java-strings-2' to 28.0-jre
2019-07-02 20:01:53 -06:00
Pazis d67b026d29 BAEL-2962 Java Multi-line String (#7166)
* added readme

* hexagonal architecture implemented

* Java Multiline String
2019-07-02 19:20:41 -06:00
Sam Millington 7c4019e384 [BAEL-2959] A Guide to MapDB code (#7042)
* [BAEL-2959] A Guide to MapDB code

* [BAEL-2959] fixes

* [BAEL-2959] made VOLUME_LOCATION static in SortedTableMapUnitTest

* moved mapdb files from libraries to libraries-2

* [BAEL-2959] formatting fixes

* updated pom.xml
2019-07-02 21:01:30 +01:00
Loredana Crusoveanu e82221416d
Merge pull request #7146 from chandra1123/BAEL-3045-Validate-Date
Bael 3045 validate date
2019-07-02 21:59:48 +03:00
gpq5 ceb3d9ba78 added another example of custom comparator 2019-07-02 23:25:24 +05:30
cdjole 5d3d79ca84 String made of substring test update (#7234) 2019-07-02 18:02:23 +02:00
Lukasz Rys 2f7638fd37 [ BAEL-2515 ]: Move override tutorial classes to spring-testing module (#7232) 2019-07-02 13:08:35 +02:00
collaboratewithakash 43fd64c938
Back-link added 2019-07-02 13:40:43 +05:30
collaboratewithakash b886923aa9
Back-link added 2019-07-02 13:37:46 +05:30
Gerardo Roza e239fb9763 Added Integration test for ModelAttribute article 2019-07-01 22:30:44 -03:00
Gerardo Roza dc3c793717 Moved ModeAttribute article from spring-mvc-java to spring-mvc-basics module 2019-07-01 22:08:02 -03:00
Gerardo Roza bb2765c4e3 Moved Using @ResponseStatus article from spring-mvc-java to spring-mvc-basics module 2019-07-01 20:26:45 -03:00
Gerardo Roza e77faf8d99 Moved MVC Custom Valitation article code from spring-mvc-java to spring-mvc-basics module 2019-07-01 19:35:33 -03:00
Gerardo Roza e84ea4d4c5 Moved RequestMapping Shortcut annotations article code from spring-mvc-java to spring-mvc-basics 2019-07-01 18:32:49 -03:00
Gerardo Roza 00c4774774 Moved Content Negotiation article code from spring-mvc-java to spring-mvc-basics 2019-07-01 18:29:47 -03:00
gpq5 ce206fade4 fix for comparison issue with double 2019-07-02 00:40:57 +05:30
Catalin Burcea c79bc22668 added examples about how to reverse a string in java (#7219) 2019-07-01 13:16:19 +02:00
collaboratewithakash ad919054df
Back-link added 2019-07-01 16:20:28 +05:30
Johnathan Gilday 1ba4b23099 BAEL-2121 XStream RCE 2019-06-30 22:37:16 -04:00
Eric Martin 1318804764
Merge pull request #7160 from papug145/BAEL-2921
BAEL-2921 Understanding getBean
2019-06-30 20:18:17 -05:00
KevinGilmore d289cfa87e
BAEL-2898 BAEL-3057 BAEL-3020 update README files (#7228)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles

* BAEL-2736: Add link back to article

* BAEL-2789: Add link back to article

* BAEL-2489: add link back to article

* BAEL-2840: add link back to article

* BAEL-2655: add link back to article

* BAEL-2884: add link back to article

* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module

* BAEL-2898 BAEL-3057 BAEL-3020 add links back to articles
2019-06-30 16:56:39 -05:00
KevinGilmore a79e249b61
BAEL-2985 fix Spring Boot apps in spring-data-rest (#7224)
* BAEL-2246: add link back to article

* BAEL-2174: rename core-java-net module to core-java-networking

* BAEL-2174: add link back to article

* BAEL-2363 BAEL-2337 BAEL-1996 BAEL-2277 add links back to articles

* BAEL-2367: add link back to article

* BAEL-2335: add link back to article

* BAEL-2413: add link back to article

* Update README.MD

* BAEL-2577: add link back to article

* BAEL-2490: add link back to article

* BAEL-2471: add link back to article

* BAEL-2583: add link back to article

* BAEL-2738: add link back to article

* BAEL-2711: Add spring-boot-angular module to root pom

* BAEL-2544 BAEL-2711 BAEL-2575 BAEL-2657 Add links back to articles

* BAEL-2736: Add link back to article

* BAEL-2789: Add link back to article

* BAEL-2489: add link back to article

* BAEL-2840: add link back to article

* BAEL-2655: add link back to article

* BAEL-2884: add link back to article

* BAEL-2985: Fix Spring Boot Apps in spring-data-rest module
2019-06-30 16:27:50 -05:00
Drazen Nikolic 81358eefbb BAEL-2486: Added link to published article in README of examples module. (#7225) 2019-06-30 18:46:48 +02:00
eelhazati bc39e680a2 OAuth2 framework implementation. 2019-06-30 16:45:00 +01:00
Denis 447c8c3599 BAEL-2983 java objects generation with EasyRandom (#7209) 2019-06-30 06:51:05 +02:00
Anshul Bansal 6af16b82fb BAEL-2995 - possible lossy conversion 2019-06-29 21:37:40 +03:00
rpvilao 883f0a525b
Merge pull request #7110 from isaolmez/BAEL-2981
BAEL-2981: Added code samples for Handlebars.java
2019-06-29 18:56:21 +02:00
Maiklins 783a93fb47 BAEL-2933 The Difference Between Collection.stream().forEach() and Collection.forEach() (#7191) 2019-06-29 09:03:56 -05:00
Devender Kumar f2c6eb9c10 cascade type module (#7021)
* Added cascading type mudule

* fix compile error

* updated dependency version in pom
2019-06-29 15:49:06 +02:00
Kamlesh Kumar a14dc0d889 Updated the previous variable in loop (#7205) 2019-06-29 08:24:06 -05:00
Pavan Shankar Koli cf4b0e2129 BAEL-2578 Disabling auto configuration 2019-06-29 18:53:11 +05:30