Eugen Paraschiv
27086aab33
pom cleanup
2018-04-07 00:17:10 +03:00
Patryk
5b00f0e0e3
BAEL-1600 Internationalization in Java 8 ( #3902 )
...
BigDecimal for currency formatting.
2018-03-28 22:13:52 +01:00
Patryk
489e3186bc
Bael 1600 internationalization and localization ( #3807 )
...
* BAEL-1600 Internationalization and Localization in Java 8
The essential code for the article.
* BAEL-1600 Internationalization and Localization in Java 8
The essential code for the article.
* BAEL-1600 Internationalization and Localization in Java 8
JUnit test names fixed.
Default Timezones set.
* BAEL-1600 Internationalization and Localization in Java 8
Default Timezones set.
2018-03-27 14:28:42 +01:00
ankishagarwal
3ad0cb693c
Request for BAEL-1584 ( #3740 )
...
* Added for BAEL-1584
* updated for BAEL-1584
* Updated as per Suggestions from Josh, for BAEL-1584
* Removed wrapper class and updated few methods to return boolean instead of Integer
2018-03-13 19:48:11 +01:00
Miguel Rivero
6fdfc3c48a
BAEL-1546: Java 8 Math additions ( #3805 )
...
* BAEL-1546: Java 8 Math additions
* Applied feedback to Unit Tests
* BAEL-1546 Added missing test annotations
2018-03-13 07:30:19 +01:00
Rokon Uddin Ahmed
c10cb80823
02.03 ( #3747 )
...
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2018-03-02 18:40:04 +02:00
KevinGilmore
c0f85101b2
BAEL-1539 README ( #3712 )
...
* BAEL-973: updated README
* BAEL-1069: Updated README
* BAEL-817: add README file
* BAEL-1084: README update
* BAEL-960: Update README
* BAEL-1155: updated README
* BAEL-1041: updated README
* BAEL-973: Updated README
* BAEL-1187: updated README
* BAEL-1183: Update README
* BAEL-1133: Updated README
* BAEL-1098: README update
* BAEL-719: add README.md
* BAEL-1272: README update
* BAEL-1272: README update
* BAEL-1196: Update README
* BAEL-1328: Updated README
* BAEL-1371: Update README.md
* BAEL-1371: Update README.md
* BAEL-1278: Update README
* BAEL-1326: Update README
* BAEL-399: Update README
* BAEL-1297: Update README
* BAEL-1218: README
* BAEL-1148 README update
* BAEL-113 README
* BAEL-1158 README
* BAEL-1539: Update README
2018-02-21 22:28:29 -06:00
Harshil Sharma
d6407ef405
BAEL-1539 shuffling collections ( #3701 )
...
* BAEL-1539 Added list, set and map shuffling code exaamples
* #BAEL-1539 fixed a typo
* #BAEL-1539 refactored sample code, added unit tests
* #BAEL-1539 Added unit tests and example for shuffling with custom randomness
* #BAEL-1539 removed source code and kept only tests as tests are sufficient code sample themselves
* #BAEL-1539 updated map shuffling example to use lambdas
* #BAEL-1539 lambda refactoring
* #BAEL-1539 updated map shuffling logic to shuffle entryset instead of keyset
2018-02-21 11:46:15 +01:00
Harshil Sharma
666c07c7be
BAEL-1539 shuffling collections ( #3567 )
...
* BAEL-1539 Added list, set and map shuffling code exaamples
* #BAEL-1539 fixed a typo
* #BAEL-1539 refactored sample code, added unit tests
* #BAEL-1539 Added unit tests and example for shuffling with custom randomness
* #BAEL-1539 removed source code and kept only tests as tests are sufficient code sample themselves
* #BAEL-1539 updated map shuffling example to use lambdas
* #BAEL-1539 lambda refactoring
* Fixed an indentation
2018-02-16 07:33:34 -06:00
Ahmad Alsanie
0585764866
BAEL-1473 replaced int with AtomicInteger for safe usage in multi-threaded env ( #3497 )
...
* BAEL-1473 Intoduction to Spliterator in Java
* BAEL-1473 - Replace .out with logger.info
* removed log
* BAEL-1473 - added test-cases
* modify test-cases
* AtomicInteger instead of int
* SIZED removed
2018-01-24 09:29:14 -08:00
Ahmad Alsanie
25f449ad38
BAEL-1473 ( #3477 )
...
* BAEL-1473 Intoduction to Spliterator in Java
* BAEL-1473 - Replace .out with logger.info
* removed log
* BAEL-1473 - added test-cases
* modify test-cases
2018-01-21 09:44:22 -08:00
Rokon Uddin Ahmed
c3e8ba4a70
Pull request 17.01 ( #3442 )
...
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
2018-01-17 21:53:17 +01:00
Doha2012
6f3710b9ae
move stream API to core-java-8 ( #3403 )
...
* make sure modules using java8
* move url matching code
* upgrade boot parent
* minor cleanup
* fix blocking tests
* add core-java-io module
* move stream API to core-java-8
2018-01-13 14:58:51 +01:00
Ahmad Alsanie
07aad444ae
BAEL-1473 Intoduction to Spliterator in Java ( #3400 )
2018-01-12 13:05:49 -08:00
Grzegorz Piwowarek
da4bd50cdb
Core Java 8 refactor ( #3342 )
2018-01-04 17:21:32 +02:00
Ganesh
62e53959ef
PR for BAEL-1340 - Java StringJoiner class ( #3324 )
...
* unit tests for stringjoiner
* formatting changes
* slit test cases and formatting fixes
* minor formatting fix
2017-12-31 16:54:02 +02:00
KevinGilmore
620abb2753
1278 and 1326 README ( #3308 )
...
* BAEL-973: updated README
* BAEL-1069: Updated README
* BAEL-817: add README file
* BAEL-1084: README update
* BAEL-960: Update README
* BAEL-1155: updated README
* BAEL-1041: updated README
* BAEL-973: Updated README
* BAEL-1187: updated README
* BAEL-1183: Update README
* BAEL-1133: Updated README
* BAEL-1098: README update
* BAEL-719: add README.md
* BAEL-1272: README update
* BAEL-1272: README update
* BAEL-1196: Update README
* BAEL-1328: Updated README
* BAEL-1371: Update README.md
* BAEL-1371: Update README.md
* BAEL-1278: Update README
* BAEL-1326: Update README
2017-12-27 20:58:28 -06:00
thakursantosh
6f386f79e5
Code for BAEL-1437 - thakursantosh/st1972@gmail.com ( #3294 )
...
* New code for First Article 'Types of Bean Injection'
* Adding code for BAEL-1306
* Code changes for BAEL-1306
* Removed code of my evaluation article
* Simplified code to use number arrays BAEL-1306
* Simplified code for BAEL-1306
* Code commit for BAEL-1437
* Removed code that was added for BAEL-1437
* Code commit for BAEL-1437
2017-12-25 19:45:55 +01:00
Muhammed Almas
72854479e7
Counter ( #3223 )
...
* BAEL-1375 Counter in Java.
* BAEL-1375 Frequency counter in java.
* BAEL-1375 Refactored method names.
* BAEL-1375 refactored code.
* BAEL-1375 Fixed the test
* BAEL-1375 updated code to include parallel stream.
2017-12-25 15:50:22 +01:00
KevinGilmore
314e2148b2
BAEL-1326 2nd attempt ( #3281 )
...
* BAEL-973: updated README
* BAEL-1069: Updated README
* BAEL-817: add README file
* BAEL-1084: README update
* BAEL-960: Update README
* BAEL-1155: updated README
* BAEL-1041: updated README
* BAEL-973: Updated README
* BAEL-1187: updated README
* BAEL-1183: Update README
* BAEL-1133: Updated README
* BAEL-1098: README update
* BAEL-719: add README.md
* BAEL-1272: README update
* BAEL-1272: README update
* BAEL-1196: Update README
* BAEL-1326: Default and static methods in interfaces
2017-12-23 07:04:16 -06:00
Eugen Paraschiv
533218682f
import cleanup
2017-12-19 13:51:58 +02:00
Jose Bob Santos Jr
ae109dfb7c
BAEL-1330 Primitive Type Streams in Java 8 ( #3106 )
...
* initial commit for first article evaluation
* fixed compilation error
* removed final keywords for compliance
* added unit tests and refactored as needed
* refactored application-context.xml to use self-closing tags
* renamed tests to use UnitTest suffix
* removed unnecessary annotation
* added code samples for primitive streams
* removed sample code and tests for evaluation article
* renamed unit test to proper unit test naming
* added a test to show boxed method
* added the assertion to the test fox boxed
* changed mapToInt test to use Arrays.asList instead of a POJO as per Grzegorz and Eugen
2017-12-15 02:50:51 +01:00
Muhammed Almas
9627971b46
BAEL-1375 Using compute for every usage. ( #3242 )
2017-12-14 17:54:27 +01:00
Rokon Uddin Ahmed
b59226a68c
12.12 ( #3219 )
...
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.MD
* Create README.md
* Update readme.md
* Update README.md
* Update README.md
* Update README.md
2017-12-12 07:32:35 +01:00
Muhammed Almas
63d4e7d014
BAEL-1375 Counter in Java. ( #3170 )
...
* BAEL-1375 Counter in Java.
* BAEL-1375 Frequency counter in java.
* BAEL-1375 Refactored method names.
2017-12-03 21:22:39 +01:00
abialas
edec7ddbe5
BAEL-1344 ( #3081 )
...
* BAEL-1344 add java8 convert methods date, localdate, localdatetime
* BAEL-1344 add java9 example
* Move Date to LocalDate and LocalDateTime converters from core-java-8 to core-java-9
2017-11-24 13:29:08 -08:00
Loredana Crusoveanu
0b23dd8987
Update README.md
2017-11-23 20:26:53 +02:00
Loredana Crusoveanu
cfac0b12f5
Update README.md
2017-11-23 19:42:57 +02:00
Loredana Crusoveanu
57f6077f2a
Update README.md
2017-11-23 18:57:18 +02:00
Loredana Crusoveanu
06b58e7978
formatting to trigger build
2017-11-21 23:49:37 +02:00
Loredana Crusoveanu
0b6a047cc0
change time zone method name
2017-11-21 22:30:29 +02:00
Loredana Crusoveanu
67e78dbf76
Merge pull request #3084 from steinhauer-software/BAEL-1317
...
BAEl-1317: Display All Time Zones With GMT and UTC
2017-11-21 21:49:16 +02:00
Holger Steinhauer
12567132b1
BAEL-1317: Moving Java7 example to `core-java` module
2017-11-21 07:31:09 +00:00
Holger Steinhauer
dbee97c1c1
BAEL-1317: Adding Java7 examples
2017-11-20 21:47:48 +00:00
Adam Arold
2061f5b7eb
adding built-in java annotation examples ( #3087 )
2017-11-20 11:11:34 -08:00
abialas
6211154062
Bael 1344 ( #3068 )
...
* BAEL-1344 add java8 convert methods date, localdate, localdatetime
* BAEL-1344 add java9 example
2017-11-19 13:03:09 -08:00
Holger Steinhauer
232d2d8e81
BAEL-1317: Display All Time Zones With GMT and UTC
2017-11-19 18:08:35 +00:00
Holger Steinhauer
d9608d20a2
BAEL-1317: Display All Time Zones With GMT and UTC
2017-11-19 18:02:25 +00:00
Muhammed Almas
7b4d644d1e
BAEL-1296 Prime numbers till 'n'. ( #2954 )
2017-11-08 18:04:59 +01:00
Grzegorz Piwowarek
0b5fbdc53e
Cody756 master ( #2740 )
...
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.MD
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Merge fix
2017-10-15 13:55:42 +02:00
nabyla
9081c089f6
Add stream supplier test ( #2631 )
2017-09-17 10:20:58 +03:00
Doha2012
9c03b45c23
move java8 code ( #2535 )
...
* fix spring config
* fix spring config
* fix spring config
* minor fix
* fix spring-boot module
* fix pom
* upgrade jackson
* minor fix
* java concurrency
* cleanup
* fix conflict
* java 8
* clean up
* add core-java-8 to main pom
2017-08-31 09:43:28 +02:00
Grzegorz Piwowarek
302c529171
Remove core-java-8
2016-10-23 22:37:46 +02:00
Grzegorz Piwowarek
0902c3d9e0
Collapse core-java-8 into core-java
2016-10-23 22:36:53 +02:00
Grzegorz Piwowarek
d97ba21fb3
Move StringToInt examples
2016-10-23 21:24:20 +02:00
Grzegorz Piwowarek
ce0cb0c375
Move Random List Element examples
2016-10-23 21:22:07 +02:00
Grzegorz Piwowarek
d9c3a9d9cd
Move CharToString examples
2016-10-23 21:20:01 +02:00
Grzegorz Piwowarek
6dc9bcf331
Move FunctionalInterfaces examples
2016-10-23 19:55:41 +02:00
Grzegorz Piwowarek
93256245ff
Move CompletableFuture examples
2016-10-23 19:53:01 +02:00
Grzegorz Piwowarek
62c6abfb4a
Move Java8 Collectors example
2016-10-23 19:49:03 +02:00
slavisa-baeldung
d55903a667
BAEL-276 - URL encoding
2016-10-22 07:16:14 +02:00
Naoshadul Islam
298c5e3091
Created README.md and added relevant articles ( #742 )
...
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Created README.md and added relevant articles
* Updated readme.md
* Updated readme.md
* Created README.md and added relevant articles
* Created README.md and added relevant articles
2016-10-16 13:25:05 +03:00
slavisa-baeldung
82065d8d91
Merge pull request #744 from sunilgulabani/master
...
BAEL-276: Added encode-decode of url
2016-10-12 08:46:15 +02:00
Sunil Gulabani
3a27d6b50e
BAEL-255: Added encode-decode of url
2016-10-12 10:33:48 +05:30
slavisa-baeldung
9e5d795bd4
BAEL-225 - Upgrading version
2016-10-11 17:51:49 +02:00
slavisa-baeldung
feb287651c
Merge pull request #739 from sunilgulabani/master
...
Added stream close snippet
2016-10-11 17:49:38 +02:00
Sunil Gulabani
5b09ae5275
Added stream close snippet
2016-10-11 14:14:11 +05:30
Grzegorz Piwowarek
798b624a90
Refactor CurrentDateTimeTest
2016-10-10 18:54:01 +02:00
Zeger Hendrikse
9ec0893cdd
Merge branch 'sanketmeghani-master'
2016-10-10 18:29:56 +02:00
Grzegorz Piwowarek
fa1fc3cbe7
Refactor readFromInputStream
2016-10-10 07:11:06 +02:00
Grzegorz Piwowarek
9da1680d0f
Refactor readFromInputStream
2016-10-10 07:09:47 +02:00
sanketmeghani
4f64784e84
Mocking current time for JUnits
2016-10-09 11:17:22 +05:30
Slavisa Baeldung
61ea026ea9
BAEL-225 - moving to lambda, additional improvements
2016-10-07 16:41:49 +02:00
Grzegorz Piwowarek
e1abedf15e
Refactor RandomListElementTest
2016-10-07 12:03:53 +02:00
Grzegorz Piwowarek
8ec4c8c265
Refactor
2016-10-05 07:50:21 +02:00
slavisa-baeldung
05c6859412
BAEL-297 - passed list as a constructor creation. Array.aslist returns a fixed lenght list and throws exception on remove
2016-10-05 07:34:29 +02:00
slavisa-baeldung
ea39b9cacf
BAEL-255 - minor changes
2016-10-05 07:24:26 +02:00
slavisa-baeldung
7b587286a4
BAEL-255 - adding test file
2016-10-05 07:23:26 +02:00
slavisa-baeldung
ece6eab719
BAEL-255 - minor changes
2016-10-05 07:16:32 +02:00
Sunil Gulabani
db25745f05
BAEL-255 - adding additional read file methods
2016-10-05 07:15:22 +02:00
pared
3613428993
random element from list guide ( #690 )
...
* random element from list guide
* refactor
* with removing
* refactor + thread optimized index generation
* refactor
* final review refactor
2016-10-04 18:35:37 +02:00
slavisa-baeldung
e021ca1be6
BAEL-255 - read file from Java
2016-09-29 16:17:07 +02:00
Grzegorz Piwowarek
e1ffd14c0d
Refactor JavaFolderSizeTest
2016-09-28 19:46:18 +02:00
Sergey Petunin
ea85fa99ee
Added samples for annotation processing article. ( #705 )
...
* Added annotation processing examples. Fixed core-java8 build on OS X
* Moved projects to separate submodule
2016-09-28 16:24:03 +02:00
Naoshadul Islam
4db012d57b
Update README.md
2016-09-28 09:51:08 +06:00
sanketmeghani
719d4e5aa1
Converting date/time retrieval methods to JUnits
2016-09-27 22:13:11 +05:30
sanketmeghani
1b4714c214
Add sample code to get current timestamp in Java 8
2016-09-18 17:06:34 +05:30
sanketmeghani
ba4fb5bf42
Add sample code to get current time in Java 8
2016-09-18 17:06:12 +05:30
sanketmeghani
ef54cd43cb
Add sample code to get current date in Java 8
2016-09-18 17:05:52 +05:30
Sergey Petunin
743f6c8806
Added example for Supplier lazy generation, corrected the reduce example ( #638 )
2016-08-25 10:30:40 +02:00
Grzegorz Piwowarek
9ae8b346d9
Refactor FunctionInterfacesTest
2016-08-25 08:24:32 +02:00
Sergey Petunin
ac0cc708b1
Source code for the article Guide to Java 8 Functional Interfaces ( #637 )
2016-08-25 07:24:18 +02:00
Alex Theedom
dfd8b0c4cc
Amend the test method names to include a when and remove unused throws
2016-08-22 19:31:23 +01:00
Alex Theedom
4f7cb84630
Amend the test method names to include a when, remove unused throws and change equals test to assert Integer
2016-08-22 19:16:11 +01:00
Alex Theedom
539fe75116
Amendments to the test method names
2016-08-22 18:54:32 +01:00
Alex Theedom
db5c839a78
Minor changes after review
2016-08-22 18:44:34 +01:00
Alex Theedom
f99f6d962f
Merge pull request #623 from eugenp/grzegorz_random_list_element
...
Add code examples for Random List Element mini-article
2016-08-22 18:27:47 +01:00
Alex Theedom
f1516e0188
Merge pull request #622 from eugenp/grzegorz_string_to_int
...
Add code examples for String to int mini-article
2016-08-22 18:27:33 +01:00
Grzegorz Piwowarek
6f38d0b12e
Add Guava example
2016-08-22 16:28:38 +02:00
Grzegorz Piwowarek
ba90ee0a2f
Add code examples for Random List Element mini-article
2016-08-21 11:51:10 +02:00
Grzegorz Piwowarek
d26bdb7621
Add code examples for String to int mini-article
2016-08-21 11:32:16 +02:00
Grzegorz Piwowarek
2f2999e878
Add code examples for Char to String mini-article
2016-08-21 10:40:21 +02:00
PRITAM BANERJEE
6c062ca19e
Hibernate Fetching Update ( #607 )
...
* BAEL-212
Contains:
1. Hibernate Criteria Query Classes
2. Hibernate Criteria Query Test
* Updating the config file and the HibernateUtil class
* Hibernate Criteria Queries Example
* Hibernate Fetching : Eager Loading vs Lazy Loading
* Hibernate Criteria Query files
* Hibernate Eager Loading and Lazy Loading Changes
* Latest Changes on Fetching
* Fetching Changes
* Latest Changes
* Latest Changes
* Undoing the changes
2016-08-17 07:19:34 +02:00
Sergey Petunin
fe16518c17
Added cancellation example for CompletableFuture ( #614 )
2016-08-16 09:42:14 +02:00
Grzegorz Piwowarek
0bb0966723
Refactor CompletableFutureTest
2016-08-15 23:20:39 +02:00
Sergey Petunin
5195a4310e
Added test for the Guide to CompletableFuture ( #611 )
2016-08-15 23:16:19 +02:00
Sergey Petunin
f2f2b48782
Optimized the TreeNode constructor ( #590 )
2016-08-09 14:56:35 +02:00
Sergey Petunin
2327379d91
Added Guava thread pool examples ( #589 )
2016-08-08 18:22:01 +02:00
Sergey Petunin
1121a6ca29
Core threadpool implementation examples ( #588 )
2016-08-08 16:13:44 +02:00
Slavisa Baeldung
ea9cb32d6c
BAEL-28 - Updating article URLs
2016-07-14 15:03:51 +02:00