Commit Graph

13998 Commits

Author SHA1 Message Date
antmordel 3e422db73a Modified location 2019-06-24 14:44:24 +01:00
Drazen Nikolic ca560514a0 BAEL-2486: Spring Data MongoDB Tailable Cursor example. (#7182) 2019-06-24 12:44:13 +02:00
amit2103 0dc22fbc7a [BAEL-14274] - Fixed article code for https://www.baeldung.com/spring-jdbc-jdbctemplate 2019-06-24 00:16:24 +05:30
amit2103 69d6c80a49 [BAEL-14274] - Fixed article code for https://www.baeldung.com/transaction-configuration-with-jpa-and-spring 2019-06-23 23:32:05 +05:30
amit2103 b1ff8e6289 [BAEL-14274] - Fixed article code for https://www.baeldung.com/spring-profiles 2019-06-23 23:06:32 +05:30
amit2103 74f46ef95a [BAEL-14274] - Fixed article code for https://www.baeldung.com/java-optional 2019-06-23 21:05:41 +05:30
amit2103 badc9eb562 [BAEL-14274] - Fixed article code for https://www.baeldung.com/spring-boot-actuators 2019-06-23 20:55:07 +05:30
amit2103 57fa2baf72 [BAEL-14274] - Fixed article code for https://www.baeldung.com/spring-requestmapping 2019-06-23 20:30:38 +05:30
amit2103 559de5cfd6 [BAEL-14274] - Fixed article code for https://www.baeldung.com/swagger-2-documentation-for-spring-rest-api 2019-06-23 17:55:03 +05:30
amit2103 aa80328881 [BAEL-14274] - Fixed article code for https://www.baeldung.com/rest-template 2019-06-23 17:22:18 +05:30
dev-chirag b40a4ad256
Merge branch 'master' into master 2019-06-23 15:14:45 +05:30
Arho Huttunen 7b244aabda BAEL-2911 - JUnit Custom Display Name Generator API 2019-06-23 10:07:06 +03:00
gpq5 706035468b Minor fixes 2019-06-23 12:35:44 +05:30
Denis Zhdanov 212326a754 BAEL-2910 MockMvc Kotlin DSL
* configured spring repo in the 'parent-kotlin' model
  to allow using spring's milestone artifacts
* configured jackson kotlin module in the 'parent-kotlin'
  to allow easy use of kotlin data classes with jackson
* switched spring-mvc-kotlin from explicit spring
  dependencies to spring-boot
* mockmvc dsl article's source and tests
2019-06-23 13:50:50 +08:00
gpq5 0eeb8a37f5 added additional examples 2019-06-23 08:58:20 +05:30
Ariel Papuga 07b49e32c2 BAEL-2921 Understanding getBean 2019-06-22 23:02:07 +02:00
amit2103 0a5fd24975 [BAEL-14776] - Deleted README file to fix conflict 2019-06-23 00:11:11 +05:30
gpq5 f13b1e78ef [BAEL-3002] Comparing 2 JSON objects with Jackson 2019-06-22 22:17:12 +05:30
DOHA 29912c960e upload files mongodb and spring boot 2019-06-22 18:43:22 +03:00
Erik Pragt 9d7d7b4dde
Merge pull request #7156 from dupirefr/bael-2996
dupirefr/dupire.francois+pro@gmail.com [BAEL-2996] Matrices Multiplication in Java
2019-06-22 08:53:35 -05:00
dupirefr 9ec362f520 [BAEL-2996] Removed useless classà 2019-06-22 11:43:33 +02:00
dupirefr bc8fbaf579 Ã[BAEL-2996] Used qualified class for benchmarking 2019-06-22 11:40:10 +02:00
isaolmez ca3ef57f04 BAEL-2981: Changed helper name 2019-06-22 11:18:41 +03:00
Krzysztof Majewski fcc4fa4afa format 2019-06-21 16:07:02 +02:00
dupirefr 327fc24a4b [BAEL-2996] Moving all test under this module and adding benchmarking 2019-06-21 07:46:51 +02:00
dupirefr bc498d61b3 [BAEL-2996] Moved previous tests and added own implementation 2019-06-21 07:46:51 +02:00
dupirefr 5296f37727 [BAEL-2996] Small fixes 2019-06-21 07:46:51 +02:00
dupirefr 874f8d07c8 [BAEL-2996] Fixed formatting 2019-06-21 07:46:49 +02:00
dupirefr e885264b5f [BAEL-2996] Added ND4J dependency and matrices multiplication test 2019-06-21 07:46:49 +02:00
dupirefr 8a8f880d33 [BAEL-2996] Improved test with simpler matrix validation 2019-06-21 07:46:49 +02:00
dupirefr 082aa7d0a6 [BAEL-2996] Added la4j library example 2019-06-21 07:46:49 +02:00
dupirefr 4b14001cb3 [BAEL-2996] Added Colt library example 2019-06-21 07:46:49 +02:00
dupirefr 7d71c3ac94 [BAEL-2996] Added ejml example 2019-06-21 07:46:49 +02:00
dupirefr ddc85d20b9 [BAEL-2996] Apache Commons Math3 example 2019-06-21 07:46:49 +02:00
Maiklins d2ae74a037 BAEL-2933 The Difference Between Collection.stream().forEach() and Collection.forEach() (#7137) 2019-06-21 06:59:26 +02:00
nikunjgandhi1987 01bfd6a353 Mini article raw type in java (#7142)
* Raw type example implementation
2019-06-20 22:19:33 -06:00
Erik Pragt 3e1107f217
Merge pull request #7153 from asturcon/BAEL-2977-stream-skip-limit
Bael 2977: stream skip() vs limit()
2019-06-20 16:23:27 -05:00
Laurentiu Delcea b748c86ce3 BAEL-2982 NanoHTTPD guide (#7148) 2019-06-20 21:53:47 +02:00
Eric Martin efe62f6dc4
Merge pull request #7087 from er-han/BAEL-2955
Added code sample for autoservice
2019-06-20 14:37:24 -05:00
Loredana Crusoveanu 6e1910a814
Delete DaveValidatorUsingLocalDate.java 2019-06-20 21:45:00 +03:00
Erik Pragt 04a89618f5
Merge pull request #7152 from asturcon/BAEL-2427-refactor
BAEL 2427: code moved from core-java to core-java-exceptions
2019-06-20 13:37:38 -05:00
Marcos Lopez Gonzalez 5ddae76ae1 code moved from core-java to core-java-exceptions 2019-06-20 19:46:17 +02:00
Marcos Lopez Gonzalez ece6d5c35c Merge branch 'eugenmaster' 2019-06-20 19:33:03 +02:00
Krzysztof Majewski c2823762a7 BAEL-3001 2019-06-20 14:27:03 +02:00
Erhan Karakaya d0b2aa8635 removed empty beggining lines & added override annotation 2019-06-20 11:00:12 +03:00
Chandra Prakash 3862de2519 BAEL-3045 Validate Date
Check if a string contains valid date
2019-06-20 00:41:47 -04:00
Erik Pragt 37942a25b6
Merge pull request #7129 from tryncatch/BAEL-2804
BAEL-2804 JPA Query Parameters Usage
2019-06-19 20:21:33 -05:00
glopez 0ef4938069 BAEL-2804 JPA Query Parameters Usage - formatting style
Fix formatting style.
2019-06-19 20:15:56 -03:00
Marcos Lopez Gonzalez 405746ad27 Merge branch 'master' into BAEL-2977-stream-skip-limit 2019-06-19 13:41:11 +02:00
Marcos Lopez Gonzalez 0927be728a Merge branch 'eugenmaster' 2019-06-19 13:40:53 +02:00