Commit Graph

2199 Commits

Author SHA1 Message Date
Haroon Khan
34e7277067 [JAVA-9021] Clean up uncommitted artifacts (#11754) 2022-02-01 19:38:56 +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
johnA1331
9699bd7b90 Update README.md 2022-01-26 17:48:52 +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
2f6c895477 Update README.md 2022-01-26 17:35:42 +08:00
johnA1331
690757ff24 Update README.md 2022-01-26 17:26:50 +08: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
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
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
Vlad Fernoaga
8000630597 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
Azhwani
0233f78985 first commit (#11716) 2022-01-20 19:27:09 -06:00
johnA1331
2bfa57582b Update README.md 2022-01-20 18:08:58 +08:00
johnA1331
5d73e858b3 Update README.md 2022-01-20 17:52:02 +08:00
johnA1331
9c03fb5957 Update README.md 2022-01-20 17:50:55 +08:00
vunamtien
616ada36a7 compute x509 certificate thumbprint (#11717)
Co-authored-by: tienvn4 <tienvn4@ghtk.co>
2022-01-18 22:43:29 +01:00
Krzysiek
8e107364da JAVA-9486: Use guava.version defined in the parent pom 2022-01-17 20:18:43 +01:00
Loredana Crusoveanu
6230743bd8 Merge pull request #11713 from kwoyke/JAVA-9123
JAVA-9123: POM properties cleanup
2022-01-17 20:04:15 +02:00
Krzysiek
70c641eef2 JAVA-9123: POM properties cleanup 2022-01-17 14:03:32 +01:00
ACHRAF TAITAI
55b23b9562 first commit (#11683) 2022-01-16 14:58:04 -06:00
Mladen Savic
562a12492e Difference between NIO and NIO.2? 2022-01-16 21:31:59 +01:00
davidmartinezbarua
4a9605e624 Merge pull request #11665 from aalbatross/origin/BAEL-5158
BAEL-5158: Find which jar file a class is from
2022-01-15 14:01:39 -03:00
pabloubal
864c50d47b BAEL-5178:An introduction to InstantSource (#11646)
* BAEL-5178:An introduction to InstantSource

* BAEL-5178:PR fixes

Co-authored-by: Pablo Ubal <pablo.ubal@flexit.es>
2022-01-13 20:42:54 +05:30
Loredana Crusoveanu
40366ac296 Merge pull request #11686 from johnA1331/master
BAEL-47035 - add links to github-baeldung articles
2022-01-13 11:02:43 +02:00
kwoyke
0b629590de Merge pull request #11670 from freelansam/JAVA-9022
JAVA-9022: Fix formatting of POMs
2022-01-13 09:50:07 +01:00
ravipathak
b1f7e470cb BAEL-5158: removing finding class. 2022-01-13 08:30:05 +00:00
ravipathak
7a403f834f Merge remote-tracking branch 'mine/origin/BAEL-5158' into origin/BAEL-5158 2022-01-13 08:24:28 +00:00
ravipathak
496fddbb28 BAEL-5158: Sample App and Unit test for finding ObjectMapper class in a jar. 2022-01-13 08:23:42 +00:00
Sameer
2973087b8c AES Key Generation Strategies #BAEL-4459 (#11685)
* ways to generate AES keys

* exceptional cases

Co-authored-by: IN22910366 <d7495b5879fca1ec1367476a5395a60a8e9baec9>
2022-01-13 07:56:28 +01:00
johnA1331
ccb1914f5d Update README.md 2022-01-13 14:07:20 +08:00
johnA1331
ca92a6601a Update README.md 2022-01-13 14:03:15 +08:00
Teica
9ef74e2c29 BAEL-5277 generate string of repeated characters (#11611)
* BAEL-5277 generate string of repeated characters

* BAEL-5277 fixed test

* BAEL-5277 fixing tests

* removed public from class and methods, removed unnecessary test examples, extracted contants

* renamed constants

* renamed a test

* fixed the string repeat test

* removed public from class and method

* modified the test

* reset the java version

* tests added

* added apache dependency

* removed repeat method for string

* updated tests

* fixed tests

* added two additional tests

* formatted code

* renaming variables

* 1.0.0 | FIX removed unnecessary annotation

* removing EMPTY_STRING constant

Co-authored-by: Matea Pejčinović <matea.pejcinovic@intellexi.hr>
2022-01-12 23:44:15 +00:00
Sarath Chandra
9448ff68a9 [BAEL-5077] Hidden Classes (#11663) 2022-01-10 20:28:05 +01:00
sampadawagde
150dbd10e7 JAVA-9022: Fix formatting of POMs 2022-01-10 22:05:47 +05:30
KevinGilmore
96c9875e51 BAEL-5276: add link back to article (#11662) 2022-01-08 22:34:43 -06:00
Azhwani
c15e750e88 init commit (#11643) 2022-01-07 16:57:13 -06:00
Seshu Kumar T
d77ac44ad8 BAEL 5273 Sequence Input Stream (2nd commit) (#11649)
* SequenceInputStream changes

* assert statements corrected by keeping order as (expected, actual)

Co-authored-by: Seshu Thanneeru <seshukumar.thanneeru@thoughtdata.com>
2022-01-06 21:13:40 +01:00
Daniel Strmecki
d7cca3ffe3 Feature/bael 5176 random number generators (#11641)
* BAEL-5176: Add simple test

* BAEL-5176: Add benchmark runner

* BAEL-5176: Update examples

* BAEL-5176: Refactor

* BAEL-5176: Refactor

* BAEL-5176: Refactor
2022-01-06 08:54:44 +00:00
johnA1331
89a58534ed Update README.md 2022-01-05 20:40:01 +08:00
johnA1331
13594bee76 Update README.md 2022-01-05 20:38:06 +08:00
johnA1331
fba09a56b6 Update README.md 2022-01-05 20:34:20 +08:00
johnA1331
684ba28cc1 Update README.md 2022-01-05 20:22:48 +08:00
johnA1331
3ab12f645f Update README.md 2022-01-05 20:14:44 +08:00
johnA1331
b1ff74dbd4 Update README.md 2022-01-05 19:39:58 +08:00