Ashley Frieze
462ccf98c8
BAEL-4728 Change the connection handling to close the connections in the pool and reuse the session factory
2020-11-15 17:05:14 +00:00
Harihar Das
4064824425
[KTLN-3] Fix package name ( #10246 )
2020-11-12 21:22:06 +01:00
Loredana Crusoveanu
10fe8b5d01
Merge pull request #10244 from johnA1331/master
...
BAEL-29325 - add links to github-baeldung articles
2020-11-11 17:13:37 +02:00
johnA1331
1334e1a279
Update README.md
2020-11-11 21:32:16 +08:00
johnA1331
401ccd1abf
Update README.md
2020-11-11 21:30:48 +08:00
johnA1331
df816b1899
Update README.md
2020-11-11 21:24:47 +08:00
johnA1331
ccee6520f3
Update README.md
2020-11-11 21:24:16 +08:00
johnA1331
8dbb2084e8
Update README.md
2020-11-11 21:22:12 +08:00
johnA1331
b731ee1633
Update README.md
2020-11-11 21:19:54 +08:00
johnA1331
c6d63614da
Update README.md
2020-11-11 21:18:12 +08:00
johnA1331
14d33d55bc
Update README.md
2020-11-11 20:13:52 +08:00
johnA1331
19b70f1d91
Update README.md
2020-11-11 20:11:57 +08:00
Jonathan Cook
c8c1e63a20
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
4262f9b9eb
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
958206c54b
removed test as it's not related to any article
2020-11-10 12:04:40 -03:00
Jonathan Cook
e0a581b6e1
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
1807992406
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
897f8192f1
Merge pull request #10210 from vishal1023/BAEL-4236
...
Bael 4236
2020-11-08 13:41:04 -05:00
Jordan Simpson
640f7f589f
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
791b1b6d8c
[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
6e00ae0318
Updates to Delegated Properties article for Kotlin 1.4 ( #10220 )
2020-11-07 09:16:21 -06:00
Loredana Crusoveanu
a4ccd2a81d
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
b573efbc87
JAVA-3498 rename test to exclude it from build temporarily
2020-11-07 11:57:38 +02:00
Vishal
05ea845ec0
BAEL-4236 | move all classes to package com.baeldung.exception.indexoutofbounds
2020-11-07 12:21:21 +05:30
Vishal
01bbb91d71
BAEL-4236 | delete duplicate class IndexOutOfBoundsException.java
2020-11-07 12:19:25 +05:30
Vishal
7bc828330b
BAEL-4236 | delete duplicate classes
2020-11-07 12:01:26 +05:30
Loredana Crusoveanu
70846ecb0d
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
3dbc5e3af0
fixed tests in spring-5-reactive module
2020-11-06 12:14:07 -03:00
Loredana Crusoveanu
5900412a93
Merge pull request #10235 from johnA1331/master
...
BAEL-29324 - add links to github-baeldung articles
2020-11-06 12:41:55 +02:00
GilvanOrnelas
c7b0b6dc68
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
1e1b550f67
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
d4ebfe59f0
JAVA-3384: Add missing commons-collections4 dependency
2020-11-06 09:08:16 +01:00
Jonathan Cook
f0776411fe
Merge pull request #10166 from Saber-k/master
...
BAEL-4212 (String) or .toString()?
2020-11-05 15:35:33 +01:00
Krzysztof Woyke
ad285da1c0
JAVA-3384: Fix integration tests in the spring-boot-properties
2020-11-05 08:58:04 +01:00
johnA1331
f50185bf20
Update README.md
2020-11-05 14:17:57 +08:00
johnA1331
51e7db608f
Update README.md
2020-11-05 14:12:52 +08:00
johnA1331
f0a47e9868
Update README.md
2020-11-05 14:10:38 +08:00
johnA1331
bbd0a8e295
Update README.md
2020-11-05 14:09:02 +08:00
johnA1331
3b001c4761
Update README.md
2020-11-05 14:07:07 +08:00
johnA1331
3dd2d7a50b
Update README.md
2020-11-05 13:58:00 +08:00
johnA1331
1bb89581eb
Update README.md
2020-11-05 13:55:30 +08:00
Eric Martin
d8ffc78e97
Merge pull request #10233 from tarunjain01/master
...
BAEL-4645|Transient keyword in Java
2020-11-04 22:56:55 -06:00
Emmanuel Yasa
f6f1c11082
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
e66514e3dd
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
d3da953252
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
Tarun Jain
c344718382
BAEL-4645|Transient keyword in Java
2020-11-04 14:09:33 +05:30
Daniel Strmecki
a8b8d2d498
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
Harihar Das
c89dee8965
Channels examples ( #10225 )
...
Co-authored-by: Harihar Das <harihar.das@revolut.com >
2020-11-03 19:13:36 +01:00
kwoyke
df7e5627cc
BAEL-3704: Add missing code samples ( #10226 )
2020-11-03 19:07:21 +01:00
kwoyke
3bf22fce0d
BAEL-4682: Add boolean example to the YAML ( #10227 )
2020-11-03 09:33:24 +01:00