Eugene Kovko
|
2d5e7da1fa
|
BAEL-5646: String permutation improvements (#12613)
|
2022-08-17 22:14:47 +02:00 |
|
Loredana Crusoveanu
|
fad5f79b8c
|
Merge pull request #12610 from Asjad-J/master
Updated README.md
|
2022-08-17 20:30:15 +03:00 |
|
sdhiray7
|
087a50b2e7
|
[BAEL-5661] Integer.toString(int i) vs String.valueOf(int i) (#12606)
* Initial commit for Object copy in Java
* review comments commit for Object copy in Java
* Initial commit for parseInt vs valueOf java
* Review comments commit for parseInt vs valueOf java
* Modify readme
* review comments
* build failure
* build failure retry
* build failure retry remove parseInt(java.lang.String,int,int,int)
* build failure add comment
* change examples
* review comments
* review comments 2
* review comments 3
* Initial commit for get current stacktrace
* Remove old files
* Name updates
* Jenkins error
* changes to file name
* Review comments
* Create unit test file
* Remove unnecessary files
* Update package name
|
2022-08-17 17:34:12 +02:00 |
|
Asjad J
|
4df68da1c6
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-log4j2-file-and-console
|
2022-08-17 16:40:01 +05:00 |
|
Asjad J
|
aba86e1819
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-streams-multiple-filters-vs-condition
|
2022-08-17 16:37:28 +05:00 |
|
Asjad J
|
b8dfb5701f
|
Updated README.md
added link back to the article: https://www.baeldung.com/spring-openfeign-propagate-exception
|
2022-08-17 16:34:32 +05:00 |
|
Asjad J
|
82346b90c8
|
Updated README.md
added link back to the article: https://www.baeldung.com/postman-soap-request
|
2022-08-17 16:31:41 +05:00 |
|
Asjad J
|
589c347b1a
|
Updated README.md
added link back to the article: https://www.baeldung.com/ops/docker-mounting-multiple-volumes
|
2022-08-17 16:29:50 +05:00 |
|
Asjad J
|
75d7bb2f55
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-string-formatting-named-placeholders
|
2022-08-17 16:27:03 +05:00 |
|
Asjad J
|
e731fdd59a
|
Updated README.md
added link back to the article: https://www.baeldung.com/spring-data-mongodb-connection
|
2022-08-17 16:24:19 +05:00 |
|
Asjad J
|
84ae89a14c
|
Created README.md
added link back to the article: https://www.baeldung.com/gradle-conditional-dependencies
|
2022-08-17 16:18:06 +05:00 |
|
Abhinav Pandey
|
72409da627
|
BAEL-5677 - Logging to both file and console with log4j (#12550)
* BAEL-5677 - Logging to both file and console with log4j
* Moving from log4j to log4j2
* Correction in class name
* Moving to log4j2 package
|
2022-08-17 09:35:59 +05:30 |
|
davidmartinezbarua
|
ff63982af2
|
Merge pull request #12590 from etrandafir93/features/BAEL-5674-streams-multiple-vs-single-filters
BAEL-5674: added code examples for the article
|
2022-08-16 15:55:52 -03:00 |
|
anuragkumawat
|
2122565082
|
JAVA-13734 Update article Introduction to JSON Schema in Java (#12565)
* JAVA-13734 Update article Introduction to JSON Schema in Java
* JAVA-13734 Corrected the code formatting
|
2022-08-16 22:16:34 +05:30 |
|
anuragkumawat
|
e96af43f40
|
JAVA-12628 Rename CountdownLatchResetExampleUnitTest (#12602)
|
2022-08-16 22:14:49 +05:30 |
|
Chrys Exaucet
|
38546b77ae
|
BAEL-5540: Sending Soap Request via Postman (#12581)
* fix(build): remove jaxb2-maven-plugin plugin
XCJ fails due to unresolved/conflicting dependencies. The project runs fine without jaxb2-maven-plugin plugin, given maven-jaxb2-plugin is already there.
* fix(build): correct gen files imports
maven-jaxb2-plugin generates in com.baeldung.springsoap.client.gen, not com.baeldung.springsoap.gen
* chore: add postman collection
* revert: set back jaxb2-maven-plugin
Didn't run project with Java 1.8, that's why I was facing build errors
reverts https://github.com/eugenp/tutorials/pull/12581/commits/cb3aed358c94b1e78d6cfdbdf8668b63f6fa1a14 & https://github.com/eugenp/tutorials/pull/12581/commits/56f2b1fd93f02912ab184e929e00ef5f8df04737
|
2022-08-15 22:01:44 -06:00 |
|
Ulisses Lima
|
56dae14bff
|
Merge branch 'eugenp:master' into master
|
2022-08-15 22:44:44 -03:00 |
|
lucaCambi77
|
c712729d6a
|
[ BAEL 5508 ] - Mounting Multiple Volumes on a Docker Container (#12589)
* multiple mounts docker compose
* exclude localstack files
|
2022-08-15 20:09:12 -05:00 |
|
Kai Yuan
|
8ce82953c5
|
Named Placeholders in String Formatting (#12576)
* Named Placeholders in String Formatting
* assert notEqualTo
|
2022-08-15 19:48:15 -05:00 |
|
Haroon Khan
|
c8bb6d7603
|
[JAVA-12608] Fix WebClient integration tests (#12597)
|
2022-08-15 14:08:46 +05:30 |
|
thibault.faure
|
90ccda2db3
|
BAEL-5582 add code for the kafka message filtering improvement
|
2022-08-15 08:48:59 +02:00 |
|
panos-kakos
|
f242abf1a1
|
[JAVA-13838] fixed tests (#12596)
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
|
2022-08-15 12:15:26 +05:30 |
|
Eugene Kovko
|
e983f3572b
|
BAEL-5646: String permutation examples (#12595)
|
2022-08-14 20:35:52 +02:00 |
|
sdhiray7
|
06ac43bc9e
|
[BAEL-5661] Integer.toString vs String.valueOf (#12591)
* Initial commit for Object copy in Java
* review comments commit for Object copy in Java
* Initial commit for parseInt vs valueOf java
* Review comments commit for parseInt vs valueOf java
* Modify readme
* review comments
* build failure
* build failure retry
* build failure retry remove parseInt(java.lang.String,int,int,int)
* build failure add comment
* change examples
* review comments
* review comments 2
* review comments 3
* Initial commit for get current stacktrace
* Remove old files
* Name updates
* Jenkins error
* changes to file name
* Review comments
* Create unit test file
* Remove unnecessary files
|
2022-08-14 20:23:47 +02:00 |
|
emanueltrandafir1993
|
536866c40b
|
BAEL-5674: added code examples for the article
|
2022-08-13 18:44:03 +02:00 |
|
Haroon Khan
|
a800f72b99
|
[JAVA-12608] Add logging to debug failing tests (#12587)
|
2022-08-12 20:32:30 +05:30 |
|
Amitabh Tiwari
|
5c14183ac9
|
Delete FileController.java
|
2022-08-12 11:18:29 +05:30 |
|
Amitabh Tiwari
|
d8a58d8e0f
|
Delete ClientConfiguration.java
|
2022-08-12 11:14:38 +05:30 |
|
Loredana Crusoveanu
|
3252ba5775
|
Merge pull request #12585 from dkapil/task/JAVA-13630
Task/java 13630
|
2022-08-11 15:16:16 +03:00 |
|
Loredana Crusoveanu
|
4b6d1caaeb
|
Merge pull request #12586 from panos-kakos/JAVA-13838
[JAVA-13838] updated version for overriden jackson library
|
2022-08-11 15:11:51 +03:00 |
|
panagiotiskakos
|
32efa1699a
|
[JAVA-13838] updated version for overriden jackson library in gradle files
|
2022-08-11 12:33:45 +03:00 |
|
panagiotiskakos
|
2f58121c08
|
[JAVA-13838] updated version for overriden jackson library
|
2022-08-11 09:48:49 +03:00 |
|
Dhawal Kapil
|
0406bde4e3
|
Merge branch 'master' of https://github.com/eugenp/tutorials into
task/JAVA-13630
# Conflicts:
# persistence-modules/fauna/pom.xml
|
2022-08-11 00:03:03 +05:30 |
|
Dhawal Kapil
|
1452fa5977
|
Merge branch 'task/JAVA-13630' of https://github.com/dkapil/tutorials into task/JAVA-13630
|
2022-08-10 23:59:47 +05:30 |
|
Dhawal Kapil
|
92d27acdb3
|
JAVA-13634 Cleanup
|
2022-08-10 23:47:50 +05:30 |
|
Dhawal Kapil
|
143d5f6eed
|
JAVA-13630 Fixed/Clean Imports
|
2022-08-10 23:08:14 +05:30 |
|
Loredana Crusoveanu
|
e18def381c
|
Merge pull request #12582 from Asjad-J/master
Updated README.mds
|
2022-08-10 09:51:41 +03:00 |
|
Asjad J
|
80de64e44d
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-kafka-count-topic-messages
|
2022-08-10 09:40:12 +05:00 |
|
Asjad J
|
f94832fc6a
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-arraylist-replace-at-index
|
2022-08-10 09:37:05 +05:00 |
|
Asjad J
|
485cfe510c
|
Updated README.md
added link back to the article: https://www.baeldung.com/spring-thymeleaf-user-info
|
2022-08-10 09:34:39 +05:00 |
|
Asjad J
|
c59da006f4
|
Created README.md
added link back to the article: https://www.baeldung.com/java-dockerize-app
|
2022-08-10 09:31:18 +05:00 |
|
Asjad J
|
5c06ad1996
|
Updated README.md
added link back to the article: https://www.baeldung.com/spring-boot-thymeleaf-image-upload
|
2022-08-10 09:28:25 +05:00 |
|
Asjad J
|
0bd6992a8a
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-aslist-vs-singletonlist
|
2022-08-10 09:25:46 +05:00 |
|
Asjad J
|
659cfd8a27
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-interval-contains-integer
|
2022-08-10 09:23:50 +05:00 |
|
Asjad J
|
799fa1ade9
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-get-current-stack-trace
|
2022-08-10 09:21:59 +05:00 |
|
Asjad J
|
169f3c756f
|
Created README.md
added link back to the article: https://www.baeldung.com/spring-boot-3-spring-6-new
|
2022-08-10 09:19:50 +05:00 |
|
Asjad J
|
835a3457ba
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-volatile-vs-atomic
|
2022-08-10 09:14:15 +05:00 |
|
Asjad J
|
75c1f53f17
|
Updated README.md
added link back to the article: https://www.baeldung.com/spring-boot-properties-env-variables
|
2022-08-10 09:07:32 +05:00 |
|
Asjad J
|
35bb8070f6
|
Updated README.md
added link back to the article: https://www.baeldung.com/java-scan-annotations-runtime
|
2022-08-10 09:04:34 +05:00 |
|
Asjad J
|
bc5a892105
|
Updated README.md
added link back to the article: https://www.baeldung.com/spring-deprecated-websecurityconfigureradapter
|
2022-08-10 09:00:59 +05:00 |
|