amit2103
b4ff5c46f0
[BAEL-11402] - Moved articles out of core-java (part 3)
2018-12-30 01:19:12 +05:30
amit2103
ea70595615
[BAEL-9643] - Create code for Properties article
2018-12-09 00:36:34 +05:30
Loredana Crusoveanu
8d9f995624
Merge pull request #5649 from rozagerardo/geroza/BAEL-9549_reduce-articles-in-core-java
...
[BAEL-9549] reduce core-java module migrating code to core-java-lang and core-java-arrays
2018-11-11 13:47:28 +02:00
geroza
6634c0e100
6 - Sixth commit to split core-java module. This commit includes:
...
* fixiing failing unit tests, moving required resources to new modules
2018-11-10 12:55:07 -02:00
Kumar Chandrakant
6f9e1fd103
BAEL-2300: Adding files for the tutorial on character encoding.
2018-11-08 15:13:12 +05:30
RanjeetKaur17
840b0e1f9c
Moving file parser inside the core-java module.
...
Adding Test cases for reading files.
2018-08-07 00:38:02 -07: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
gangadkho
a0b0e1c705
Java Custom Exception
2018-06-26 14:48:41 +08:00
Eugen Paraschiv
7cc57756e1
testing work
2018-03-04 17:28:06 +02:00
Eugen Paraschiv
535656eeb5
testing work
2018-03-04 17:17:57 +02:00
Loredana Crusoveanu
b18c4deb3f
remove extra serialization ex
2017-12-23 22:36:56 +02:00
Loredana Crusoveanu
cc39f18d21
Merge pull request #3208 from Ahmad-alsanie/master
...
BAEL-1329 A Guide to Java Initialization
2017-12-23 22:28:30 +02:00
Pazis
a5f78cf7d5
BAEL-1308 - Copy a File with Java ( #3000 )
...
* Create Student.java
* Create ApplicationContextTestBeanInjection.java
* Update Student.java
* added tests
added tests
* BAEL-1308
part 1
* Create test_stream.txt
* Create test_files.txt
* Create test_channel.txt
* Create test_apache.txt
* Create test.txt
* Delete test.txt
* Create readme.txt
* Delete Student.java
* Delete StudentInjectionTest.java
* Delete ApplicationContextTestBeanInjection.java
2017-12-16 13:18:09 +01:00
Ahmad Alsanie
4b0a98f6b0
init commit - a guide to java initialization classes and resources
2017-12-08 15:50:47 +02:00
Ahmad Alsanie
5b25c39f08
BAEL-1308 changed name to original.txt
2017-11-20 21:18:17 +02:00
Ahmad Alsanie
dd91ef722b
BAEL-1308 DI related code removed and included original text file
2017-11-20 21:08:41 +02:00
hariprasad108
c17d19ff21
Difference between url and uri bael 864 hariprasad ( #1987 )
...
* Commit URUURLJNDIFS added.
* URI URL REST commit.
* Revert "URI URL REST commit."
This reverts commit d9e26399be1f3a26d871cd0600036e3a4558cde2.
* Difference URI URL REST BAEL-864.
* Commit Difference URI URL REST #864 , small changes.
* Difference URI URL REST project has been moved to spring-rest.
* BAEL-864. Deleted unused project and did one small change.
2017-06-04 21:39:21 +02:00
adasioo
e09ba8e3c2
BAEL-923 How to inject a value from properties to a class not managed by Spring? ( #1878 )
...
* adam.zawada@gmail.com - Different Types of Bean Injection in Spring
* adam.zawada@gmail.com - Different Types of Bean Injection in Spring
switch to Java based configuration
* BAEL-895 calculate the period/duration between two dates in Java 8
* clean old PR
* BAEL-923 How to inject a value from properties to a class not managed by Spring?
* clean PR
2017-05-19 09:10:21 +02:00
Tomasz Lelek
01cad343f7
Bael 851 mapped byte buffer ( #1742 )
...
* BAEL-851 code for the MappedByteBuffer
* BAEL-851 formatting
* SetTest refactor (#1724 )
* Bael 850 (#1744 )
* BAEL-850 ConcurentskipLIst
* BAEL-850 formatting
* BAEL-850 Formatting
* spring 5 work
* SetTest refactor (#1724 )
* BAEL-850 use lambda
* BAEL-850 no need to casting
* Build optimization (#1746 )
* Build optimization
* Build optimization
* [BAEL-820] Difference between wait() and sleep() in Java (#1708 )
* injecting beans
* XML-based configuration replaced with Java Config.
* [BAEL-431] Exploring TestRestTemplate.
* Revert of evaluation task "XML-based configuration replaced with Java Config."
This reverts commit 66471cf0574c85f8ff514ec4caf5ba44ebba1a74.
* Revert of evaluation task "injecting beans"
This reverts commit d2ac20185e636245bc0ae0b4ccb952965de88e28.
* [BAEL-431] fix to the tests in TestRestTemplateBasicLiveTest.
* [BAEL-431] added more meaningful user and password for auth.
* [BAEL-820] examples of wait() and sleep() methods.
* [BAEL-820] wait() and sleep() examples.
* remove utility classes (#1733 )
* remove utility classes
* remove httpclient, extend http
* move code to core-java
2017-04-28 17:02:08 +02:00
slavisa-baeldung
6c282a742c
BAEL-639: Fixing failing test
2017-02-18 07:31:10 +01:00
dhruba619
1bf70b8f08
BAEL-183 JUnit vs TestNG
2017-02-05 00:46:21 +05:30
Muhammed Almas
b4ac6c6ec5
BAEL-36 BAEL-282 Getting file size using Java and apache commons IO api. Also grep in Java ( #890 )
...
* BAL-36 File size api in java and apache commons IO
* BAEL-36 Getting file size using Java and commons IO api.
* BAEL-282 Added support for grep functionality.
* BAEL-282 Rename the text file extension.
2016-12-17 07:19:13 -06:00
pivovarit
13dbf6603b
Fix tests
2016-11-28 19:43:15 +01:00
DOHA
5a6ab35333
minor fix
2016-10-29 16:56:13 +02:00
maverick
9f3c791d99
Added files missed in earlier PR
2016-10-10 08:30:54 +05:30
DOHA
ac6db7c31f
add class JavaScannerTest
2014-11-14 21:11:12 +02:00
DOHA
357c71a96a
Change input file extension
...
Change input file extension from .txt to .in
2014-10-06 09:28:15 +02:00
eugenp
add603644a
java io testing work
2014-08-05 22:52:31 +03:00
eugenp
6c52dfacbd
io testign work
2014-07-12 21:43:03 +03:00
eugenp
0c7f708028
IO work
2014-06-25 12:54:06 +03:00
eugenp
a48a53ad57
early testing work
2014-06-25 01:05:20 +03:00
eugenp
d9b9c30aa2
general cleanup and initial new project
2013-12-24 15:11:18 +02:00