14784 Commits

Author SHA1 Message Date
Alexander Molochko
0a4f2a1148 BAEL-2378 Fix Non-blocking Spring Boot with Kotlin Coroutines 2019-09-15 17:13:30 +03:00
Eric Martin
9154f5e062
Merge pull request #7741 from kevinkraus/master
BAEL-3227
2019-09-14 20:52:23 -05:00
Amit Pandey
84fb781009 [BAEL-16631] - Split or move algorithms-miscellaneous-2 module (#7702)
* [BAEL-16631] - Split or move algorithms-miscellaneous-2 module

* [BAEL-16631] - Remove the .gitignore files and changed the links to https
2019-09-14 23:31:11 +01:00
Juan Moreno
c291aae952 BAEL 2338 - Sample code for the article (#7762)
* FEAT Added Jaxp transformer to convert xml to html

* CHORE Added additional refactors

* UPDATE Refactor to use Map instead of Element navigation

* FEAT Added Stax transformer to convert from XML to HTML

* FEAT Added Freemarker transformer

* FEAT Added Mustache transformer
2019-09-14 09:30:41 -05:00
Loredana Crusoveanu
81da8bb2d3
Merge pull request #7730 from sjmillington/core-java-move-1
[BAEL-13505] Move articles out of core-java part 1
2019-09-14 14:59:46 +03:00
Catalin Burcea
2a165908c2 unmarshalling dates using JAXB - examples (#7672) 2019-09-14 10:46:52 +01:00
Loredana Crusoveanu
a4af49d09e
Merge branch 'master' into core-java-move-1 2019-09-14 11:45:57 +03:00
Loredana Crusoveanu
da781bf1d1
Merge pull request #7777 from eugenp/lor6-patch-3
Update README.md
2019-09-14 10:22:39 +03:00
Loredana Crusoveanu
618ac8685f
Merge pull request #7776 from eugenp/lor6-patch-2
Update README.md
2019-09-14 10:22:24 +03:00
Dhawal Kapil
2c19d277d4 BAEL-17420 Slice 16 | The top 100 articles should have their own package in the module (#7747) 2019-09-13 11:38:57 +01:00
Antonio Moreno
c5675b4a31 adding methods in java tutorial (#7766)
* adding methods in java tutorial

* adding static method and removing link
2019-09-12 22:43:40 -05:00
Loredana Crusoveanu
a08dd3f7dc
Merge pull request #7779 from catalin-burcea/BAEL-16641
[BAEL-16641] Split or move core-java-modules/core-java-networking module
2019-09-12 22:32:10 +03:00
Loredana Crusoveanu
24137dfd7a
Merge pull request #7769 from sjmillington/guava-split
[BAEL-16643] Split guava module
2019-09-12 22:26:38 +03:00
Kamlesh Kumar
1f129995de BAEL-3139: Moved code to a new project core-java-concurrency-2 (#7778) 2019-09-12 06:58:07 -07:00
catalin-burcea
d96a072680 Split or move core-java-modules/core-java-networking module 2019-09-12 12:54:41 +03:00
Jonathan Cook
8673e3a460 BAEL-3132 - Linux Commands - Loop Through Directories/Folders (#7682)
* BAEL-3132 - Linux Commands - Loop Through Directories/Folders

* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
- update pom description.

* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
- Add another example using find exec.

* BAEL-3132 - Linux Commands - Loop Through Directories/Folders
2019-09-12 10:37:21 +01:00
Catalin Burcea
ec23ab367e Split or move core-java-modules/core-java-lang-oop module (#7767) 2019-09-12 10:32:10 +01:00
Loredana Crusoveanu
71818a79cc
Merge pull request #7774 from catalin-burcea/BAEL-16629
[BAEL-16629] Split or move java-numbers module
2019-09-12 09:02:16 +03:00
Loredana Crusoveanu
51eac5b894
Merge pull request #7775 from eugenp/fix/BAEL-2991
Renames java-sql20 to a more generic module persistence-libraries.
2019-09-11 22:12:35 +03:00
Loredana Crusoveanu
fb1ed77838
Update README.md 2019-09-11 21:47:26 +03:00
Loredana Crusoveanu
075f6476fc
Update README.md 2019-09-11 21:46:42 +03:00
Rui Vilao
4f1aa7ab6d Renames java-sql20 to a more generic module persistence-libraries. 2019-09-11 20:03:56 +02:00
NickTononi
b7c58ddce6 [BAEL-3279]Add missing code snippets from the Spring RequestMapping article (#7768)
* [BAEL-3279]Add missing code snippets from the Spring RequestMapping article

* [BAEL-3279] Updated snippets

* changhed tabs to spaces

* fixed import issues

* fixed package
2019-09-11 12:23:33 +01:00
fanatixan
ff15a61559 BAEL-16653 (#7691)
* added module 'design-patterns-behavioral'

* added module 'design-patterns-structural'

* added module 'design-patterns-creational'

* added module 'design-patterns-architectural'

* added module 'design-patterns-functional'

* moved facade code examples from design-patterns to design-patterns-structural

* moved singleton examples from design-patterns to design-patterns-creational

* moved bridge examples from design-patterns to design-patterns-structural

* moved creational examples from design-patterns to design-patterns-creational

* moved observer examples from design-patterns to design-patterns-behavioral

* moved flyweight examples from design-patterns to design-patterns-creational

* moved service locator examples from design-patterns to design-patterns-architectural

* moved double checked locking singleton examples from design-patterns to design-patterns-creational

* moved composite examples from design-patterns to design-patterns-structural

* moved visitor examples from design-patterns to design-patterns-behavioral

* moved dao examples from design-patterns to design-patterns-architectural

* moved interpreter examples from design-patterns to design-patterns-behavioral

* moved state examples from design-patterns to design-patterns-behavioral

* moved decorator examples from design-patterns to design-patterns-structural

* renamed LogerUtil to LoggerUtil

* moved template method examples from design-patterns to design-patterns-behavioral

* moved chain of responsibility examples from design-patterns to design-patterns-behavioral

* moved command examples from design-patterns to design-patterns-behavioral

* moved constructor vs static factory method examples from design-patterns to design-patterns-creational

* moved adapter examples from design-patterns to design-patterns-structural

* moved currying examples from design-patterns to design-patterns-functional

* moved proxy examples from design-patterns to design-patterns-structural

* moved persistence.xml from design-patterns to design-patterns-architectural

* deleted empty module: design-patterns

* moved mediator examples from design-patterns-2 to design-patterns-behavioral

* moved null object examples from design-patterns-2 to design-patterns-behavioral

* moved null check examples from design-patterns to design-patterns-behavioral

* moved freebuilder examples from design-patterns-2 to design-patterns-creational

* added module design-patterns-behavioral-2

* moved memento examples from design-patterns-2 to design-patterns-behavioral-2

* removed empty module design-patterns-2

* changed http to https in readmes in modules design-patterns-*
2019-09-11 12:00:16 +01:00
catalin-burcea
9addb86012 Split or move java-numbers module 2019-09-11 13:16:58 +03:00
Devender Kumar
f4ec48e0b8 Added constraint group sequence test cases (#7763) 2019-09-11 11:44:03 +02:00
Kevin Kraus
42b6bf5c02 add asserts and use temp directory 2019-09-10 21:40:34 -05:00
Kevin Kraus
714e909e97 move to core-java-io 2019-09-10 20:47:13 -05:00
Sjmillington
4a3ca68047 [BAEL-16643] Split guava module 2019-09-10 16:52:28 +01:00
Vivek
dc1cd98cd0 BAEL-3194: Radix Sort in Java (changed the method name to comply with site standards) (#7761) 2019-09-10 07:36:37 -07:00
Dhawal Kapil
fe94b62375 BAEL-17450 Slice 20 | The top 100 articles should have their own package in the module (#7757) 2019-09-10 12:43:16 +01:00
Dhawal Kapil
4cfb4b8d25 BAEL-17439 Slice 18 | The top 100 articles should have their own package in the module (#7754) 2019-09-10 12:42:41 +01:00
Eric Martin
c52a637aea
Merge pull request #7740 from alessiostalla/BAEL-3189
Code for BAEL-3189 (custom Apache Shiro permission implementation)
2019-09-09 22:24:07 -05:00
Eric Martin
ad073e5691
Merge pull request #7610 from kivicko/BAEL-3097-mapstruct-custom-method
BAEL-3097 init for mapstruct custom mapping method
2019-09-09 22:06:45 -05:00
KevinGilmore
5ba18b2ec7
BAEL-3149 and BAEL-3043 add links back to articles (#7765)
* 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

* BAEL-3126 BAEL-2463 README

* BAEL-2989: add README

* BAEL-3149 BAEL-3043 update README
2019-09-09 21:45:01 -05:00
Dhawal Kapil
d5abe46c25 BAEL-17449 Slice 19 | The top 100 articles should have their own package in the module (#7755) 2019-09-09 14:32:09 +01:00
Dhawal Kapil
2f5dcfaa65 BAEL-17393 Slice 14 | The top 100 articles should have their own package in the module (#7729)
-Moved code snippets to proper packages
2019-09-09 14:31:22 +01:00
Dhawal Kapil
284448b8c9 BAEL-17438 Slice 17 | The top 100 articles should have their own package in the module (#7748) 2019-09-09 14:20:01 +01:00
Nick
ba001ed4a2 Examples for 'Finding the difference between two strings in Java' (#7625)
* initial commit

* Reformatting and addressing review comments

* Examples for 'Finding the difference between two strings in Java'

* Removing evaluation article code

* Adding benchmarks

* Removing performance tests from unit test class

* upgrading diff-match-patch version

* making benchmark methods return a value

* Moving code to java-strings-3

* Moving stuff around

* New unit test format
2019-09-09 13:57:25 +01:00
Dhawal Kapil
7d412feca5 BAEL-17397 Slice 15 | The top 100 articles should have their own package in the module (#7742) 2019-09-09 13:38:25 +01:00
Ger Roza
b6183e9315 [BAEL-9498] Fix failing context tests - part 2 (#7738)
* fixed Spring Context Test in spring-data-rest-querydsl module

* fixed spring-ejb/spring-ejb-client Context tests, removed ContextIntegrationTest and added a note to the ContextLiveTest. Plus, redefined spring-ejb-remote url in pom, it was not working properly'

* Fixed Context test in spring-remoting/remoting-jms/remoting-jms-server, added notes for Live Test

* Fixed Context test in spring-remoting/remoting-rmi\remoting-rmi-server, added notes for Live Test

* Fixed Context test in spring-rest-query-language, added note for ContextTest and deleter ContextIntegrationTest

* renamed SpringContextIntegrationTest to SpringContextTest, as per comment in BAEL-14304
2019-09-09 12:16:40 +01:00
Eric Martin
27b5ddfb38
Merge pull request #7673 from kertpjatkin/master
[BAEL-2851] Debugging the Spring MVC 404 “No mapping found for HTTP request with URI...” error
2019-09-08 22:45:16 -05:00
Kevin Kraus
9f2a9a9c36 renaming test 2019-09-08 22:14:40 -05:00
Kevin Kraus
2a7f9f6ede improving absolute path test 2019-09-08 22:00:54 -05:00
Kevin Kraus
0eac69ca79 fix package name 2019-09-08 21:51:37 -05:00
Loredana Crusoveanu
bb968a92da
Merge pull request #7744 from amit2103/BAEL-15393
Bael 15393
2019-09-08 22:39:40 +03:00
Eric Martin
22d6bef432
Merge pull request #7708 from lukaszrys/feature/BAEL-1869_couchbase_reactive
[ BAEL-1869 ]: Couchbase spring reactive article
2019-09-08 14:13:29 -05:00
Eric Martin
c2a9469856
Merge pull request #7666 from macieg/bael-3192
BAEL-3192 | A guide to System.gc()
2019-09-08 14:04:39 -05:00
Sam Millington
3207ee034a
Merge branch 'master' into core-java-move-1 2019-09-08 18:21:13 +01:00
Loredana Crusoveanu
663d533f06
Merge pull request #7647 from eugenp/lor6-patch-5
Update README.md
2019-09-08 19:26:56 +03:00