Tomasz Lelek
08ced40547
BAEL-602 remove unnecessary comment
2017-02-20 10:13:25 +01:00
dhruba619
99c8ee5228
BAEL-41 Intro to Log4J2 code simplification and refactoring
2017-02-20 12:52:19 +05:30
KevinGilmore
689219c718
Create README.md
2017-02-19 22:02:57 -06:00
buddhini81
7c337eb6c0
Adding Code for BAEL-394 ( #1163 )
...
* Code for evaluation article
Article : Field vs. Constructor Injection
* Correct typo in attribute name
* Delete EbookRepositiry.java
* Add corrected class
* Update LibraryUtils.java
* Update Member.java
* Update Reservation.java
* Adding new file AccountServlet
* Adding new files for BAEL-394
* Add new files for BAEL-394
* Add new file for BAEL-394
* Indentation of annotations fixed
* Indentation of annotations fixed
* Indentation of annotations fixed
* Removing this class since it is not relevant
* New example added for @WebListener
2017-02-20 00:54:42 +01:00
mariiakulik
e5ecd86f27
README files update ( #1195 )
...
* 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
* 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
* 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
* Create 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
* Create README.md
* Update README.md
* Update README.MD
* Create 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
* 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
* 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
* Create README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Delete README.md
2017-02-19 22:22:43 +01:00
Dhrubajyoti Bhattacharjee
6d9c24ad9e
Merge pull request #1 from eugenp/master
...
Pulling from master fork
2017-02-20 00:27:20 +05:30
lor6
46f854c03b
apache bval project ( #1178 )
...
* apache bval project
* update tests
* remove extra lines
2017-02-18 21:01:49 -06:00
slavisa-baeldung
bf057fa8db
Merge branch 'testng-junit'
2017-02-18 22:57:46 +01:00
slavisa-baeldung
333953b204
BAEL-183 - refactoring and moving testng to dedicated module
2017-02-18 22:56:41 +01:00
Tomasz Lelek
e35c452ad1
BAEL-602 add example of join using only Stream API
2017-02-18 22:40:15 +01:00
Abhinab Kanrar
51756367ce
adding testcase for WebUtils and ServletRequestUtils ( #1193 )
...
* 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
2017-02-18 16:54:41 +01:00
slavisa-baeldung
aef624dd8b
Merge branch 'master' into testng-junit
2017-02-18 15:06:13 +01:00
Tomasz Lelek
306eb4ee96
BAEL-602 example of using Unchecked
2017-02-18 14:06:08 +01:00
Tomasz Lelek
8d4b69671a
BAEL-602 more examples of JOOL
2017-02-18 13:59:08 +01:00
pivovarit
2bf21cbff3
Refactor ExcelPOIHelper to Stream API
2017-02-18 08:31:42 +01:00
slavisa-baeldung
f800e9dc4f
BAEL-684 - suffix testname to match surefire configuration
2017-02-18 07:47:36 +01:00
tschiman
2ee0a8a7a1
BAEL-684 Adding spring JPA to resource servers
2017-02-18 07:34:18 +01:00
slavisa-baeldung
6c282a742c
BAEL-639: Fixing failing test
2017-02-18 07:31:10 +01:00
Tomasz Lelek
00d83f9070
BAEL-602 create JOOL module, one test case
2017-02-17 18:26:23 +01:00
maibin
5f0f26e374
Merge pull request #1189 from AbhinabKanrar/patch-6
...
Update UtilsController.java
2017-02-17 17:46:09 +01:00
maibin
e36ff9b88a
Merge pull request #1188 from AbhinabKanrar/patch-5
...
Update WebUtils and ServletRequestUtils
2017-02-17 17:45:30 +01:00
lor6
8fe5a2ac72
Bael 682 ( #1124 )
...
* upload, read excel files with mvc
* formatting
* add excel files
* update excel files
2017-02-17 09:06:34 -06:00
Tomasz Lelek
5b1135cae6
Merge branch 'master' of https://github.com/eugenp/tutorials into BAEL-633
...
Conflicts:
pom.xml
2017-02-17 16:02:23 +01:00
Tomasz Lelek
31cf702160
BAEL-633 more descriptive code
2017-02-17 15:57:35 +01:00
Tomasz Lelek
895bcc1921
BAEL-633 add mixing and bean creator test
2017-02-17 12:19:57 +01:00
Abhinab Kanrar
88a9772694
Update UtilsController.java
2017-02-17 11:04:33 +05:30
Abhinab Kanrar
de376eb0fc
Update Application.java
2017-02-17 11:02:53 +05:30
Nancy Bosecker
935b815ad4
Updated test names and moved document add code to @Before method. ( #1187 )
...
* Solr w Apache SolrJ
* Solr w Apache SolrJ
* updated test names and moved add to @before method
2017-02-16 21:59:06 -06:00
Abhinab Kanrar
6b0e59afac
Guide to the Spring WebUtils and ServletRequestUtils ( #1184 )
...
* 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
2017-02-16 17:15:08 +01:00
tschiman
6f78b05d03
BAEL-574 moving configuration to config server controlled files
2017-02-15 21:07:43 -07:00
tschiman
cb5e2ce8f1
BAEL-574 deleting commented out code
2017-02-15 20:31:45 -07:00
tschiman
2fabf7c26f
Merge remote-tracking branch 'upstream/master'
2017-02-15 20:14:13 -07:00
tschiman
551d124e8b
BAEL-574 adding reporters as beans instead of config classes
2017-02-15 20:13:27 -07:00
Nancy Bosecker
a4c5fb1c12
Solr w Apache SolrJ ( #1073 )
...
* Solr w Apache SolrJ
* Solr w Apache SolrJ
2017-02-15 17:48:53 -06:00
Zeger Hendrikse
41ea1898eb
Moved tests to live tests
2017-02-15 23:21:13 +01:00
pivovarit
498230ff89
Refactor MinMaxTest
2017-02-15 20:48:55 +01:00
Nikhil Khatwani
90a5a8c8d0
Changes_for_BAEL-552-Update_SpringDataREST_article
2017-02-15 21:46:45 +05:30
baljeet20
947fddab54
BAEL-604 Introduction to Apache velocity ( #1179 )
...
* BAEL-604 Introduction to apache velocity
* BAEL-604 Introduction to apache velocity
2017-02-15 16:04:39 +01:00
Sunil Gulabani
dd01588369
BAEL-650: Small refactoring
2017-02-15 18:07:14 +05:30
pivovarit
99963ee271
Refactor spring-data-neo4j
2017-02-15 11:24:35 +01:00
slavisa-baeldung
204ad9586b
Merge remote-tracking branch 'origin/master'
2017-02-15 10:04:35 +01:00
slavisa-baeldung
429c700caf
BAEL-639: Fixing failing test
2017-02-15 10:04:00 +01:00
slavisa-baeldung
f7ef3766cb
BAEL-639: Guide to Guava's EventBus Tests - adding sleep
2017-02-15 09:58:37 +01:00
tschiman
c4b693745b
BAEL-574 adding Zipkin Span Reporters to define the URL from eureka
2017-02-14 23:53:23 -07:00
Mohd Farid
cc089e5297
BAEL-668 find min/max from a list/collection ( #1134 )
...
* BAEL-668 find min/max from a list/collection
* BAEL-668 using mapToInt instead of Compare
* BAEL-668 using direct assertion with the method call
2017-02-15 07:36:04 +01:00
Stephen Braimah
9135c6073e
BAEL-639: Guide to Guava's EventBus Tests - removed EventWrapper and added DeadEvent Subscriber
2017-02-15 06:46:19 +01:00
KevinGilmore
746ed952db
Update README.md
2017-02-14 20:52:25 -06:00
Andrew Morgan
f3f021f036
Mesos marathon module ( #1107 )
...
* mesos marathon demo
* Updated DockerFile to point to maven target
* Pointed to baeldung docker repository
* Added file permissions for Dockerise script
2017-02-15 02:20:28 +01:00
Danil Kornishev
dd40ed7025
Neo4j moved ( #1152 )
...
* Neo4j cleanup
* Neo4j cleanup
* Neo4j cleanup x2
2017-02-14 21:44:45 +01:00
Pedja
8f01c27090
Merge branch 'tomekl007-BAEL-12'
2017-02-14 18:03:21 +01:00