amit2103
3bd1ed4ece
[BAEL-8456] - Moved Java Date articles into a new module - 'java-dates'
2018-08-25 17:44:06 +05:30
Kacper
9b343be45e
BAEL-2122 Optional or else throw ( #5047 )
...
* Throw and throws in Java
* BAEL-2122 | throw exception in optional
* BAEL-2122 | optional orelsethrow
2018-08-24 13:18:30 +02:00
Loredana Crusoveanu
32f2daa7f2
Merge pull request #4964 from dkapil/story/BAEL-7636
...
BAEL-7636 Add the missing plugin versions in the tutorial repo
2018-08-21 08:33:37 +03:00
Kacper
9156ec3736
Throw and throws in Java ( #4990 )
2018-08-19 22:02:27 +02:00
Dhawal Kapil
847c9e9edd
Merge branch 'master' of https://github.com/eugenp/tutorials into story/BAEL-7636
2018-08-19 22:59:08 +05:30
Loredana Crusoveanu
ec790a6a8c
delete duplicate test
2018-08-19 15:14:16 +03:00
Loredana Crusoveanu
a6327bdcc2
Update PizzaUnitTest.java
2018-08-19 14:22:32 +03:00
Loredana Crusoveanu
ab560b7580
remove string-related code
2018-08-19 07:33:37 +03:00
Loredana Crusoveanu
a35c7789b9
Merge pull request #4997 from amit2103/BAEL-8232
...
[BAEL-8232] - Moved java string related code and github links into ne…
2018-08-19 07:28:48 +03:00
Kevin Wittek
ba7efbcc43
Example for removing first element of array (BAEL-2029) ( #4970 )
...
* Example for removing first element of array (BAEL-2029)
* Use AssertJ assertions
* Move array test to collections module.
* Remove redundant test
2018-08-18 19:34:47 -05:00
amit2103
b4036907b9
[BAEL-8232] - Moved non-string related code to core-java and copied PizzaStatusEnum class and PizzaUnitTest relavent TCs to java-strings module
2018-08-19 01:20:13 +05:30
amit2103
742c77a931
[BAEL-8232] - Moved code from core-java to java-strings module for 'Converting Strings to Enums in Java' article
2018-08-19 00:34:16 +05:30
amit2103
ca9b13d705
[BAEL-8232] - Removed unwanted dependencies and moved CountCharsExampleUnitTest from core-java to java-strings module
2018-08-19 00:02:02 +05:30
amit2103
ab17b8e697
[BAEL-8232] - Moved java string related code and github links into new module java-strings
2018-08-18 23:24:10 +05:30
Loredana Crusoveanu
955e78a306
Merge pull request #4991 from lor6/BAEL-8219
...
Bael 8219
2018-08-18 15:53:59 +03:00
Alejandro Gervasio
880bd891b9
BAEL-2066 - Java Constructors vs Static Factory Methods ( #4934 )
...
* Initial Commit
* Update User.java
* Update UserUnitTest.java
* Update User.java - UserUnitTest.java
2018-08-16 21:00:43 -05:00
Dhawal Kapil
3b4c74874d
Merge branch 'master' of https://github.com/eugenp/tutorials into story/BAEL-7636
2018-08-16 10:07:18 +05:30
Loredana Crusoveanu
59d82006c5
Merge pull request #4974 from amit2103/BAEL-8217
...
Moved core persisatnce codes from core java to core java persistence
2018-08-15 22:26:34 +03:00
Loredana Crusoveanu
854614166f
fix exceptions tests
2018-08-15 22:19:02 +03:00
amit2103
4bd162e5a5
Moved core persisatnce codes from core java to core java persistence
2018-08-16 00:05:58 +05:30
Dhawal Kapil
9a655ae609
BAEL-7636 Add the missing plugin versions in the tutorial
...
-Ignoring faulty test causing out of memory exception in travis
2018-08-15 17:31:45 +05:30
Dhawal Kapil
1212404897
BAEL-8219 Fix tests for core-java, maven and core-java-io projects
...
-Test fixes
2018-08-15 14:25:20 +05:30
Dhawal Kapil
3b64d8ef4e
BAEL-8219 Fix tests for core-java, maven and core-java-io projects
...
-Test fixes
2018-08-15 14:14:50 +05:30
Felipe Santiago Corro
f55e3796d9
optimizing regex expressions ( #4961 )
2018-08-14 12:24:28 +02:00
Vizsoro
ce8d193f47
simplifying exception test ( #4962 )
...
* simplifying exception test
* simplifying subclass initialization
2018-08-14 08:43:43 +01:00
yuugen
99676b1a9e
Bael 2019 static vs dynamic binding ( #4807 )
...
* adding the required classes for binding example
* completed test class for AnimalActivityUnitTest static functions
* changes to example so that they don't seem to be a replica of https://stackoverflow.com/questions/19017258/static-vs-dynamic-binding-in-java
* refactoring and removing unnecessary file
* revert changes to RegexUnitTest
2018-08-12 00:02:05 +01:00
RanjeetKaur17
840b0e1f9c
Moving file parser inside the core-java module.
...
Adding Test cases for reading files.
2018-08-07 00:38:02 -07:00
Vizsoro
7dbca34ba4
BAEL-1986 List initialization in one line ( #4696 )
...
* list initializations in one line
* Enhance after review
* formatting and naming
* Formatting and renaming 2
2018-08-02 20:48:38 +01:00
Kevin Wittek
0cafd3004d
Example for removing first element of array (BAEL-2029) ( #4836 )
...
* Example for removing first element of array (BAEL-2029)
* Use AssertJ assertions
2018-08-02 07:48:42 -05:00
DavidLandup
0b642f91e0
Adding files for Exception Handling article ( #4507 )
...
* Adding files for Exception Handling article
* Updating files
* Test folder
* testing renaming
* Formatting and Naming Conventions
This commit reworks the code for the Intro to Exception Handling
article, ensuring that packages and classes are formatted and named
according to site standards.
2018-08-01 11:59:16 -06:00
Alejandro Gervasio
fc02400f5f
BAEL-1818 A Simple Guide to Connection Pooling in Java ( #4823 )
...
* Initial Commit
* Update parent pom.xml
* Update BasicConnectionPool class
* Update BasicConnectionPool class
* BAEL-1818 removed code from core-java module, cleaned up a little pom files
* BAEL-1818 moved the code from connectionpool.connectionpools package to connectionpool
2018-07-28 08:44:51 +02:00
the-java-guy
c78bf78957
BAEL-1934 ( #4768 )
...
* Bean Object, server side and client side example for event streaming
example
* BAEL-1628
Access a File from the Classpath in a Spring Application
* inputstream retrieval added
* Removed files related to evaluation article
* + Aligning code to the article. Removed Utility methods and classes
* BAEL - 1628
* PMD fixes
* Code Review changes
Refactored : whenResourceUtils_thenReadSuccessful
* BAEL-1934
* +indentation correction in pom.xml
* synced with master
* indentation correction
2018-07-21 17:52:23 +02:00
Alejandro Gervasio
ac801b4319
BAEL-1818 - A Guide to Connection Pools in Java ( #4735 )
...
* Strange git issue with README.MD, wouldn't revert the file
* Initial Commit
* Initial Commit
* Update pom.xml
* Update pom.xml
* Initial Commit
* Update pom.xml
* Update source files
* Update source files
* Update source files
* Update source files
* Update Application.java
* Update pom.xml
* Update HikariCPDataSourceUnitTest class
* Update HikariCPDataSourceUnitTest.java
* Update pom.xml
* Update unit test classes
* Update BasicConnectionPoolUnitTest.java
* Fix indentation in DBCDDataSource class
* Update DBCPDataSource.java
* Update BasicConnectionPool class
* Update BasicConnectionPool class
* Update BasicConnectionPool.java
* Update BasicConnectionPool.java
* Update pom.xml
* Update pom.xml
* BAEL-1818 Refactored getConnection(), added shutdown(), cleaned up pom.xml
* BAEL-1818 Removed getConnectionPool(), upgraded c3po version
* BAEL-1818 Deleted obsolete connectionpool module
* BAEL-1818 Deleted obsolete connectionpool module
2018-07-21 01:28:01 +02:00
Jonathan Cook
b44883b364
BAEL-1889 - Let's move the Java Number articles into a new module ( #4619 )
...
* BAEL-1849 - Convert from String to Date in Java
* BAEL-1863 - Calling Callbacks with Mockito
* BAEL-1889 - Let's move the Java Number articles into a new module
* BAEL-1889 - Let's move the Java Number articles into a new module
2018-07-14 15:00:37 +02:00
Tom Hombergs
455385d66e
Merge pull request #4579 from amitabhmandal/BAEL-1896
...
BAEL-1896: Guide to GregorianCalendar
2018-07-08 20:41:35 +02:00
amitabhmandal
9c8973f83f
Refactored Junits
2018-07-08 22:02:45 +05:30
Mrudav Shukla
30b439458e
BAEL-1921 - added example code and unit test for GlobalExceptionHandler ( #4646 )
...
* added example code and unit test for GlobalExceptionHandler
* Code for common exceptions
2018-07-08 14:11:29 +02:00
Loredana Crusoveanu
e78ca7c830
Merge pull request #4606 from kiview/bael-1930-encrypt
...
[BAEL-1930] Encryption and decryption of files using JDK
2018-07-07 17:45:50 +03:00
Loredana Crusoveanu
da1db70aad
Update FileEncrypterDecrypterIntegrationTest.java
2018-07-07 15:40:12 +03:00
chandra
463d159f59
Added unit test for Thread.join method
2018-07-04 01:39:17 -04:00
amitabhmandal
6d60eabea8
BAEL-1896: Refactored names
2018-07-04 07:42:37 +05:30
amitabhmandal
1487b9195b
BAEL-1896. Fixed Junits
2018-07-03 14:52:42 +05:30
Kevin Wittek
c0aaed7474
[BAEL-1930] Encryption and decryption of files using JDK
2018-07-01 21:05:28 +02:00
amitabhmandal
2191bb639d
BAEL-1896 Added test cases
2018-06-30 14:37:38 +05:30
Loredana Crusoveanu
76317f8052
Merge branch 'master' into master
2018-06-30 11:26:37 +03:00
amitabhmandal
0d84a49456
BAEL-1896: Guide to GregorianCalendar
2018-06-28 15:42:30 +05:30
Amit Pandey
e3978a5f95
Bael 4461 3 ( #4557 )
...
* [BAEL-4462] - Fixed integration tests
* [BAEL-7055] - Fix JUNIT in core java module
2018-06-27 09:15:09 +02:00
Loredana Crusoveanu
07f3ab60fd
Merge pull request #4517 from asturcon/tutorials/titleCase
...
BAEL-1928 - Convert a string to title case
2018-06-26 22:30:30 +03:00
Loredana Crusoveanu
36dd4888f4
Merge pull request #4538 from asturcon/tutorials/dateWithoutTime
...
BAEL-1894 - Date without time
2018-06-26 21:14:15 +03:00
Dhawal Kapil
08b589e8f6
BAEL-1892 Get Integer Values from Date
...
-Added classes to show case how to extract values from classes Date and Calendar, and LocalDate, LocalDateTime, ZonedDateTime and OffSetDateTime
-Added unit test cases for all classes
2018-06-26 18:39:32 +01:00