Commit Graph

19224 Commits

Author SHA1 Message Date
helga_sh
eeff326731 CNN example with Deeplearning4j in Java: refactor 2020-07-23 16:17:04 +03:00
helga_sh
6e1cab0051 CNN example with Deeplearning4j in Java 2020-07-23 09:21:51 +03:00
Loredana Crusoveanu
cd2f453b01 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
a1bb232b9c 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
e577df9f18 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
3755ad58e7 [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
4bd9e73aa2 Merge pull request #9575 from eugenp/pr/9395
Pr/9395
2020-06-25 09:50:51 +03:00
Greg
7705fe5142 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
81a8717e02 Create README.md
Added readme
2020-06-24 13:41:02 -04:00
bfontana
d59dc680af Merge pull request #9556 from alimate/BAEL-4310
BAEL-4310: Array Length Example
2020-06-24 11:43:59 -03:00
Krzysztof Woyke
8dffad10aa JAVA-1778: Fix indention size & annotation wrapping issues 2020-06-24 14:17:36 +02:00
Gergo Petrik
abad4882c6 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
b0ab7f79d0 Update README.md 2020-06-24 14:14:06 +08:00
johnA1331
2aadf78ec0 Update README.md 2020-06-24 14:12:51 +08:00
johnA1331
9dfb2f6048 Create README.md 2020-06-24 14:11:41 +08:00
Tyrell Flurry
f494218213 BAEL-4088: renamed module. 2020-06-23 22:06:50 -04:00
Josh Cummings
4bf7234fb6 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
75a34cf62a Merge pull request #9553 from eugenp/ktln-43
Update README.md
2020-06-23 17:30:56 -06:00
Jonathan Cook
82bda861c2 Merge pull request #9564 from nguyennamthai/BAEL-4068-v2
Bael 4068 v2
2020-06-23 21:55:34 +02:00
Dhawal Kapil
bcf3d3f35e 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
0505a16a67 JAVA-934: Migrate spring-cloud-ribbon-client to parent-boot-2 2020-06-23 17:49:52 +05:30
Nguyen Nam Thai
b5918b271c BAEL-4068 Add spring-di-2 to the parent project 2020-06-23 18:33:33 +07:00
Nguyen Nam Thai
a718b382d2 BAEL-4068 Remove AspectJ DI from module spring-di 2020-06-23 18:07:00 +07:00
Nguyen Nam Thai
8c1e08391d BAEL-4068 Add AspectJ DI to module spring-di-2 2020-06-23 18:06:57 +07:00
Marcin Krykowski
a83735a360 Correct test naming 2020-06-23 09:51:56 +01:00
johnA1331
45f4c1c750 Update README.md 2020-06-23 16:51:32 +08:00
johnA1331
ac3c81437e Update README.md 2020-06-23 16:02:47 +08:00
johnA1331
78ef37d951 Update README.md 2020-06-23 15:54:14 +08:00
Azhwani
ece9b999b5 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
3924c813b0 Array Length Example 2020-06-22 21:03:09 +04:30
davidmartinezbarua
ad3fa4dfd8 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
cf91f6925a Update README.md
Issue KTLN-43
2020-06-22 08:29:13 -06:00
Josh Cummings
4778164933 Merge pull request #9541 from amit2103/JAVA-1952
Check Article Code Matches GitHub
2020-06-22 08:22:22 -06:00
Loredana Crusoveanu
d3e123d4df 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
4e1b628cfc Merge branch 'master' into master 2020-06-22 10:58:31 +03:00
Vikas Rajput
27da2af0f2 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
b75194a90b BAEL-4176: Set noreply@baeldung.com as the from address (#9536) 2020-06-21 19:39:39 +02:00
Loredana Crusoveanu
b5faa939ef 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
323d189c05 Check Article Code Matches GitHub 2020-06-21 19:22:08 +05:30
Josh Cummings
52152a6c37 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
9a3415eb46 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
1153b785e0 Merge pull request #9483 from michael-pratt/BAEL-4098
Add examples for BAEL-4098
2020-06-20 22:46:09 -05:00
amit.pandey
a849a7e8a7 Update repository links to use https 2020-06-21 00:50:55 +05:30
Michael Pratt
adc2ff0672 BAEL-4098: Add note about spring security 2020-06-20 12:33:30 -06:00
sampadawagde
4379497794 JAVA-1848: main pom changes 2020-06-20 22:50:51 +05:30
sampadawagde
6092aeefe0 JAVA-1848: Updated README for new module 2020-06-20 22:45:20 +05:30
sampadawagde
43361aed58 JAVA-1848: Moved apache-zookeeper to apache-libraries 2020-06-20 22:44:46 +05:30
sampadawagde
d26f7bb8fa JAVA-1848: Moved apache-solrj to apache-libraries 2020-06-20 22:23:22 +05:30
sampadawagde
13feef7327 JAVA-1848: Moved apache-pulsar to apache-libraries 2020-06-20 22:23:08 +05:30
sampadawagde
0c29288bab JAVA-1848: Moved apache-opennlp to apache-libraries 2020-06-20 22:22:53 +05:30