Commit Graph

14751 Commits

Author SHA1 Message Date
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
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
Devender Kumar f4ec48e0b8 Added constraint group sequence test cases (#7763) 2019-09-11 11:44:03 +02: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
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
Loredana Crusoveanu 663d533f06
Merge pull request #7647 from eugenp/lor6-patch-5
Update README.md
2019-09-08 19:26:56 +03:00
Loredana Crusoveanu 68fc4807c7
Merge pull request #7749 from eugenp/BAEL-16669
re-organize testing modules
2019-09-08 18:05:18 +03:00
Loredana Crusoveanu 9fefbde74d
Merge pull request #7695 from amit2103/BAEL-16767
[BAEL-16767] - Fix the integrations tests in spring-boot-ops
2019-09-08 17:52:12 +03:00
Loredana Crusoveanu 40aef2b22e
Merge pull request #7717 from sjmillington/core-java-reflection
[BAEL-15994] moved files to core-java-modules/core-java-reflection
2019-09-08 17:47:38 +03:00
Loredana Crusoveanu fa4f4967f3
Merge pull request #7696 from amit2103/BAEL-16635
[BAEL-16635][BAEL-16636] Split or move core-java-modules/core-java-co…
2019-09-08 17:07:45 +03:00
Loredana 1342f75609 small fixes 2019-09-08 15:52:17 +03:00
Loredana b6960a762f remove duplicate module 2019-09-08 15:33:34 +03:00
Loredana 25cff41d78 move assertion-libraries module 2019-09-08 15:32:07 +03:00
Loredana 35116b0e69 re-organize testing modules 2019-09-08 15:30:03 +03:00
Loredana Crusoveanu 4e7b8cf19d
Merge pull request #7689 from sjmillington/testing-libraries
[BAEL-16669] moved testing-modules/testing modules into relevant folders
2019-09-08 15:12:10 +03:00
hugogiordano 4cf99eb77c BAEL-3188 How to compress requests using the Spring RestTemplate. Updated GzipUtils code following editor review. (#7746) 2019-09-07 22:08:40 -07:00
amit2103 d1eebc8bef [BAEL-15393] - Fixed tests 2019-09-08 01:54:03 +05:30
amit2103 41ca87136d [BAEL-15393] - Fixed tomcat deployment 2019-09-08 01:14:46 +05:30
Vivek f53e9e55eb BAEL-3194 Radix Sort in Java (#7700) 2019-09-07 12:34:17 -07:00
amit2103 e7aa80b8a2 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-15393 2019-09-07 20:51:40 +05:30
amit2103 cfa1b4dfc4 [BAEL-16767] - Renamed RestartApplicationIntegrationTest to RestartApplicationManualTest 2019-09-07 19:51:25 +05:30
amit2103 3166e2eee5 Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-16767 2019-09-07 19:45:49 +05:30
Eugen b3323d5f22
Update README.md 2019-09-07 14:50:34 +03:00
Loredana Crusoveanu 12d8c8dd30
Merge pull request #7502 from veontomo/BAEL-3081
Code for article "Logistic Regression in Java" (BAEL-3081)
2019-09-07 13:07:57 +03:00
anilkivilcim.eray 9f88a0ff9d BAEL-3097 mapstruct version change from beta2 to final 2019-09-07 12:42:40 +03:00
wugangca f24fef9ec6 [BAEL-3210] - Java Copy Constructor (#7706)
* [BAEL-3210] - Copy constructors in Java

* [BAEL-3210] - Copy constructors in Java

* Change indentation space based on code style instructions.
2019-09-07 10:17:33 +01:00
Sam Millington 648ef77f5d [BAEL-3193] Bucket Sort In Java Code (#7731) 2019-09-07 06:31:51 +02:00
Alessio Stalla bd1ed1a3ee Code for BAEL-3189 (custom Apache Shiro permission implementation) 2019-09-06 21:16:05 +02:00
Tapan Avasthi 1fc511ba7a BAEL-3215: Use try-with-resource in FileReader demo (#7732)
- To simplify the demo, change is required in the unit-tests
 that currently uses close() method instead of try-with-resource
2019-09-06 12:13:24 -07:00
psevestre d147cabfd8 [BAEL-3164] Add spring-boot-jdbi module (#7710) 2019-09-06 12:10:48 -07:00
Michael Sievers 0e904f738a [BAEL-3077] Add examples for mapstruct with multiple source objects (#7724)
* [BAEL-3077] Add examples for mapstruct with multiple source objects

* [BAEL-3077] Add unit tests for mappers added by examples
2019-09-06 12:03:49 -07:00
rpvilao 0ca78b440d
Merge pull request #7670 from maryarm/BAEL-3009
BAEL-3009: Logging Spring WebClient calls
2019-09-06 18:14:43 +02:00
rpvilao 9f72cabe21
Merge pull request #7701 from SmartyAnsh/master
BAEL-3190 - Working with Web Services in Groovy
2019-09-06 18:10:56 +02:00
rpvilao bcc6905872
Merge pull request #7709 from dcalap/master
BAEL-3142 Removing an element from an ArrayList
2019-09-06 18:09:46 +02:00