Commit Graph

3789 Commits

Author SHA1 Message Date
Loredana Crusoveanu bf5c396967 Merge pull request #9568 from johnA1331/master
BAEL-25522 github-related test fix (results: 18.06.2020)
2020-06-25 14:30:49 +03:00
Loredana Crusoveanu c94ee2e7ad Merge pull request #9571 from kwoyke/JAVA-1778
JAVA-1778: Fix indention size & annotation wrapping issues
2020-06-25 14:23:51 +03:00
patkorek a99314eede BAEL-2495 fixing InvalidDefinitionException (#9272)
* BAEL-2495 fixing InvalidDefinitionException

* BAEL-2495 minor changes
2020-06-25 10:12:32 +01:00
Ali Dehghani 672d6ed5d8 Fixed a typo 2020-06-25 13:32:33 +04:30
João Filipe Sabino Esperancinha dc24e71faf [BAEL-2665] Groovy Scopes (#9343)
* [BAEL-2665] Code example and HTTPS setup

* [BAEL-2665] Spock test for one big class

* [BAEL-2665] All Sub-scope tests

* [BAEL-2665] Tests for local variables

* [BAEL-2665] Uses logs instead of print

* [BAEL-2665] Review updates

* [BAEL-2665] removes unit tests

* [BAEL-2665] returns value of variable in function
2020-06-25 08:51:15 +01:00
Loredana ac98a2f029 BAEL-4088 move code to spring-mvc-java-2 module 2020-06-25 10:03:34 +03:00
Loredana Crusoveanu 6800a0e43f Merge pull request #9575 from eugenp/pr/9395
Pr/9395
2020-06-25 09:50:51 +03:00
developerDiv bb2060ee78 Move to java-core-networking-2 2020-06-24 22:07:48 +01:00
Greg a3a452c108 Merge pull request #9344 from marcinkrykowski/number-formatting-java
Add Format Number implementation and tests
2020-06-24 14:51:34 -04:00
Greg Martin bbff3222ec Create README.md
Added readme
2020-06-24 13:41:02 -04:00
Ali Dehghani 1ff99dfea7 Default Serial Version UID 2020-06-24 21:55:56 +04:30
Ali Dehghani 39c55876c9 Added Custom Health Groups 2020-06-24 21:07:15 +04:30
bfontana 184ea1c260 Merge pull request #9556 from alimate/BAEL-4310
BAEL-4310: Array Length Example
2020-06-24 11:43:59 -03:00
Krzysztof Woyke dbf302c6ba JAVA-1642: Get rid of the overriden spring-boot.version property 2020-06-24 15:42:46 +02:00
Krzysztof Woyke 0544d35e2e JAVA-1778: Fix indention size & annotation wrapping issues 2020-06-24 14:17:36 +02:00
Ali Dehghani 9f224670a6 Fixed a typo 2020-06-24 15:21:53 +04:30
Ali Dehghani 4df44e18c5 Move the Memory Layout Codebase to a new Module 2020-06-24 15:19:35 +04:30
Gergo Petrik ac6390da3b Bal 4152 covariant return type (#9561)
* BAEL-4152: added covariant return type material

* BAEL-4152: covariant return type article related code is moved to another package
2020-06-23 23:16:17 -07:00
johnA1331 5b04681166 Update README.md 2020-06-24 14:14:06 +08:00
johnA1331 6d275cafe7 Update README.md 2020-06-24 14:12:51 +08:00
johnA1331 680fbce6cf Create README.md 2020-06-24 14:11:41 +08:00
Tyrell Flurry 1aec78c4b9 BAEL-4088: renamed module. 2020-06-23 22:06:50 -04:00
Josh Cummings edc392ebcf Merge pull request #9534 from sampada07/JAVA-1848-piecemeal
Java-1848: Group apache-* modules with a single article
2020-06-23 19:23:05 -06:00
Josh Cummings f5a7b96306 Merge pull request #9553 from eugenp/ktln-43
Update README.md
2020-06-23 17:30:56 -06:00
Ali Dehghani d9f00b7004 The Stack-Walking API for Currently Executing Method 2020-06-24 02:14:24 +04:30
Adrian Maghear 98de5348b7 Merge remote-tracking branch 'baeldung/master' into BAEL-4131#division-by-zero 2020-06-23 22:15:02 +02:00
Adrian Maghear 7acbc61340 [BAEL-4131] division by zero unit tests 2020-06-23 22:14:30 +02:00
Jonathan Cook 1751937ca2 Merge pull request #9564 from nguyennamthai/BAEL-4068-v2
Bael 4068 v2
2020-06-23 21:55:34 +02:00
Dhawal Kapil 7bc54d31ac Merge pull request #9565 from sampada07/JAVA-913
JAVA-934: Migrate spring-cloud-ribbon-client to parent-boot-2
2020-06-23 19:57:27 +05:30
sampadawagde 0adfa34fa5 JAVA-934: Migrate spring-cloud-ribbon-client to parent-boot-2 2020-06-23 17:49:52 +05:30
Nguyen Nam Thai 8bd2b78086 BAEL-4068 Add spring-di-2 to the parent project 2020-06-23 18:33:33 +07:00
Nguyen Nam Thai fd16e9ed4f BAEL-4068 Remove AspectJ DI from module spring-di 2020-06-23 18:07:00 +07:00
Nguyen Nam Thai 580a3bb920 BAEL-4068 Add AspectJ DI to module spring-di-2 2020-06-23 18:06:57 +07:00
Marcin Krykowski 8e459cef24 Correct test naming 2020-06-23 09:51:56 +01:00
johnA1331 2e7d6c9341 Update README.md 2020-06-23 16:51:32 +08:00
johnA1331 760e539ff5 Update README.md 2020-06-23 16:02:47 +08:00
johnA1331 a0e9359cf7 Update README.md 2020-06-23 15:54:14 +08:00
Azhwani 8f2ff8a500 BAEL-4087: Inject a Map from a yaml file with Spring (#9560)
* Add server.yml

* Add MapFromYamlApplication.java

* Add YamlPropertySourceFactory.java

* Add ServerProperties.java

* Add MapFromYamlApplicationTests.java

* last commit

Co-authored-by: azhwani <>
2020-06-22 20:07:21 -07:00
Amy Regnier 0d66be29a7 Updates to resolve issues raised by Kevin Gilmore 2020-06-22 11:38:08 -05:00
Ali Dehghani 52c03a3a48 Array Length Example 2020-06-22 21:03:09 +04:30
davidmartinezbarua 1739280948 Merge pull request #9526 from alimate/BAEL-4116
BAEL-4116: Objects Memory Layout in Java
2020-06-22 13:08:16 -03:00
Josh Cummings e504eb330e Update README.md
Issue KTLN-43
2020-06-22 08:29:13 -06:00
Josh Cummings 2c007f42bd Merge pull request #9541 from amit2103/JAVA-1952
Check Article Code Matches GitHub
2020-06-22 08:22:22 -06:00
Krzysztof Majewski 70672e1e0d KTLN-137 2020-06-22 15:06:29 +02:00
Krzysztof Majewski 644c393a1b Merge pull request #1 from eugenp/master
merge
2020-06-22 14:47:01 +02:00
Loredana Crusoveanu e381aac6e8 Merge pull request #9517 from johnA1331/master
BAEL-25428 add links to github-baeldung articles
2020-06-22 14:24:38 +03:00
Loredana Crusoveanu 1e3c2b2a75 Update .gitignore 2020-06-22 12:50:14 +03:00
Loredana Crusoveanu 68316251df Merge branch 'master' into master 2020-06-22 10:58:31 +03:00
Philippe 6646f3e8a6 BAEL-2322: PR fix 2020-06-21 20:56:01 -03:00
Philippe 2f9308f15f BAEL-2322: PR fix 2020-06-21 20:49:45 -03:00