Commit Graph

25263 Commits

Author SHA1 Message Date
Loredana Crusoveanu
1a48ef259b 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
f4e84a5d8b [JAVA-13838] updated version for overriden jackson library in gradle files 2022-08-11 12:33:45 +03:00
panagiotiskakos
6901d88742 [JAVA-13838] updated version for overriden jackson library 2022-08-11 09:48:49 +03:00
Loredana Crusoveanu
c516f96a46 Merge pull request #12582 from Asjad-J/master
Updated README.mds
2022-08-10 09:51:41 +03:00
Asjad J
4fb6b2f5b7 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
c8c14a310d 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
cfacf109ae 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
43aa3cc774 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
3d399508d1 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
ff5bf2db39 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
88048743b3 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
133f967b75 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
be1e59ad2c 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
c6706b3477 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
7259ef1a51 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
e97a89e711 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
61bb9c3f21 Updated README.md
added link back to the article: https://www.baeldung.com/spring-deprecated-websecurityconfigureradapter
2022-08-10 09:00:59 +05:00
Asjad J
a1cba10581 Updated README.md
added link back to the article: https://www.baeldung.com/java-multiple-keys-map
2022-08-10 08:57:37 +05:00
Asjad J
030de87fe7 Updated README.md
added link back to the article: https://www.baeldung.com/java-static-instance-initializer-blocks
2022-08-10 08:55:16 +05:00
Asjad J
d191f1bbb7 Updated README.md
added link back to the article: https://www.baeldung.com/java-filter-stream-unique-element
2022-08-10 08:52:55 +05:00
AttilaUhrin
52d7090056 [BAEL-5602] Fix docker issue with integration build, rename test to "LiveTest". (#12580) 2022-08-09 22:46:37 +05:30
Dhawal Kapil
0e52611952 Task/java 13772 (#12579)
* JAVA-13772 Updated the link of PDF to a valid one

* JAVA-13772 Updated File url and checksum
2022-08-09 22:19:56 +05:30
davidmartinezbarua
a67d14f0d9 Merge pull request #12563 from thibaultfaure/improvement/BAEL-3644-performance-of-java-mapping-framework
BAEL-3644 improvement to the performance of java mapping framework ar…
2022-08-08 14:04:39 -03:00
anuragkumawat
6f63712774 JAVA-13132 Cleaned persistence-modules sub-modules poms (#12553)
* JAVA-13132 Cleaned persistence-modules sub-modules poms

* JAVA-13132 Moved testcontainers.version property up

* JAVA-13132 Update java-jpa-3 pom
2022-08-08 19:25:28 +05:30
freelansam
06905cce28 JAVA-13736: Fix maven-generate-war parent (#12575) 2022-08-08 19:10:32 +05:30
Keerthi
0f57319d9c JAVA-12045 : move java concurrency ebook content code to common module (#12559)
* JAVA-12045 : move java concurrency ebook content code to common module

* JAVA-12045: addressed the review comments .. renamed package names and placed core-java-concurrency-simple module in pom.xml

* JAVA-12045: removed duplicate module after renaming java-simple-module to core-java-simple-module
2022-08-08 18:56:55 +05:30
Sameer
861764512d Articles/bael 4903 (#12572)
* conditional dependency demo

* added Gradle 7 submodule

Co-authored-by: s9m33r <no-reply>
2022-08-08 13:08:34 +02:00
Muhammad Abdullah Azam Khan
a998854249 Update KafkaApplication.java (#12424)
* Update KafkaApplication.java

Added partition offset to the listener so that it can start consuming the messages from the beginning of the topic.

* Revert "Update KafkaApplication.java"

This reverts commit 28801f8517.

* Counting Messages

1. Counting messages from Producer offset
2. Counting messages from Consumer
3. Rest APIs to view the count

* Refactoring

* Adding 3rd programmatic method to count number of messages in Kafka topic

* Removing irrelevant code

* Server port removed
2022-08-08 09:33:20 +05:30
Dhawal Kapil
112fda8603 JAVA-13416 Converting to *LiveTest as it makes live call to httpbin URLs (#12573) 2022-08-06 23:56:44 +05:30
hesamghiasi
f4da85f3da fixing time ago unit tests (#12560)
* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone

* adding getCurrentTime method to TimeAgoCalculatorUnitTest in order to always return the same time and avoid problems related to reading date from local system.
adding two methods to TimeAgoCalculator to always return the same date as the current date in order to avoid problems related to reading current time from local host. One of these two methods accepts time zone
correcting some formattings
adding comments in code to clarify adding of getCurrentTime methods

* reverting changes to ZuulConfig
2022-08-06 19:08:59 +05:30
Loredana Crusoveanu
a0d6a09dd5 Merge pull request #12569 from panos-kakos/JAVA-13838
[JAVA-13838] Updated jackson dependency in main pom.xml
2022-08-06 16:29:26 +03:00
anuragkumawat
75abf5a2d0 JAVA-13606 Remove mention of Mockito 2 as a separate library (#12571) 2022-08-06 18:35:30 +05:30
panagiotiskakos
dc06c2b5f6 [JAVA-13838] 2022-08-06 10:30:03 +03:00
Dhawal Kapil
16c395d695 JAVA-13629 More fixes and updates (#12566) 2022-08-05 01:19:05 +05:30
Dhawal Kapil
e0a76fd50e BAEL-5230 Added code and test for Fauna IoT application article (#12554)
* BAEL-5230 Added code and test for Fauna IoT application article

* BAEL-5230 Removed secrets from the codebase

* BAEL-5230 Removed spring-boot-configuration-processor
2022-08-04 21:29:43 +02:00
ACHRAF TAITAI
33279dbdde Load Image With Spring Boot and Thymeleaf (#12486)
* Load Image With Spring Boot and Thymeleaf

* Load Image With Spring Boot and Thymeleaf
2022-08-04 10:49:11 +02:00
Adrian Bob
44b1ed6504 BAEL-5638: Added display logged-in user details in Thymeleaf tutorial (#12524)
* BAEL-5638: Added display logged-in user details in Thymeleaf tutorial

* BAEL-5638: Removed unneeded security config
2022-08-04 09:24:49 +05:30
Kai Yuan
502d17adef Arrays.asList() vs Collections.singletonList() (#12552) 2022-08-03 21:38:13 -05:00
thibault.faure
216d42bd6a BAEL-3644 improvement to the performance of java mapping framework article 2022-08-04 00:11:05 +02:00
Loredana Crusoveanu
ccd092a5c5 Merge pull request #12431 from samdalvai/fix-cassandra-naming
Fix naming of parameters in documentation
2022-08-03 21:31:14 +03:00
sdhiray7
1879e294a2 BAEL-5608 - Get current stack trace java (#12533)
* 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
2022-08-02 19:36:48 -05:00
Eugene Kovko
9403406f4c BAEL-5682 - Atomic vs Volatile (#12528)
Co-authored-by: eugene.kovko <eugene.kovko@tensquaregames.com>
2022-08-01 20:16:24 -05:00
davidmartinezbarua
78c8c2d915 Merge pull request #12543 from thibaultfaure/articles/BAEL-5664-using-env-variables-in-application-properties
Articles/bael 5664 using env variables in application properties
2022-08-01 12:59:13 -03:00
kwoyke
007603b304 Merge pull request #12545 from freelansam/JAVA-12729
JAVA-12729: rename jackson module
2022-07-31 22:25:37 +02:00
kwoyke
ca0748794d Merge pull request #12538 from dkapil/task/JAVA-13629
Task/java 13629
2022-07-31 22:15:33 +02:00
kwoyke
629500bd8e Merge pull request #12536 from dkapil/task/JAVA-13628
Task/java 13628
2022-07-31 22:13:25 +02:00
kwoyke
a253e3820d Merge pull request #12555 from dkapil/task/JAVA-13627_2
JAVA-13627 Updated code to use assertThatThrownBy instead of assertTh…
2022-07-31 22:12:24 +02:00
kwoyke
b2a69142ea Merge pull request #12549 from anuragkumawat/JAVA-13614
JAVA-13614 Look into How to Read HTTP Headers in Spring REST Controllers article
2022-07-31 21:57:54 +02:00
Dhawal Kapil
5e6e2df301 Merge branch 'master' of https://github.com/eugenp/tutorials into task/JAVA-13628 2022-07-31 22:01:33 +05:30
Dhawal Kapil
2dde5c95e3 Merge branch 'master' of https://github.com/eugenp/tutorials into task/JAVA-13629 2022-07-31 22:00:29 +05:30