Commit Graph

23803 Commits

Author SHA1 Message Date
KevinGilmore
46bfa7775f BAEL-5308: add link back to article (#11764) 2022-02-01 21:52:22 -06:00
Haroon Khan
34e7277067 [JAVA-9021] Clean up uncommitted artifacts (#11754) 2022-02-01 19:38:56 +05:30
doodoroma
49fc854713 Merge pull request #11703 from mdabrowski-eu/BAEL-5301
BAEL-5301 Retrying Feign Calls
2022-01-31 17:52:59 +01:00
freelansam
8155f46a4e JAVA-9566: Update apache-poi version and articles (#11748)
* JAVA-9566: Update apache-poi version and articles

* JAVA-9566: Update apache-poi version and articles
2022-01-31 21:48:39 +05:30
ashleyfrieze
73addd6246 BAEL-5354 Add improvement to cover JDK11 solution to the repeated string problem (#11756) 2022-01-30 21:49:04 -06:00
makapszenna
831a0a1cf5 BAEL-5308 An Introduction to Domain Graph Service (DGS) Framework (#11718)
Co-authored-by: Adrianna Zychewicz <adrianna.zychewicz@decerto.pl>
2022-01-30 21:40:53 -06:00
mdabrowski-eu
2733f1ea8e BAEL-5301 Fix indentation 2022-01-29 23:23:37 +01:00
kwoyke
d06f3ecc2c Merge pull request #11737 from anuragkumawat/master
JAVA-8292 : Split or move spring-data-jpa-enterprise module
2022-01-29 16:51:17 +01:00
sebx59
3e5a500f77 Example class for BAEL-4888 (#11728)
code used to illustrate the article about retrieving the MongoDB ID
2022-01-29 11:28:08 +05:30
anuragkumawat
6b46020e40 Merge remote-tracking branch 'upstream/master' 2022-01-28 09:56:50 +05:30
anuragkumawat
4b753be41c Remove unwanted dependencies 2022-01-28 09:49:18 +05:30
Loredana Crusoveanu
b1d2619337 Merge pull request #11742 from kwoyke/JAVA-9605
JAVA-9605: Disable security for the integration tests
2022-01-27 13:29:27 +02:00
Krzysiek
262c801be7 JAVA-9605: Disable security for the integration tests 2022-01-27 10:15:16 +01:00
Loredana Crusoveanu
4c459f0ea6 Merge pull request #11740 from johnA1331/master
BAEL-47831 - add links to github-baeldung articles
2022-01-26 13:22:59 +02:00
johnA1331
5abc4b0095 Update README.md 2022-01-26 18:02:03 +08:00
johnA1331
2617b5a08b Update README.md 2022-01-26 17:59:31 +08:00
johnA1331
9699bd7b90 Update README.md 2022-01-26 17:48:52 +08:00
johnA1331
ea97852905 Update README.md 2022-01-26 17:47:15 +08:00
johnA1331
b79d85abd8 Update README.md 2022-01-26 17:45:09 +08:00
johnA1331
6aa35549f5 Update README.md 2022-01-26 17:41:44 +08:00
johnA1331
e85f36d93b Update README.md 2022-01-26 17:39:48 +08:00
johnA1331
a29a89de1f Update README.md 2022-01-26 17:38:14 +08:00
johnA1331
2f6c895477 Update README.md 2022-01-26 17:35:42 +08:00
johnA1331
6273776e55 Update README.md 2022-01-26 17:31:09 +08:00
johnA1331
690757ff24 Update README.md 2022-01-26 17:26:50 +08:00
HarisHashim
01964384ca BAEL-5204: Change the font color of a cell with Apache POI (#11554)
* BAEL-5204: First commit "Change the font color of a cell with Apache POI"

* BAEL-5204: Create class and unit test

* BAEL-5204: finalize unit test

* BAEL-5204: fix indent

* BAEL-5204: add missing excel template
2022-01-25 19:28:57 -06:00
anuragkumawat
3028771fd5 JAVA-8292 : Split or move spring-data-jpa-enterprise module 2022-01-25 22:21:39 +05:30
AttilaUhrin
bf4895c8be [BAEL-3946] Javafx adding ActionListener to button (#11701)
* Add implementation for article.

* Add new line at the end of FXML layout file.

* Remove default prefWidth from button, convert eventHandler to lambda.

* Fix FXML file formatting.
2022-01-25 06:49:12 +01:00
mdabrowski-eu
2e5f9d5d8d BAEL-5301 Fix indentation 2022-01-24 23:27:48 +01:00
kwoyke
8db2675121 Merge pull request #11734 from kwoyke/JAVA-9555
JAVA-9555: Fix YahooQuoteManagerImpl
2022-01-24 10:36:25 +01:00
Krzysiek
60ec3c67ca JAVA-9555: Fix YahooQuoteManagerImpl 2022-01-24 10:31:06 +01:00
Loredana Crusoveanu
efecc6f193 Merge pull request #11733 from Asjad-J/master
Update README.md
2022-01-24 10:21:24 +02:00
Asjad J
6577089f7d Update README.md
added link back to article: Running a TestNG Project From the Command Line

[skip ci]
2022-01-24 11:10:50 +05:00
davidmartinezbarua
c587d5d814 Merge pull request #11710 from mladensavic94/master
Difference between NIO and NIO.2?
2022-01-23 12:16:33 -08:00
Greg Martin
d470086431 Merge pull request #11588 from sachin071287/feature/bael-5271
BAEL-5271 set custom thread name
2022-01-23 14:33:46 -05:00
Loredana Crusoveanu
bc6a7b1e1f Merge pull request #11730 from Asjad-J/master
BAEL-47433 - add links to github-baeldung articles
2022-01-23 18:58:37 +02:00
kwoyke
24dcfaeedb Merge pull request #11731 from freelansam/JAVA-9510
JAVA-9510: Fix SpringContextTest in spring-cloud-openfeign
2022-01-23 13:55:47 +01:00
sampadawagde
334828208a JAVA-9510: Fix SpringContextTest in spring-cloud-openfeign 2022-01-23 12:43:25 +05:30
Asjad J
85bd44980c Update README.md
added link back to article: Cassandra Batch in Cassandra Query Language and Java
2022-01-23 10:25:53 +05:00
Asjad J
cb69709259 Update README.md
added link back to article: Get the Name of the Currently Executing Test in JUnit
2022-01-23 10:22:06 +05:00
Asjad J
a59c3f8f75 Create README.md
added link back to article: Convert a Maven Build to Gradle
2022-01-23 10:17:43 +05:00
Asjad J
2f55207665 Update README.md
add link back to article: Hidden Classes in Java 15
2022-01-23 10:08:00 +05:00
Asjad J
c1f635d80b Update README.md
added link back to article
2022-01-23 09:57:22 +05:00
Asjad J
5308628c96 Update README.md
added link back to article: Generating a Java String of N Repeated Characters
2022-01-23 09:40:01 +05:00
lucaCambi77
f407e4ce38 BAEL-5263 : Access Entity Manager with Spring Boot and Spring Data (#11680)
* feat: entity manager with spring data

* fix typo

* fix: article and code review
2022-01-23 09:06:25 +05:30
psevestre
6008ad49f5 Bael 5260 (#11712)
* [BAEL-4849] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Article code

* [BAEL-4968] Remove extra comments

* WIP:Update to latest Boot

* WIP: Backend App

* WIP: resource server

* WIP: Change endpoint path

* WIP: Add Postman sample

* WIP: Add keycloak baeldung realm

* WIP: Change lombok scope

* WIP: Remove lombok dependency

* [BEAL-5260] README-OAuth
2022-01-22 19:32:51 -08:00
Arash Ariani
249ffc594d BAEL-5131: constructor specification is added c (#11586)
* BAEL-5131: constructor specification is added c

* BAEL-5131: codes have been reformatted

* BAEL-5131: I've added a few minor changes over on this package.

* BAEL-5131: I've added a few minor changes over on this package.
2022-01-22 15:55:53 -06:00
Ulisses Lima
fdebf2efc0 [BAEL-4806] - How to test an LDAP connection from a client: code (#11664)
* working code

* added unit test

* [BAEL-4806] - How to test an LDAP connection from a client

Ticket: http://jira.baeldung.com/browse/BAEL-4806
Draft: https://drafts.baeldung.com/wp-admin/post.php?post=125004&action=edit

* removing draft project

* applying requested changes

* 1. renaming package to comply with java conventions;
* 2. breaking class into methods to enhance readability;
* 3. creating an 'execute' method so it's not necessary to call 'main';

* requested changes

* 1. adding final keyword to constants;
* 2. using diamond operator;

* Update LdapConnectionToolManualTest.java
2022-01-22 19:59:45 +01:00
Loredana Crusoveanu
343e6b871a Merge pull request #11729 from eugenp/lor6-patch-1
Update OpenfeignManualTest.java
2022-01-22 17:34:27 +02:00
Loredana Crusoveanu
ad6553ec02 Update OpenfeignManualTest.java 2022-01-22 17:27:13 +02:00