3527 Commits

Author SHA1 Message Date
helga_sh
768658cfc8 Fixed builder formatting 2020-07-29 11:36:09 +03:00
helga_sh
c67658322b CNN example with Deeplearning4j in Java: add missing letter in pom 2020-07-23 17:33:31 +03:00
helga_sh
06a10e8353 CNN example with Deeplearning4j in Java: add missing letter in pom 2020-07-23 17:33:06 +03:00
helga_sh
51f1fc9b1e CNN example with Deeplearning4j in Java: refactor 2020-07-23 16:17:04 +03:00
helga_sh
adc586c566 CNN example with Deeplearning4j in Java 2020-07-23 09:21:51 +03:00
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
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 Crusoveanu
6800a0e43f Merge pull request #9575 from eugenp/pr/9395
Pr/9395
2020-06-25 09:50:51 +03: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
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
0544d35e2e JAVA-1778: Fix indention size & annotation wrapping issues 2020-06-24 14:17:36 +02:00
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
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
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
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
68316251df Merge branch 'master' into master 2020-06-22 10:58:31 +03:00
Vikas Rajput
36fc142917 BAEL-4085: First Draft completed (#9532)
* BAEL-4085: First Draft completed

* BAEL-4085: used ternary operator for if condition

Co-authored-by: Vikas Ramsingh Rajput <vikas.rajput@crownconsult.com>
2020-06-21 15:16:29 -07:00
kwoyke
eeaf6c9350 BAEL-4176: Set noreply@baeldung.com as the from address (#9536) 2020-06-21 19:39:39 +02:00
Loredana Crusoveanu
e2987ffae9 Merge pull request #9537 from amit2103/JAVA-1746-2
Update repository links to use https
2020-06-21 20:05:18 +03:00
amit.pandey
3a8212a54d Check Article Code Matches GitHub 2020-06-21 19:22:08 +05:30
Josh Cummings
118786c62a Merge pull request #9436 from anirban99/feature/ktln-43/working-with-lists-in-kotlin
KTLN-43 : Working with lists in Kotlin
2020-06-20 23:33:40 -06:00
Eric Martin
19f25cebad Merge pull request #9528 from dev-chirag/master
BAEL3923 Upgrading Powermock version to 2.0,7
2020-06-20 23:04:21 -05:00
Eric Martin
2dd5aa5614 Merge pull request #9483 from michael-pratt/BAEL-4098
Add examples for BAEL-4098
2020-06-20 22:46:09 -05:00
amit.pandey
c282780328 Update repository links to use https 2020-06-21 00:50:55 +05:30
Michael Pratt
2ac608dfd3 BAEL-4098: Add note about spring security 2020-06-20 12:33:30 -06:00
sampadawagde
dea97a47a3 JAVA-1848: main pom changes 2020-06-20 22:50:51 +05:30
sampadawagde
88cff01bee JAVA-1848: Updated README for new module 2020-06-20 22:45:20 +05:30
sampadawagde
689482831a JAVA-1848: Moved apache-zookeeper to apache-libraries 2020-06-20 22:44:46 +05:30