johnA1331
f1bdc807b5
Update README.md
2022-01-26 17:39:48 +08:00
johnA1331
85c929b74b
Update README.md
2022-01-26 17:38:14 +08:00
johnA1331
af7c764ce9
Update README.md
2022-01-26 17:35:42 +08:00
johnA1331
34e7cc8112
Update README.md
2022-01-26 17:31:09 +08:00
johnA1331
a5defe6121
Update README.md
2022-01-26 17:26:50 +08:00
HarisHashim
480d9fb405
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
ba226f327b
JAVA-8292 : Split or move spring-data-jpa-enterprise module
2022-01-25 22:21:39 +05:30
AttilaUhrin
c81fe2f74e
[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
e677f7a3ea
BAEL-5301 Fix indentation
2022-01-24 23:27:48 +01:00
kwoyke
319d5cceef
Merge pull request #11734 from kwoyke/JAVA-9555
...
JAVA-9555: Fix YahooQuoteManagerImpl
2022-01-24 10:36:25 +01:00
Krzysiek
ca79812da7
JAVA-9555: Fix YahooQuoteManagerImpl
2022-01-24 10:31:06 +01:00
Loredana Crusoveanu
2a8cb52f8b
Merge pull request #11733 from Asjad-J/master
...
Update README.md
2022-01-24 10:21:24 +02:00
Asjad J
856f101dc8
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
32e682542b
Merge pull request #11710 from mladensavic94/master
...
Difference between NIO and NIO.2?
2022-01-23 12:16:33 -08:00
Greg Martin
ff1ebafe37
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
958a85f567
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
40b1aea5ae
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
5c694082fa
JAVA-9510: Fix SpringContextTest in spring-cloud-openfeign
2022-01-23 12:43:25 +05:30
Asjad J
de6d285eef
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
4bebebad69
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
118a96846c
Create README.md
...
added link back to article: Convert a Maven Build to Gradle
2022-01-23 10:17:43 +05:00
Asjad J
21b2f0127a
Update README.md
...
add link back to article: Hidden Classes in Java 15
2022-01-23 10:08:00 +05:00
Asjad J
4d0b7e6899
Update README.md
...
added link back to article
2022-01-23 09:57:22 +05:00
Asjad J
7cfd820f5b
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
4d159f7808
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
7dde535340
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
db396b39a9
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
7ad433dcb6
[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
1a2827a216
Merge pull request #11729 from eugenp/lor6-patch-1
...
Update OpenfeignManualTest.java
2022-01-22 17:34:27 +02:00
Loredana Crusoveanu
0414563a7a
Update OpenfeignManualTest.java
2022-01-22 17:27:13 +02:00
kwoyke
92f7844844
JAVA-9511: Fix spring-cloud-dapr module ( #11726 )
2022-01-22 14:30:31 +05:30
doodoroma
2cb4efdfd7
Merge pull request #11661 from SeshuTechie/BAEL-5289-IdentityHashMap
...
BAEL-5289 Java IdentityHashMap Class
2022-01-22 09:34:36 +01:00
Vlad Fernoaga
9cb3d6e8e5
BAEL-4714 - Java Concurrent HashSet equivalent to ConcurrentHashMap ( #11721 )
...
* add article code and unit tests
* fix PMD rule violation
Co-authored-by: vlad fernoaga <vlad.fernoaga-external@getyourguide.com>
2022-01-21 07:48:48 -08:00
kwoyke
fcc4d47283
Merge pull request #11725 from hkhan/JAVA-9385-check-matrix-variables-article
...
[JAVA-9385] Fix code to use List for matrix vars
2022-01-21 16:19:21 +01:00
Azhwani
02e4cf9f99
first commit ( #11716 )
2022-01-20 19:27:09 -06:00
Haroon Khan
b7259db652
[JAVA-9385] Fix code to use List for matrix vars
2022-01-20 17:08:39 +00:00
Loredana Crusoveanu
112f771e53
Merge pull request #11724 from johnA1331/master
...
BAEL-22355 - Main - github-related test fixes
2022-01-20 16:57:38 +02:00
kwoyke
4a5b64c50a
Merge pull request #11722 from anuragkumawat/master
...
JAVA-8294 : Split or move spring-data-rest module
2022-01-20 15:43:32 +01:00
Saikat Chakraborty
49319e7eb0
BAEL-4982 Batching In Cassandra ( #11574 )
...
* Implemented cassandra batch query
* Added netty version param
* Reformatted correctly
* Reformatted correctly
* Reformatted correctly
* Formatting fix resolved
* Formatting fix resolved
* Removed unused method
* Refactored method for better readability
* tab spaces corrected
Co-authored-by: saikat chakraborty <saikat.chakraborty@tesco.com>
2022-01-20 19:10:00 +05:30
Seshu Thanneeru
86ad04b541
reformatted long line continuation
2022-01-20 19:09:27 +05:30
johnA1331
b9399fb5f7
Update README.md
2022-01-20 18:08:58 +08:00
anuragkumawat
522f406c11
Renaming spring-data-rest-1 to spring-data-rest-2
2022-01-20 15:25:18 +05:30
johnA1331
17e0cc77a1
Update README.md
2022-01-20 17:52:02 +08:00
johnA1331
605fbc0f8b
Update README.md
2022-01-20 17:50:55 +08:00
johnA1331
54c298939d
Update README.md
2022-01-20 17:46:45 +08:00
kwoyke
5a3494c262
Merge pull request #11720 from freelansam/JAVA-9466
...
JAVA-9466: Fix references to parents
2022-01-19 19:55:46 +01:00
anuragkumawat
0a7a758979
JAVA-8294 : Split or move spring-data-rest module
2022-01-19 21:43:54 +05:30
Seshu Thanneeru
ab3a7a9d49
assert statement replaced with assertEquals function
2022-01-19 20:19:11 +05:30
Seshu Thanneeru
017badd303
changed code to show copy-paste ready code comment
2022-01-19 19:44:51 +05:30
Yashasvii
efcef3152a
BAEL-5208: Get the name of the currently executing test in JUnit ( #11462 )
...
* Hexagonal Architecture in Java
* Refactor Hexagonal Architecture in Java
* Refactor Hexagonal Architecture in Java
* BAEL-5163: HashMap - keySet vs entrySet vs values methods
* BAEL-5163: HashMap - keySet vs entrySet vs values methods
* Revert "Hexagonal Architecture in Java"
This reverts commit 1add21c1
* BAEL-5163: HashMap - keySet vs entrySet vs values methods
* BAEL-5163: HashMap - keySet vs entrySet vs values methods"
* BAEL-5208: Get the name of the currently executing test in JUnit
* BAEL-5208: Get the name of the currently executing test in JUnit
* BAEL-5208: Get the name of the currently executing test in JUnit
* BAEL-5208: Get the name of the currently executing test in JUnit
* BAEL-5208: Get the name of the currently executing test in JUnit
* BAEL-5208: Get the name of the currently executing test in JUnit
2022-01-19 09:20:19 +00:00