Commit Graph

4285 Commits

Author SHA1 Message Date
joe zhang 45be1b6045 Add primitive type check method and unit tests 2020-07-28 21:12:15 +08:00
STS a0bfc4c72a change address 2020-07-28 14:23:08 +02:00
Sampada 0cade733ca JAVA-2154: Create guava-parent module and organize guava modules (#9782)
* JAVA-2154: Removed module, now split into guava-utilities and guava-core

* JAVA-2154: Removed module, articles moved to new module guava-core

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved module inside guava-modules

* JAVA-2154: Moved 1 article to guava-collections

* JAVA-2154: New module guava-collections-list

* JAVA-2154: New module guava-core

* JAVA-2154: New module guava-utilities

* JAVA-2154: Updated README, removed extra article reference

* JAVA-2154: parent module pom changes

* JAVA-2154: main pom changes - removed guava related modules as they have
been shifted inside guava-modules

* JAVA-2154: rearranged and moved module inside guava-modules folder
2020-07-28 17:34:46 +05:30
Maja Joksovic 000ce564ff changed variable names 2020-07-28 10:03:46 +02:00
Maja Joksovic 784ea2b061 clean-up 2020-07-28 08:26:32 +02:00
kwoyke 0423536cf4 JAVA-2113: Split or move spring-resttemplate module (#9753)
* JAVA-2113: Move Proxies With RestTemplate to spring-resttemplate-2

* JAVA-2113: Move A Custom Media Type for a Spring REST API to spring-resttemplate-2

* JAVA-2113: Move RestTemplate Post Request with JSON to spring-resttemplate-2

* JAVA-2113: Move Download an Image or a File with Spring MVC to spring-boot-mvc-3

* JAVA-2113: Fix the test
2020-07-28 09:31:54 +05:30
Maja Joksovic 2a58dcf29d initial commit 2020-07-28 01:33:43 +02:00
Krzysiek 8ee84bbc4a JAVA-1650: Get rid of the overriden spring-boot.version property 2020-07-27 22:13:05 +02:00
Eric Martin cc012802de Merge pull request #9732 from alimate/BAEL-4140
BAEL-4140: A Guide to BitSet in Java
2020-07-27 09:49:53 -05:00
Jonathan Cook cb9e336bd6 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-07-27 15:57:17 +02:00
Loredana 2dbb667128 article was moved to mockito-2; remove duplicate methods from mockito module 2020-07-27 12:01:55 +03:00
Loredana 7c04995f67 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-07-27 11:58:03 +03:00
STS 78d44e5a60 change baeldung spell 2020-07-27 10:07:30 +02:00
STS 48ea32d583 change test class name, add blank line and swap assert method parameter 2020-07-26 20:01:42 +02:00
developerDiv 55d15037c0 Rename DeliveryPlatform send method to 'deliver' to aid readability and avoiding confusion with EmailService.send method
Re-arrange order of mocks and inject mocks

Rename argument matcher and captor tests
2020-07-26 17:08:44 +01:00
mdhtr f83f670bf7 Format inline JSON objects by hand 2020-07-26 09:44:17 +02:00
mdhtr e3999c9112 Changes based on editor review
- extract Person classes from test classes
- shorten test name of one test
- fix one warning
2020-07-26 09:38:00 +02:00
TJ 94555a4510 BAEL-4403 (#9740)
* Hexagonal architecture in Java

* BAEL-4403

* Revert "Hexagonal architecture in Java"

This reverts commit 7ba4c9dcbd99ca418c070a73bd9ab9f6c956d185.

* Updated code to use only Console

* Added System.out

* Created seaprate method for each functionality

* Added Unit Test Case for ConsoleAndOut class

Co-authored-by: Tarun Jain <tarunalways@gmail.com>
2020-07-25 20:59:54 -07:00
Loredana Crusoveanu cd4f74779a Update pom.xml (#9767) 2020-07-25 22:43:57 -05:00
root 1299a22eb5 Review - II Kevin Gilmore Changes 2020-07-25 18:28:28 +00:00
root c1a9c42194 Review - II Kevin Gilmore 2020-07-25 18:23:39 +00:00
Loredana Crusoveanu 6db8bd17a0 Merge pull request #9719 from eugenp/JAVA-2096-v2
Java 2096 v2
2020-07-25 20:29:54 +03:00
root 74ebfa24ef Merge remote-tracking branch 'upstream/master' into BAEL_4302 2020-07-25 17:26:15 +00:00
Jordan Simpson d52bb494e1 Added project hierarchy to exemplify the <optional> tag. 2020-07-25 11:41:20 -05:00
Roger 4128525f00 BAEL-1258 Added example code for Jess and JSR94 (#9693)
* BAEL-1258 Added example code for Jess and JSR94

* BAEL-1258 Relocate to rule-modules

* BAEL-1258 Remove README as per PR review

* šBAEL-1258 Declared exceptions and replace System.out.println with log statements

* BAEL-1258 Removed Lombok

* BAEL-1258 Removed Lombok

* BAEL-1258 Rename artifactId to match directory name
2020-07-25 08:45:41 -05:00
Jonathan Cook 9f5396e448 Merge pull request #9723 from adrian-maghear/BAEL-4288#flyway-repair
[BAEL-4288] flyway repair
2020-07-25 14:56:26 +02:00
rdevarakonda 41c8fa83ef BAEL-4006 | Liskov Substitution Principle in Java (#9431)
* BAEL-4006 | Liskov Substitution Principle in Java

* BAEL-4006 | UNDO unintentional commit to pom.xml

* BAEL-4006 | Code review feedback implementation

* BAEL-4006 | Changes made to support the article review feedback implementation

* BAEL-4006 | Minor change to a comment
2020-07-25 10:43:52 +01:00
Umang Budhwar 0a2f6a4615 Added code to set a field using Reflection. 2020-07-24 20:13:23 +05:30
Eric Martin 1398093dcc Merge pull request #9686 from michael-pratt/BAEL-4148
BAEL-4148: Demo app for spring boot and Docker
2020-07-24 09:31:49 -05:00
rpvilao 5d81914303 Merge pull request #9519 from LeasyZhang/convert-list-to-map
Leasy Zhang/shiwangzhihe@gmail.com
2020-07-24 15:17:40 +01:00
Loredana Crusoveanu 343442227c Merge pull request #9759 from johnA1331/master
BAEL-25823 add links to github-baeldung articles
2020-07-24 14:35:32 +03:00
johnA1331 b1a9ee6282 Update README.md 2020-07-24 13:26:05 +08:00
johnA1331 9057d216f2 Update README.md 2020-07-24 13:24:43 +08:00
karan c4770ac40f add another defaultpathvariable method 2020-07-24 01:08:45 -04:00
davidmartinezbarua 53a7dae4b8 Merge pull request #9724 from nguyennamthai/BAEL-4113
BAEL-4113 Measure exception performance
2020-07-24 00:11:23 -03:00
mdabrowski-eu 9c0eba409e BAEL-4405 Probability in Java 2020-07-23 19:29:59 +02:00
Krzysztof Majewski 2127c79354 BAEL-4289 2020-07-23 19:00:08 +02:00
johnA1331 04d72f9b0b Update README.md 2020-07-23 22:42:52 +08:00
johnA1331 9af44b3283 Update README.md 2020-07-23 22:41:33 +08:00
Umang Budhwar 7e89531ef6 Merge pull request #3 from eugenp/master
Update local repo
2020-07-23 20:05:01 +05:30
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
johnA1331 43d6584d8b Update README.md 2020-07-23 22:19:29 +08:00
johnA1331 77f89e8b5b Update README.md 2020-07-23 22:17:28 +08:00
johnA1331 cb9e7920a0 Update README.md 2020-07-23 22:11:49 +08:00
johnA1331 6427ac176e Update README.md 2020-07-23 22:10:10 +08:00
johnA1331 daae6b63ee Update README.md 2020-07-23 22:06:39 +08:00
johnA1331 66ac0239bd Update README.md 2020-07-23 22:04:14 +08:00
johnA1331 af79698c0b Update README.md 2020-07-23 22:02:12 +08:00
johnA1331 95c6b90621 Update README.md 2020-07-23 21:57:49 +08:00