Commit Graph

5465 Commits

Author SHA1 Message Date
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
Cristian Stancalau 5f9cf2c661 Fix typo 2020-11-09 19:29:12 +02:00
Cristian Stancalau ef3f984d8e Rename Reptile to Amphibian 2020-11-09 19:20:38 +02:00
Cristian Stancalau 141f05d179 Rename Reptile to Amphibian 2020-11-09 19:16:59 +02:00
Greg 3888cd0af1 Merge pull request #10210 from vishal1023/BAEL-4236
Bael 4236
2020-11-08 13:41:04 -05:00
Philippe Soares 6866b51d52 Put html and js resources back to their original location.
Split backend code so it doesn't modify existing examples.
Added a bots.html page for the server push version.
2020-11-08 11:38:17 -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
Philippe Soares 7f1ed45993 Merge branch 'master' of https://github.com/eugenp/tutorials
 Conflicts:
	spring-websockets/src/main/resources/public/index.html
2020-11-08 11:15:35 -05:00
sharifi 937f0fb784 Revert "update README file"
This reverts commit 6f785fde
2020-11-08 17:18:20 +03:30
Jonathan Cook dbc0a2d957 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-11-08 13:23:50 +01:00
Jonathan Cook eb3631f36f BAEL-4687 Testing Kafka and Spring Boot 2020-11-08 13:23:31 +01:00
Daniel Strmecki 7077a5f80c BAEL-4717: Create new collections module 2020-11-08 11:15:42 +01: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
Amitabh.Tiwari 1a0d8f4be0 Added changes to remove unwanted spaces 2020-11-06 16:02:36 +05:30
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
johnA1331 ff17ea49cf Update README.md 2020-11-05 14:12:52 +08:00
johnA1331 95cc0130a7 Update README.md 2020-11-05 14:10:38 +08:00
johnA1331 d927293989 Update README.md 2020-11-05 14:09:02 +08:00
johnA1331 a3e67d1f87 Update README.md 2020-11-05 14:07:07 +08:00
johnA1331 dc34794a5f Update README.md 2020-11-05 13:58:00 +08:00
johnA1331 99689edd88 Update README.md 2020-11-05 13:55:30 +08:00
Eric Martin a0248b8bb2 Merge pull request #10233 from tarunjain01/master
BAEL-4645|Transient keyword in Java
2020-11-04 22:56:55 -06:00
Emmanuel Yasa bc501e36b3 BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Adds a test to OrphanRemovalIntegrationTest that expects a PersistenceException
2020-11-04 23:42:20 +08:00
Emmanuel Yasa 3139be9468 BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Reformats code using the provided intelliJ-formatter.xml
2020-11-04 23:42:20 +08:00
Emmanuel Yasa 06c800c526 BAEL-4643: JPA CascadeType.REMOVE vs orphanRemoval
* Defines the Domain: ShipmentInfo, LineItem and OrderRequest entity
* Adds CascadeTypeRemoveIntegrationTest
* Adds OrphanRemovalIntegrationTest
2020-11-04 23:42:20 +08:00
Amitabh Tiwari e13f7952b1 BAEL-4399: Changes for removing tab spaces 2020-11-04 19:34:50 +05:30
sharifi 6f785fdef5 update README file 2020-11-04 14:28:21 +03:30
sharifi 01baf5c752 add aes main source 2020-11-04 14:28:17 +03:30
sharifi cb48f0bd64 update assertj version 2020-11-04 14:28:12 +03:30
sharifi d584f37af0 add test file 2020-11-04 14:28:06 +03:30
Jonathan Cook f72fce6549 Merge branch 'master' of https://github.com/eugenp/tutorials 2020-11-04 11:03:04 +01:00
Tarun Jain 1fba6f0127 BAEL-4645|Transient keyword in Java 2020-11-04 14:09:33 +05:30
Adina Rolea 6e8b8c086d BAEL-4687: updated jackson configuration 2020-11-04 10:36:43 +02:00
Daniel Strmecki 5116a45d1e Feature/bael 4662 sealed classes (#10224)
* BAEL-4662: Initial commit of new module

* BAEL-4662: Example with Records

* BAEL-4662: Example with Interface

* BAEL-4662: Add test classes

* BAEL-4662: Update examples and tests

* BAEL-4662: Rename test classes
2020-11-03 11:37:30 -08:00