Tomasz Lelek
f979a4075d
BAEL-856 code for long adder and accumulator ( #1723 )
...
* BAEL-856 code for long adder and accumulator
* BAEL-856 rearange packages
* BAEL-856 Formatting
2017-04-26 12:57:16 +02:00
Jesus Boadas
b0e15fcca0
Guide to JDO ( #1730 )
...
* Guide to JDO
* Guide to JDO
* Guide to JDO
2017-04-25 20:54:32 +02:00
Tomasz Lelek
1c53e62641
Bael 845 transfer queue ( #1727 )
...
* BAEL-845 tranferqueue article
* BAEL-845 m to m example
* BAEL-845 move code to test
* BAEL-845 use tryTransfer
* BAEL-845 proper if logic
* BAEL-845 proper test
* BAEL-845 robust test
* BAEL-856 invert logic
2017-04-25 09:44:59 +02:00
maibin
4eb3f44b14
HashSet and TreeSet comparison ( #1698 )
2017-04-24 20:29:26 -05:00
pedja4
b0df0937f2
BAEL-845 TransferQueueTest.java ( #1719 )
2017-04-24 16:16:05 +02:00
madven s
a8b633701d
minor java8 update ( #1684 )
...
Anonymous new Consumer<String>() replaced with method reference.
2017-04-23 13:27:12 +02:00
Tomasz Lelek
c70ee03a24
BAEL-846 code for a syncrhonous queue article ( #1699 )
...
* code for the unsafe article
* more descriptive example
* proper eng
* better test name
* free memory call
* java 8 style
* BAEL-814 Added call to freeMemory() in off-heap test
* BAEL-846 code for a syncrhonous queue article
* BAEL-814 Switched from Random to ThreadLocalRandom
2017-04-21 00:31:35 +02:00
Tomasz Lelek
2648a4ec25
Bael 845 transfer queue ( #1697 )
...
* BAEL-845 tranferqueue article
* BAEL-845 m to m example
* BAEL-845 move code to test
* BAEL-845 use tryTransfer
* BAEL-845 proper if logic
* BAEL-845 proper test
* BAEL-845 robust test
2017-04-20 23:05:44 +02:00
Tomasz Lelek
e37ab29a42
BAEL-845 transfer queue ( #1676 )
...
* BAEL-845 tranferqueue article
* BAEL-845 m to m example
* BAEL-845 move code to test
* BAEL-845 use tryTransfer
* BAEL-845 proper if logic
2017-04-20 02:25:42 +02:00
Doha2012
74688cf30e
remove log4j dependencies ( #1675 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
* remove log4j dependencies
2017-04-18 22:39:13 +02:00
Doha2012
7525544e09
use standard logback.xml ( #1666 )
...
* upgrade to spring boot 1.5.2
* add full update to REST API
* modify ratings controller
* upgrade herold
* fix integration test
* fix integration test
* minor fix
* fix integration test
* fix integration test
* minor cleanup
* minor cleanup
* remove log4j properties
* use standard logbook.xml
2017-04-17 18:41:23 +02:00
Abhinab Kanrar
c313256e8e
log forging ( #1659 )
...
* jvm log forging
* jvm log forging
* jvm log forging
* log forging
2017-04-16 10:44:56 +02:00
pedja4
99a0b6e2f1
Update UnsafeTest.java ( #1655 )
2017-04-15 18:32:41 +02:00
Tomasz Lelek
5e0d1e88ef
BAEL-814 unsafe ( #1645 )
...
* code for the unsafe article
* more descriptive example
* proper eng
* better test name
* free memory call
* java 8 style
2017-04-15 17:34:56 +02:00
Tomasz Lelek
a5879bf8b7
Bael 822 thread local ( #1625 )
...
* code for thread local article
* userNameSecret
* better to string
* fix typo
2017-04-13 21:16:53 -05:00
Abhinab Kanrar
782c5565fe
jvm log forging ( #1643 )
...
* jvm log forging
* jvm log forging
* jvm log forging
2017-04-13 10:08:00 +02:00
João Melo
1a288b5911
Code for Avoiding ConcurrentModificationException when iterating and removing ( #1617 )
2017-04-10 12:44:16 +02:00
Grzegorz Piwowarek
60c2edaaeb
StringTokenizerTest refactor ( #1611 )
...
* TokenizerRefactor
* TokenizerRefactor
* TokenizerRefactor
2017-04-08 13:49:01 +02:00
Grzegorz Piwowarek
196ea6b5f7
Refactor Tokenizer ( #1605 )
2017-04-07 18:15:19 +02:00
Abhinab Kanrar
7ab1e37356
cusstom token ( #1588 )
...
* rest with spark java
* 4
* Update Application.java
* indentation changes
* spring @requestmapping shortcuts
* removing spring requestmapping and pushing spring-mvc-java
* Joining/Splitting Strings with Java and Stream API
* adding more join/split functionality
* changing package name
* testcase change
* adding webutils
* adding testcase for WebUtils and ServletRequestUtils
* adding testcase
* spring-security-stormpath
* adding ratpack module
* adding pom.xml
* adding following modules with updated testcase : DB, Filter, Json
* adding spring-boot custom banner tutorial
* changing banner format in plain text
* Delete banner.txt~
* Delete b.txt~
* CORS in JAX-RS
* ratpack with google guice
* adding factory instance example
* quick-guide-to-the-java-stringtokenizer
* Update Application.java
* Delete MovieCrudService.java~
* token customization
* Update Application.java
* adding csv test
* adding csv test
* Update Application.java
* adding collection module
2017-04-07 16:33:10 +02:00
gitterjim-I
57fe1fce37
Change test names once more ( #1596 )
...
* article Bael-667 initial commit.
* Switch to use logging framework for output.
* Make code more concise. Refactor as suggested.
* modify test method names
2017-04-05 21:40:09 +02:00
Abhinab Kanrar
50ff1d18c4
quick-guide-to-the-java-stringtokenizer ( #1587 )
...
* rest with spark java
* 4
* Update Application.java
* indentation changes
* spring @requestmapping shortcuts
* removing spring requestmapping and pushing spring-mvc-java
* Joining/Splitting Strings with Java and Stream API
* adding more join/split functionality
* changing package name
* testcase change
* adding webutils
* adding testcase for WebUtils and ServletRequestUtils
* adding testcase
* spring-security-stormpath
* adding ratpack module
* adding pom.xml
* adding following modules with updated testcase : DB, Filter, Json
* adding spring-boot custom banner tutorial
* changing banner format in plain text
* Delete banner.txt~
* Delete b.txt~
* CORS in JAX-RS
* ratpack with google guice
* adding factory instance example
* quick-guide-to-the-java-stringtokenizer
* Update Application.java
* Delete MovieCrudService.java~
2017-04-04 12:32:55 +02:00
gitterjim-I
2a76b9c656
change test names, bael-667 ( #1581 )
...
* article Bael-667 initial commit.
* Switch to use logging framework for output.
* Make code more concise. Refactor as suggested.
* modify test method names
2017-04-04 00:30:45 +02:00
dhruba619
c817aec2dc
BAEL-716 Junit vs testng improvement updated formatting
2017-04-02 21:20:31 +05:30
dhruba619
d85f1640d7
BAEL-716 Junit vs testng improvement
2017-04-02 16:35:58 +05:30
Mohamed Sanaulla
0b17547d20
code for BAEL-747 after incorporating review comments ( #1560 )
2017-04-01 21:51:12 +02:00
gitterjim-I
aaf5a3e7b8
Latest review changes: more concise code and suggested refactoring. ( #1549 )
...
* article Bael-667 initial commit.
* Switch to use logging framework for output.
* Make code more concise. Refactor as suggested.
2017-03-31 22:05:23 +02:00
azrairshad
4c84fabd1a
Updated ArrayCopy assert statements. ( #1540 )
2017-03-31 19:54:11 +02:00
gitterjim-I
ea345fa246
Integrate forEach and stream changes to test, removing non-test class. ( #1529 )
...
* article Bael-667 initial commit.
* Switch to use logging framework for output.
2017-03-29 23:18:20 +02:00
Grzegorz Piwowarek
6e2dcfcf59
Refactor PizzaUnitTest ( #1527 )
2017-03-28 22:45:46 +02:00
Chandravadan S
17042f0420
BAEL-732: String to enum ( #1526 )
2017-03-28 17:31:25 +02:00
Parth Joshi
70d8fecc54
Comparator comparing ( #1515 )
...
* Initial commit for Comparator.comparing article.
* Changes in the code as per suggestions in review.
* Change in test names as per suggestions...
* Changes in tests names for nullFirst and nullLast cases
* clean up.
2017-03-28 07:59:33 -05:00
azrairshad
0c8aa7e46d
Added an example for array copy via stream ( #1510 )
2017-03-27 23:17:58 +02:00
Mohamed Sanaulla
e6836c01c7
sample for BAEL-747 Check if a number is prime in Java ( #1508 )
2017-03-26 22:57:36 +02:00
Yasin
2aca6e085b
BAEL-745 Quick Math.pow example ( #1482 )
...
* yasin.bhojawala@gmail.com
Evaluation article on Different Types of Bean Injection in Spring
* Revert "yasin.bhojawala@gmail.com"
This reverts commit 963cc51a7a15b75b550108fe4e198cd65a274032.
* Fixing compilation error and removing unused import
* Introduction to Java9 StackWalking API - yasin.bhojawala@gmail.com
Code examples for the article "Introduction to Java9 StackWalking API"
* BAEL-608 Introduction to Java9 StackWalking API
* BAEL-608 Introduction to Java9 StackWalking API
changing the test names to BDD style
* BAEL-608 Introduction to Java9 StackWalking API
correcting the typo
* BAEL-608 Introduction to Java9 StackWalking API
improving method names
* BAEL-608 Introduction to Java9 StackWalking API
test method names improvements
* BAEL-718 Quick intro to javatuples
* merging pom from master
* BAEL-722 Intro to JSONassert
* BAEL-722 Intro to JSONassert
Updated to 1.5.0
* BAEL-745 Quick Math.pow example
2017-03-24 21:27:45 +01:00
azrairshad
44f5742f16
(BAEL-746) How to Copy an Array in Java ( #1474 )
2017-03-24 17:55:02 +01:00
pivovarit
d0b0debd06
Exclude integration tests
2017-03-24 16:17:34 +01:00
KevinGilmore
d66703b5d9
BAEL-680: rename test methods ( #1470 )
...
* Add files via upload
* Update pom.xml
* Update RunGuice.java
* Update Communication.java
* Update CommunicationMode.java
* Update DefaultCommunicator.java
* Update EmailCommunicationMode.java
* Update IMCommunicationMode.java
* Update SMSCommunicationMode.java
* Update MessageLogger.java
* Update MessageSentLoggable.java
* Update AOPModule.java
* Update BasicModule.java
* Update CommunicationModel.java
* Update Communicator.java
* Update BasicModule.java
* Update RunGuice.java
* Update MessageLogger.java
* Update Communicator.java
* Update pom.xml
* BAEL-278: Updated README.md
* BAEL-554: Add and update README.md files
* Update pom.xml
* Update pom.xml
* Update pom.xml
* BAEL-345: fixed assertion
* BAEL-109: Updated README.md
* BAEL-345: Added README.md
* Reinstating reactor-core module in root-level pom
* BAEL-393: Adding guide-intro module to root pom
* BAEL-9: Updated README.md
* BAEL-157: README.md updated
* Changed project name
* Update RunGuice.java
Removed references to message logging and output
* Update Communication.java
Removed message logging-related code
* BAEL-566: Updated README.md
* New project name
* BAEL-393: removing guice-intro directory
* BAEL-393: renamed module guice-intro to guice in root pom.xml
* BAEL-393 and BAEL-541 README.md files
* BAEL-731: Updated README.md
* BAEL-680: renamed test methods
2017-03-21 17:46:06 -05:00
Grzegorz Piwowarek
99bebe806c
Refactor flattening lists example ( #1372 )
2017-03-18 07:05:02 +01:00
Parth Joshi
b7e74ce721
Initial commit for Comparator.comparing article. ( #1271 )
...
* Initial commit for Comparator.comparing article.
* Changes in the code as per suggestions in review.
2017-03-12 22:03:21 -05:00
gitterjim-I
ea26d4209e
Bael-667 Flatten Nested Collections ( #1330 )
...
* article Bael-667 initial commit.
* Switch to use logging framework for output.
2017-03-10 23:19:26 +01:00
slavisa-baeldung
2cc336e0cb
ESG-606 - refining tests
2017-03-09 11:32:17 +01:00
maibin
3abb98e9e8
Final fixes on ACO ( #1339 )
...
* Ant Colony Optimization
* Updated code for Ant Colony
2017-03-08 21:21:47 -06:00
pivovarit
9758e2ce3c
ACO refactor
2017-03-08 14:23:56 +01:00
pivovarit
4f51b3634f
Refactor Money and Currency API examples
2017-03-06 18:25:12 +01:00
maibin
f0c4486cb1
Ant Colony Optimization updates ( #1306 )
...
* Ant Colony Optimization
* Updated code for Ant Colony
2017-03-05 19:21:35 +01:00
maibin
492b21caa0
Merge pull request #1304 from paulomotta/master
...
Create PrimitiveConversionsJUnitTest.java
2017-03-05 17:06:01 +01:00
Paulo Motta
b9314b142c
Create PrimitiveConversionsJUnitTest.java
...
Tests for the possible conversions for primitive data types
2017-03-05 08:48:22 -03:00
slavisa-baeldung
10a648dfbc
BAEL - 606 - Test improvements
2017-03-04 11:05:43 +01:00
slavisa-baeldung
2665636c96
Merge remote-tracking branch 'origin/master' into sla-pr/1284-jesus
2017-03-03 06:57:17 +01:00