Commit Graph

14832 Commits

Author SHA1 Message Date
macroscopic64 c1a6515fcf [BAEL-3288] - Graceful Shutdown of a Spring Boot Application 2019-09-22 19:15:26 +05:30
rpvilao 925b93b91c
Merge pull request #7753 from binary-joe/master
BAEL-2976 http basic auth
2019-09-22 10:26:07 +02:00
Amit Pandey a47a1a7a16 [BAEL-13506] - Removed .gitignore files (#7849) 2019-09-21 21:43:12 -06:00
KevinGilmore 0cc708c07c
BAEL-3149: fix indentation in pom.xml (#7848)
* 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

* BAEL-2338: update README

* BAEL-3149: move code to new module

* BAEL-3149: move code to new module
2019-09-21 21:46:02 -05:00
KevinGilmore b0c356b468
BAEL-2338: add link back to article (#7838)
* 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

* BAEL-2338: update README

* BAEL-3149: move code to new module
2019-09-21 09:59:04 -05:00
Erik Pragt ca1ffeb74f
Merge pull request #7667 from CROSP/spring-boot-data-javers
BAEL-790 Using JaVers for Data Model Auditing in Spring Data
2019-09-21 10:39:43 +10:00
Sam Millington 8acac28de3 [BAEL-17488] - README descriptions 4 (#7830)
* [BAEL-17488] - README descriptions 4

* [BAEL-17488] - README descriptions 4

* minor changes
2019-09-20 08:08:28 -06:00
Catalin Burcea 87e98c9085 Split or move core-java-modules/core-java-arrays module (#7784) 2019-09-20 07:47:19 -06:00
Amit Pandey f2cac1ab7c [BAEL-13506] - Split or move core-java-8 module (#7790) 2019-09-20 07:30:34 -06:00
Devender Kumar 7d65b1fb24 BAEL-3286 added component scan filter example (#7786)
* BAEL-3286 added component scan filter example

* BAEL-3286 added component scan filter example

* Fix alingemnt

* Remove unused class

* Corrected formatting

* formatted code
2019-09-19 23:09:27 -07:00
Alfred Samanga ac8c5efb74 BAEL-3321 Flogger fluent logging (#7824)
* Added Flogger maven dependency

* Implemented Flogger logging examples

* Finished implementing Flogger logging examples

* Changed Flogger Test to Integration tests
2019-09-19 23:08:12 -07:00
Antonio Moreno c1caed8dde moving basicmethods from oop-2 to oop-3 (#7827) 2019-09-19 22:56:39 -05:00
Mike Baranski 9baee5bc6e [BAEL-3058] Demonstrate named query (#7772)
* [BAEL-3058] Demonstrate named query

* [BAEL-3058] Demonstrate the wrong way to do it, change to Junit 4 style test with annotations

* Fix tab -> space and indentation

* Moved hibernate-parameters to persistence-modules directory per request

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/pom.xml

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Update persistence-modules/hibernate-parameters/src/test/java/com/baeldung/hibernate_parameters/NamedParameterUnitTest.java

Co-Authored-By: KevinGilmore <kpg102@gmail.com>

* Set version and add jar packaging
2019-09-19 22:53:16 -05:00
Loredana Crusoveanu 79ce3c0fdc
Merge pull request #7756 from at508/master
BAEL-2076
2019-09-18 20:32:17 +03:00
Eric Martin 787b41bf46
Merge pull request #7801 from CROSP/fix-spring-boot-kotlin-coroutines
BAEL-2378 Fix Non-blocking Spring Boot with Kotlin Coroutines
2019-09-17 21:38:03 -05:00
Juan Moreno 2140022058 BAEL 2338 - Updated code for the article Convert XML to HTML in Java (#7813)
* FEAT Added close handling to resources & extra security configurations

* UPDATE Added extra security configuration

* UPDATE Closed input stream & rename local variables to avoid shadowing
2019-09-17 20:35:11 -05:00
Erik Pragt 76b69c3b00
Merge pull request #7660 from drazen-nikolic/feature/BAEL-3140-comparing-dates
BAEL-3140: Comparing Dates in Java - examples.
2019-09-18 09:10:23 +10:00
Sam Millington 98ed71e98e [BAEL-17486] adding readme descriptions (#7788)
* [BAEL-17486] adding readme descriptions

* updated template

* updated link in spring-5-reactive readme

* Updated descriptions
2019-09-17 16:00:48 +01:00
Sam Millington 76c48c308e [BAEL-3193] - changes made to clean up code (#7760)
* [BAEL-3193] - changes made to clean up code

* Fixed missing linkedList import

* [BAEL-3193] - changing the default value in the findMax function
2019-09-17 16:03:20 +02:00
Eric Martin 8da0c75aef
Merge pull request #7817 from lukaszrys/feature/BAEL-1869_fix_tests
[ BAEL-1869 ] : Restroe indexManager, fix view name to be equal to th…
2019-09-17 07:08:50 -05:00
Lukasz Rys 1b85cbaafd [ BAEL-1869 ] : Restroe indexManager, fix view name to be equal to the snippet 2019-09-17 09:21:43 +02:00
psevestre c639d04151 [BAEL-3164] Update SpringBoot dependency (#7814)
* [BAEL-3164] Add spring-boot-jdbi module

* [BAEL-3164] Remove extra files

* [BAEL-3164] Update springboot main dependency
2019-09-16 22:16:30 -07:00
Loredana Crusoveanu 7bf913edf3
Merge pull request #7787 from sjmillington/guava-split-readme-move
[BAEL-16643] Add article links to mockito module
2019-09-17 08:12:43 +03:00
Loredana Crusoveanu 7fa158f131
Merge pull request #7797 from amit2103/BAEL-17326
[BAEL-17326] - Extract versions into properties
2019-09-17 00:31:51 +03:00
Amy DeGregorio 66f4d44c60 BAEL-3222 Example Code and update to spring-boot-admin examples (#7804) 2019-09-16 06:37:38 -07:00
Catalin Burcea e093daf12d changed the readme article links to https and removed the gitignore file (#7780) 2019-09-16 12:12:33 +01:00
Sam Millington 8d6c2dc2ed [BAEL-16662] Move articles out of spring-core and into spring-di and … (#7750)
* [BAEL-16662] Move articles out of spring-core and into spring-di and spring-core-2

* [BAEL-16662] Fixed required config classes

* [BAEL-16662] - Removed unused dependencies from spring-core
2019-09-16 11:00:12 +01:00
Amit Pandey 6ee7181125 [BAEL-16630] - Split or move algorithms-miscellaneous-1 module (#7699)
* [BAEL-16630] - Split or move algorithms-miscellaneous-1 module

* [BAEL-16630] - Removed .gitignore file and changed all links to https
2019-09-16 10:02:40 +01:00
Eric Martin 9f2f00e1b6
Merge pull request #7791 from lukaszrys/feature/BAEL-1869_fix_tests
[ BAEL-1869 ]: Fix Couchbase tests
2019-09-15 16:28:24 -05:00
psevestre 16c90aeb1b [BAEL-3164] Remove extra files (#7792)
* [BAEL-3164] Add spring-boot-jdbi module

* [BAEL-3164] Remove extra files
2019-09-15 09:05:41 -07:00
Alexander Molochko 0a4f2a1148 BAEL-2378 Fix Non-blocking Spring Boot with Kotlin Coroutines 2019-09-15 17:13:30 +03:00
amit2103 60fc96727a [BAEL-17326] - Extract versions into properties 2019-09-15 17:53:10 +05:30
Lukasz Rys 32e77c7f9c [ BAEL-1869 ]: Remove application.properties 2019-09-15 10:26:09 +02:00
Lukasz Rys 2bbf63e7f6 [ BAEL-1869 ]: Use couchbase.properties instead of application.properties. Exclude mongo auto in couchbase to boost performance 2019-09-15 10:20:21 +02: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
Lukasz Rys b63ad29ecc [ BAEL-1869 ]: Fix Couchbase tests 2019-09-14 22:44:06 +02:00
binary-joe 60c990b8c1 fix merge issue; refactoring 2019-09-14 19:37:32 +02:00
binary-joe eafae99b79
Merge branch 'master' into master 2019-09-14 18:33:59 +02:00
binary-joe 7da248c9db BAEL-2976 http basic auth 2019-09-14 18:29:05 +02: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
Sjmillington ac043d32f5 [BAEL-16643] removed the wrong article link from libraries-testing readme and moved hamcrest README article link 2019-09-14 13:40:30 +01:00
Sjmillington 9a0ba02e6d Add article links to mockito module 2019-09-14 13:37:24 +01: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