kwoyke
eb1f4e1e90
JAVA-5875: Upgrade Spring Boot to 2.5.1 ( #10956 )
...
* JAVA-5875: Upgrade Spring Boot to 2.5.1
* JAVA-5875: Leave jta module on Spring Boot 2.4.7
* JAVA-5875: Update spring-boot-persistence-mongodb to use embedded Mongo 3.0
* JAVA-5875: Leave spring-data-dynamodb on Spring Boot 2.4.7
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix SQL Script DataSource Initialization
* JAVA-5875: ErrorController#getErrorPath has been removed
* JAVA-5875: Fix RepositoryRestConfigurer
* JAVA-5875: Fix issues caused by rest-assured upgrade
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Leave spring-boot-keycloak on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Leave spring-security-legacy-oidc on Spring Boot 2.4.7
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Fix data.sql script initialization
* JAVA-5875: Update de.flapdoodle.embed.mongo dependency
* JAVA-5875: Upgrade spring-cloud-dependencies to 2020.0.3
* JAVA-5875: Update Spring Cloud dependencies
* JAVA-5875: Update cloud dependencies
* JAVA-5875: Defer datasource initialization
* JAVA-5875: Fix rest assured version
* JAVA-5875: Fix Spring Batch serialization issue
* JAVA-5875: Update Spring Cloud Stream version
* JAVA-5875: Update Spring Kafka version
* JAVA-5875: Leave spring-zuul-rate-limiting on Spring Boot 2.4.7
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-26 01:20:37 +05:30
Dhawal Kapil
a7d529ea22
JAVA-5975 Fixed repository download issues ( #10959 )
...
* JAVA-5975 Fixed repository download issues
* JAVA-5975 Fixed repository download issues
2021-06-26 01:00:41 +05:30
Jonathan Cook
44165b93d4
Merge pull request #10914 from dev-chirag/bael4235
...
Bael4235 How to find number of threads in a Java process
2021-06-25 17:56:20 +02:00
Diego Torres
f66bfa5088
[uuid] Added method to generate UUID identifiers for version 5 ( #10948 )
...
Signed-off-by: Diego Torres <dtorres.py@gmail.com>
2021-06-24 22:10:31 +02:00
Bhabani Prasad Patel
0c656299d0
Code commit for BAEL-4992 ( #10952 )
...
* code commit for BAEL-4992
* tab/space change for pom.xml
2021-06-24 12:10:37 -07:00
Loredana Crusoveanu
dd0f82cc71
Merge pull request #10955 from johnA1331/master
...
BAEL-37190 - add links to github-baeldung articles
2021-06-24 09:55:55 +03:00
anmoldeep0123
c52cb1eaf3
BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])? ( #10903 )
...
* BAEL-4220 | A Guide to IllegalAccessError and when it happens
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | fix tests
* BAEL-4220 | A Guide to IllegalAccessError and when it happens | BDD test names
* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
* BAEL-4494 | .toArray(new MyClass[0]) or .toArray(new MyClass[myList.size()])?
Co-authored-by: root <anmoldeep0123@gmail.com>
2021-06-24 06:36:23 +02:00
Cicio Flaviu
af408b9830
BAEL-4893 Exchanges, Queues, and Bindings in RabbitMQ ( #10872 )
...
* BAEL-4893 Add code for rabbitmq exchanges, queues, and bindings
* BAEL-4893 Upgrade RabbitMQ client version
Co-authored-by: Flaviu Cicio <f.cicio@glofox.com>
2021-06-23 22:23:17 -05:00
johnA1331
837279fd29
Update README.md
2021-06-24 04:11:47 +08:00
johnA1331
a2480dfcbe
Update README.md
2021-06-24 04:06:32 +08:00
johnA1331
562d020f71
Update README.md
2021-06-24 04:05:06 +08:00
johnA1331
b5ed5ea83f
Update README.md
2021-06-24 04:03:36 +08:00
johnA1331
d43a01b952
Update README.md
2021-06-24 03:59:30 +08:00
johnA1331
d2a360696d
Update README.md
2021-06-24 03:56:00 +08:00
johnA1331
09626b5a97
Update README.md
2021-06-24 03:54:21 +08:00
Loredana Crusoveanu
317009a78d
Merge pull request #10788 from eugenp/lor6-patch-1
...
Delete KafkaStreamsLiveTest.java
2021-06-23 18:07:12 +03:00
Dhawal Kapil
0140da302e
JAVA-5975 Removed dl.bintray repositories and related upgrade ( #10941 )
...
* JAVA-5975 Removed dl.bintray repositories and related upgrade
* JAVA-5975 Commented Ethereum Module from the parent pom
Co-authored-by: a13400152 <a13400152@192.168.29.65>
2021-06-22 04:06:13 +05:30
shilpsgithub
d0d0f71518
Create ThreadGroup.jmx ( #10936 )
...
Added file ThreadGroup.jmx for BAEL-4671
2021-06-21 10:10:19 -07:00
Loredana Crusoveanu
0b3a098aea
Merge pull request #10940 from kwoyke/JAVA-5710
...
JAVA-5710: Fix expected Java version
2021-06-21 17:26:32 +03:00
kwoyke
34fa2ca01c
Merge pull request #10924 from anuragkumawat/master
...
JAVA-5619 - Update "Spring Boot Hikari" article code changes
2021-06-21 12:47:31 +02:00
Krzysztof Woyke
2c7f52fa0b
JAVA-5710: Fix expected Java version
2021-06-21 08:44:17 +02:00
Mainak Majumder
8baaa76e71
code for baeldung article ( #10875 )
...
* Application source code for the Baeldung article "HTTP PUT vs POST
method in REST API"
* update indention in pom file, update code in Address class
* update indention
* rename application
* update pom
* source code for article "Connection timeout vs read timeout"
* Update TcpServerSocket.java
2021-06-20 21:03:52 -05:00
Eric Martin
203e065a01
Merge pull request #10902 from ashleyfrieze/BAEL-5007-Guide-to-ModelAssert
...
BAEL-5007 Add test examples for modelassert
2021-06-20 20:53:59 -05:00
Ashley Frieze
77994b4171
BAEL-5007 Add test examples for modelassert
2021-06-20 19:24:05 +01:00
doodoroma
36ac880555
Merge pull request #10865 from singhkaushal01/master
...
BAEL-4126: what does Mono.defer() do?
2021-06-20 16:43:30 +02:00
Arash Ariani
dd715d4e70
BAEL-4409 : codes have been added ( #10925 )
...
* BAEL-4409 : codes have been added
* BAEL-4409 : how to implement min-max heap in java
* BAEL-4409 : how to implement min-max heap in java
2021-06-20 06:51:00 -07:00
kwoyke
51ceab1ac3
BAEL-3727: Add example NOT using Feign ( #10929 )
...
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-19 08:16:32 +02:00
Eric Martin
d8f657667e
Merge pull request #10900 from SmartyAnsh/BAEL-4239_Capturing-Image-from-webcam-in-java
...
Bael 4239 capturing image from webcam in java
2021-06-18 11:43:58 -05:00
kwoyke
36c81e8654
JAVA-5926: Fix core-java-jpms setup ( #10930 )
...
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-18 19:51:18 +05:30
anuragkumawat
976dc0c485
JAVA-5619 Reverting comment
2021-06-18 13:35:56 +05:30
anuragkumawat
140bb295bd
JAVA-5619 Feedback changes.
2021-06-18 13:31:54 +05:30
Jonathan Cook
5e909f0750
Merge pull request #10840 from iulian-manda/master
...
BAEL-4856 Download a binary file using OkHttp
2021-06-17 13:38:48 +02:00
Loredana Crusoveanu
466f0f8601
Merge pull request #10919 from johnA1331/master
...
BAEL-37011 - add links to github-baeldung articles
2021-06-17 09:49:43 +03:00
Remy Ohajinwa
940773966e
BAEL-5004 Fixed overflow issues for Large numbers ( #10899 )
...
Co-authored-by: Remy Ohajinwa <remy.ohajinwa@interswitchgroup.com>
2021-06-16 21:10:33 -05:00
johnA1331
a6dcae4963
Update README.md
2021-06-17 01:06:35 +08:00
johnA1331
33e89f8692
Update README.md
2021-06-17 01:03:50 +08:00
johnA1331
35187f7265
Update README.md
2021-06-17 01:01:39 +08:00
johnA1331
5cf3bc80d2
Update README.md
2021-06-17 00:57:30 +08:00
johnA1331
40ae200818
Update README.md
2021-06-17 00:54:50 +08:00
johnA1331
eb8893b943
Create README.md
2021-06-17 00:52:51 +08:00
johnA1331
46b06811fb
Update README.md
2021-06-17 00:51:09 +08:00
johnA1331
e8a6c86371
Update README.md
2021-06-17 00:49:43 +08:00
johnA1331
3fce29a16b
Update README.md
2021-06-17 00:46:44 +08:00
johnA1331
b898d5966b
Update README.md
2021-06-17 00:45:16 +08:00
Iulian Manda
60b98a552e
BAEL-4856 Code review
2021-06-16 19:19:45 +03:00
kwoyke
19129f3721
BAEL-5001: Fix typo in C3P0 ( #10886 )
...
Co-authored-by: Krzysztof Woyke <krzysztof.woyke.sp@lhsystems.com>
2021-06-16 12:38:07 +02:00
kwoyke
6da4007dfc
Merge pull request #10913 from freelansam/JAVA-5622
...
JAVA-5622: Fix failing integration test
2021-06-15 22:24:46 +02:00
dev-chirag
830940fac9
BAEL4235 FindNumberOfThread class
2021-06-15 23:51:57 +05:30
dev-chirag
f656c61903
BAEL4235 FindNumberOfThread class
2021-06-15 23:48:24 +05:30
sampadawagde
48d6b2f2b3
JAVA-5622: Fix failing integration test
2021-06-15 20:25:02 +05:30