Commit Graph

5245 Commits

Author SHA1 Message Date
Loredana Crusoveanu 14c1aee6ef Merge pull request #10257 from johnA1331/master
BAEL-29702 - github-related test fix - github linking back to the article (results: 03.11.2020)
2020-11-18 10:33:29 +02:00
johnA1331 9c1e232982 Update README.md 2020-11-17 15:40:24 +08:00
developerDiv 43fad6ba95 Bael 4215 creating generic array (#10178)
* Initial commit for generic arrays, using T[] and Object[]

* Add CollectionsList

* Create generic arrays example with a Stack

* Remove custom exception classes + throw RuntimeException instead.
2020-11-16 18:08:49 +00:00
vatsalgosar c6f8c56572 IsLetter / isAlphabetic method unit tests (#10097) 2020-11-16 18:03:49 +00:00
Kai Yuan 600896e842 [BAEL-4617] extending enums (#10130) 2020-11-16 18:03:15 +00:00
davidmartinezbarua f84d19d6b0 Merge pull request #10031 from carloscaverobarca/BAEL-4574-Creating-Docker-Images-for-Spring-Boot-Microservices
BAEL-4574 - Creating-Docker-Images-for-Spring-Boot-Microservices
2020-11-16 12:23:41 -03:00
Carlos Cavero 69c4d136f5 Update pom.xml
Use the correct indentation
2020-11-16 14:45:31 +01:00
Mateusz Szablak ad30d29ed6 BAEL-4723 Defining Indexes in JPA #2 (#10254)
* BAEL-4723 Defining Indexes in JPA

* unit -> integration test

* whitespaces fix

* tab to space

Co-authored-by: mateusz.szablak <mateusz.szablak@accenture.com>
2020-11-15 21:26:38 -08:00
Jordan Simpson f440cf900c BAEL-4731 (article improvement) (#10251)
* Instead of using .onDisconnect().block() to keep the app alive, make the app a web server.

* Add article reference to README
2020-11-15 21:24:07 -08:00
Dhawal Kapil 7d24726032 Merge pull request #10253 from dkapil/task/JAVA-2423
JAVA-2423 Move/rename module spring-rest-compress
2020-11-16 10:28:48 +05:30
Dhawal Kapil cc0e244ce4 JAVA-2423 Move/rename module spring-rest-compress
- Removing spring-rest-compress module as its contents have been moved to spring-resttemplate-2
2020-11-15 15:00:16 +05:30
Dhawal Kapil d1cc5e98bd Merge pull request #10153 from amit2103/JAVA-2423-2
JAVA-2423 moved spring-rest-compress module to spring-resttemplate-2 module
2020-11-15 14:57:46 +05:30
kwoyke 810736bf23 BAEL-3565: Using enums in JPQL examples (#10248) 2020-11-14 00:28:03 +01:00
Jonathan Cook cfb424f9d1 BAEL-4609 - Testing Kafka and Spring Boot (#10249)
* BAEL-4437 - System Rules

* BAEL-4687 Testing Kafka and Spring Boot

* BAEL-4609 - Testing Kafka and Spring Boot

Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2020-11-13 10:31:59 -08:00
Mateusz Szablak 9bce552d6d BAEL-4723 Defining Indexes in JPA (#10247)
* BAEL-4723 Defining Indexes in JPA

* unit -> integration test

Co-authored-by: mateusz.szablak <mateusz.szablak@accenture.com>
2020-11-13 10:25:15 -08:00
Greg 7881b8e9c2 Merge pull request #10124 from hmdrzsharifi/master
BAEL-4330: DispatcherServlet and web.xml in Spring Boot
2020-11-13 13:17:11 -05:00
Harihar Das 85db5610ea [KTLN-3] Fix package name (#10246) 2020-11-12 21:22:06 +01:00
Loredana Crusoveanu f77d85f21e Merge pull request #10244 from johnA1331/master
BAEL-29325 - add links to github-baeldung articles
2020-11-11 17:13:37 +02:00
johnA1331 c485b9b8d1 Update README.md 2020-11-11 21:32:16 +08:00
johnA1331 8cb775a82b Update README.md 2020-11-11 21:30:48 +08:00
johnA1331 5534daf2d7 Update README.md 2020-11-11 21:24:47 +08:00
johnA1331 8ed8319d0b Update README.md 2020-11-11 21:24:16 +08:00
johnA1331 398eb841ae Update README.md 2020-11-11 21:22:12 +08:00
johnA1331 7e354390a3 Update README.md 2020-11-11 21:19:54 +08:00
johnA1331 c49c7f57a3 Update README.md 2020-11-11 21:18:12 +08:00
johnA1331 f651b0f7b1 Update README.md 2020-11-11 20:13:52 +08:00
johnA1331 b6ef67eec7 Update README.md 2020-11-11 20:11:57 +08:00
Jonathan Cook 0baaeb3f98 Merge pull request #10216 from emyasa/BAEL-4643
BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
2020-11-11 11:46:00 +01:00
Loredana Crusoveanu 22caadc9d1 Merge pull request #10238 from rozagerardo/rozagerardo/JAVA-2985_Fix-commented-tests-in-spring-5-reactive
[JAVA-2985] Fix commented tests in spring-5-reactive
2020-11-10 19:27:47 +02:00
Gerardo Roza 839870d8de removed test as it's not related to any article 2020-11-10 12:04:40 -03:00
Jonathan Cook 75a4c2e95d Merge pull request #10219 from thejoeflow/BAEL-4635
[BAEL-4635] Tests for JPA Transient Annotation tutorial
2020-11-10 10:44:45 +01:00
Bradley M Handy 95e04696e6 BAEL-4209: Difference between e.getMessage() and e.getLocalizedMessage() (#10222)
* - initial commit of sample code

* BAEL-4209:  Moving the localized exception module into core-java-exceptions-3.

* BAEL-4209: Removed the old files for localizing exception messages.
2020-11-09 17:37:47 +00:00
Greg 3888cd0af1 Merge pull request #10210 from vishal1023/BAEL-4236
Bael 4236
2020-11-08 13:41:04 -05:00
Jordan Simpson a5d7f70a5f Bael 4700 (#10231)
* Added code examples from the article.

* Hide the revoked token

* Reduce long line break indentation to 2 spaces, change "your" to "our," and use the -LiveTest convention for the test class.

* Reduce Java version from 11 to 1.8 and add the new discord4j module to the root pom.

* Remove test due to context failing to start up without a valid bot token.

* Replace test class and add error handling for invalid tokens.
2020-11-08 08:34:48 -08:00
MeenaGawande 42276ed18a [BAEL-4556] How to Check if a Java Program Is Running in 64-Bit JVM or 32-Bit JVM (#10139)
* How to Check if a Java Program Is Running in 64-Bit JVM or 32-Bit JVM

How to Check if a Java Program Is Running in 64-Bit JVM or 32-Bit JVM

* baeldung-articlesBAEL-4556 How can I tell if I'm running in 64-bit JVM or 32-bit JVM

Changes as per review comments .
1.Package Name change
2.Variable change from static to instance
3.Test Method name change

* Update JVMBitVersionUnitTest.java

[BAEL-4556] How to Check if a Java Program Is Running in 64-Bit JVM or 32-Bit JVM

* [BAEL-4556]Added code and Junits for JVMBitVersion

* [BAEL-4556]Removed code and Junits for os.arch property to check JVMBitVersion

Co-authored-by: MeenaGawande <MeenaGawande@users.noreply.github.com>
2020-11-07 09:18:40 -06:00
Graham Cox fa2387c836 Updates to Delegated Properties article for Kotlin 1.4 (#10220) 2020-11-07 09:16:21 -06:00
Loredana Crusoveanu f579e493d3 Merge pull request #10239 from eugenp/exclude-test
JAVA-3498 rename test to exclude it from build temporarily
2020-11-07 12:00:44 +02:00
Loredana b4ae0bfb63 JAVA-3498 rename test to exclude it from build temporarily 2020-11-07 11:57:38 +02:00
Vishal fe8f0c91a1 BAEL-4236 | move all classes to package com.baeldung.exception.indexoutofbounds 2020-11-07 12:21:21 +05:30
Vishal 8ab6e4ad44 BAEL-4236 | delete duplicate class IndexOutOfBoundsException.java 2020-11-07 12:19:25 +05:30
Vishal 66860c1b03 BAEL-4236 | delete duplicate classes 2020-11-07 12:01:26 +05:30
Loredana Crusoveanu 2c7ff20eb4 Merge pull request #10237 from kwoyke/JAVA-3384-2
JAVA-3384: Add missing commons-collections4 dependency
2020-11-06 17:44:19 +02:00
Gerardo Roza e09ae1ff51 fixed tests in spring-5-reactive module 2020-11-06 12:14:07 -03:00
Loredana Crusoveanu 65d2996c10 Merge pull request #10235 from johnA1331/master
BAEL-29324 - add links to github-baeldung articles
2020-11-06 12:41:55 +02:00
GilvanOrnelas bd6e3a5328 Fixing db indexing integration tests (#10229)
Co-authored-by: Gilvan Ornelas Fernandes Filho <gilvan.fernandes@bairesdev.com>
2020-11-06 09:04:33 +00:00
Loredana Crusoveanu 54b5f68302 Merge pull request #10236 from kwoyke/JAVA-3384
JAVA-3384: Fix integration tests in the spring-boot-properties
2020-11-06 10:33:01 +02:00
Krzysztof Woyke c5236f0acb JAVA-3384: Add missing commons-collections4 dependency 2020-11-06 09:08:16 +01:00
Jonathan Cook 596189a553 Merge pull request #10166 from Saber-k/master
BAEL-4212 (String) or .toString()?
2020-11-05 15:35:33 +01:00
Krzysztof Woyke 0a4fc2ef66 JAVA-3384: Fix integration tests in the spring-boot-properties 2020-11-05 08:58:04 +01:00
johnA1331 8cdfd5051d Update README.md 2020-11-05 14:17:57 +08:00