Commit Graph

225 Commits

Author SHA1 Message Date
Tomasz Lelek 12193e96fa BAEL-633 proper formatting and test naming 2017-02-21 17:29:29 +01:00
Nancy Bosecker 3371c9047a Moved code to apache-solrj from spring-data-solr, updated code to 6.4.0 solrj, fixed dependencies in both modules (#1196)
* Solr w Apache SolrJ

* Solr w Apache SolrJ

* updated test names and moved add to @before method

* create apache-solrj module, moved code from spring-data-solr
2017-02-20 19:28:16 -06:00
slavisa-baeldung 333953b204 BAEL-183 - refactoring and moving testng to dedicated module 2017-02-18 22:56:41 +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
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
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
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
Tomasz Lelek b3303dc0cf BAEL-633 craete cglib template 2017-02-14 16:17:55 +01:00
eugenp 22d26048b6 fixes after project move 2017-02-10 11:35:01 +02:00
eugenp 27190ae119 temporary change 2017-02-10 10:08:54 +02:00
pivovarit 426944f72b Enable GIB 2017-02-10 07:38:21 +01:00
pivovarit 30ed03aea1 Enable incremental 2017-02-09 21:45:17 +01:00
pivovarit 234cdb16b2 Enable incremental 2017-02-09 21:40:31 +01:00
pivovarit ae3ee2150f Disable incremental build by default 2017-02-09 21:17:29 +01:00
pivovarit 57d5278707 Disable incremental build by default 2017-02-09 21:09:20 +01:00
pivovarit b6155df130 Disable incremental build by default 2017-02-09 20:58:30 +01:00
pivovarit 949e0005d8 Enable incremental build 2017-02-09 20:43:43 +01:00
Tomasz Lelek 652def889a BAEL-542 start application properly when integation test started 2017-02-04 23:50:47 +00:00
Andrew Morgan ad104bfe8c Revert "mesos marathon demo"
This reverts commit 93c704cbf7.
2017-02-04 17:21:41 +00:00
Andrew Morgan 93c704cbf7 mesos marathon demo 2017-02-04 17:18:14 +00:00
Pedja 2dcc2311c5 BAEL-572 BackPressure -> Backpressure; code reformatted; included rxjava in parent pom 2017-02-03 17:37:54 +01:00
DOHA 3522c0537b rename openID module 2017-02-02 14:00:34 +02:00
Victor Mosin d8efbb5c75 Introduced new module due to BAEL-598 2017-02-01 20:45:21 +01:00
mujahid d07136065a BAEL-347 - Full-text search with SOLR (#1080)
* solr-fulltext-search module created

* solr-fulltext-search modue created
2017-01-31 19:11:46 +01:00
Abhinab Kanrar d4c1ce44b6 PR for spring-mobile (#1062)
* rest with spark java

* 4
2017-01-29 16:32:38 +01:00
Alex Theedom 9220584528 Add video tutorial module and Jackson annotation code 2017-01-23 16:56:53 +00:00
Ravi-ronic 7a4d666521 BAEL-524 Building an MVC application using Struts 2 (#1010)
* BAEL-524	 Building an MVC application using Struts 2

* BAEL-524	 Building an MVC application using Struts 2

* BAEL-524	Building an MVC application using Struts 2
2017-01-23 16:10:49 +01:00
Muhammed Almas f7236b301b BAEL-519 Disruptor in its own module. (#1017)
* BAL-36 File size api in java and apache commons IO

* BAEL-282 grep in java - fixes after code review

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor library

* BAEL-519 Added support for disruptor

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved all supporting classes to main source

* BAEL-519 Moved asserts and test classes in test folder.

* BAEL-519 moved test related producer and consumer to src.

* BAEL-586 Guide to Guava BiMap.

* BAEL-587 formatted code.

* BAEL-519 LMAX Disruptor

* BAEL-587 resolved merge

* BAEL-587 Resolved merge

* BAEL-519 Removed disruptor link.

* BAEL-519 Reverted Guava changes

* RFQ-587 Added disruptor as a separate module.

* BAEL-519 Disruptor changes.

* BAEL-519 Removed disruptor from core-java module.
2017-01-21 06:51:04 -06:00
Parth Joshi ad63b55edb Spark Java Article BAEL-498 (#912)
* Initial Commit for Spark Java Article BAEL-498

* reverting main pom.xml and rollbacking accidental changes.

* Changes as per review:

1. Added UserService
2. Renamed UserStore to UserServiceMapImpl
3. Removed Empty spaces in User.java
4. Removed AppTest
5. Changes in SparkRestExample for using UserServiceMapImp instead of
UserStore static functions.

* Suggested changes in print messages.

* Changes as per comments on github... for PR:
https://github.com/eugenp/tutorials/pull/912

* Changes in editUser function as per guidance by Kevin.

* Clean up

* added 1.8 config for pom.xml

* Clean up.

* Removed junit dep.

* Added Application/json in response type.
2017-01-19 20:14:30 -06:00
pedja4 32ad05a43e Merge pull request #951 from tomekl007/BAEL-382_kotlin
BAEL-382 kotlin
2017-01-17 12:52:22 +01:00
pedja4 5cc5d7dc12 Merge pull request #976 from DianeDuan/dropwizard-metrics
BAEL-548: Intro to Dropwizard Metrics
2017-01-17 04:18:31 +01:00
Diane Duan 63d20dc1b1 pom, ut method names 2017-01-17 09:56:45 +08:00
tschiman 299fed28f5 Merge remote-tracking branch 'upstream/master' 2017-01-12 22:14:15 -07:00
Saptarshi Basu 06ceb4d87c JAX-RS API using Jersey [BAEL-558] (#956)
* WatchService vs. Apache Commons IO Mnitoring

* Indentation fixed

* Indentation fixed

* JAX-RS API using Jersey [BAEL-558]

* JAX-RS API using Jersey [BAEL-558]

* Modifications made to remove xml

* applicationContext.xml removed

* All try catch moved to ExceptionMapper

* fixes

* review comments incorporated

* module renamed
2017-01-12 14:55:18 +01:00
tschiman f221faca4c BAEL-442 Adding spring-sleuth module and supporting code for application. 2017-01-09 23:26:30 -07:00
Shubham Aggarwal e27131f3a5 Added java-mongodb module (#978)
* Made maven project.

* Added mongo driver dependencies.

* Added crud operations.

* Class rename

* Added tests
2017-01-09 17:50:14 +01:00
Predrag Maric f39332f269 Added spring-amqp module 2017-01-08 20:47:10 +01:00
pivovarit e32e9d6f7d Add "aws" module 2017-01-04 19:47:20 +01:00
Diane Duan 494e539700 init 2017-01-04 17:50:53 +08:00
pivovarit b6d9e5a7c0 Refactor Algorithms module 2017-01-03 18:50:56 +01:00
Tomasz Lelek 3351d96147 BAEL-382 add kotlin module 2017-01-02 11:51:12 +01:00
pivovarit 5e60c50851 jackson-annotations -> jackson 2017-01-01 13:05:32 +01:00
pivovarit d7749e20bb Refactor pom.xml 2017-01-01 12:31:32 +01:00
Egima profile babd9da492 Javaslang project (#927)
* made changes to java reflection

* removed redundant method makeSound in Animal abstract class

* added project for play-framework article

* added project for regex

* changed regex project from own model to core-java

* added project for routing in play

* made changes to regex project

* refactored code for REST API with Play project

* refactored student store indexing to zero base

* added unit tests, removed bad names

* added NIO Selector project under core-java module

* requested changes made

* added project for nio2

* standardized exception based tests

* fixed exception based tests

* removed redundant files

* added network interface project

* used UUID other than timestamps

* fixed network interface tests

* removed filetest change

* made changes to NIO2 FileTest names

* added project for asyncronous channel apis

* added project for NIO2 advanced filesystems APIS

* merge conflicts

* merged changes to asyncfiletest with future get API

* removed while loops from async client and server

* added project for java8 optional

* fixed merge conflicts in spring-core

* fixed optional

* fixed optional

* fixed asyncechotest

* shifted optional to own package

* made additional tests to demo filter API

* added code for Map

* added javaslang project

* javaslang project

* added pattern matcher code
2016-12-28 08:33:38 +01:00
Abhinab Kanrar 20bbeb3e65 commiting spring reactor (#922)
* commiting spring reactor

* updating exception handling
2016-12-28 08:11:13 +01:00
Pedja ff5e07323d Renamed module imageprocessing to image-processing 2016-12-26 13:25:12 +01:00
Luís Soares c271755048 Initial commit of Jsoup example (#913)
* Initial commit of Jsoup example

* Initial commit of Jsoup example

* Fix the requested changes
2016-12-25 08:11:27 -06:00
Zeger Hendrikse d61e7ec8e8 Added pom.xml 2016-12-23 17:41:30 +01:00
DOHA 42067af3e7 adding missing modules to parent pom 2016-12-21 14:22:07 +02:00
felipe-gdr de2080f59f BAEL-127: Spring Security - @PreFilter and @PostFilter (#911)
* BAEL-127: simple app with filters

* removed data rest dependency, final adjustments

* added first live test for the rest api

* move filters code to new module

* moved to root of module, create service layer, standard pom

* added spring-security-core module to root pom
2016-12-20 15:31:30 -06:00
eugenp 8ff889bc7d maven work 2016-12-18 18:11:05 +02:00
Marek Lewandowski 0087a4ab3b Add spring-mvc-simple as a module 2016-12-16 09:58:23 +01:00
Alex Theedom f16e1dc5e1 Merge remote-tracking branch 'origin/master' 2016-12-06 13:33:50 +00:00
Alex Theedom 99ad241f9d Add Spring MVC form and binding example 2016-12-06 13:30:12 +00:00
Shubham Aggarwal 0a9a0e819a Added BAEL-425 Intro to Servets module named javax-servlets 2016-12-01 15:34:35 +05:30
Alex Theedom 6cca052251 Add Spring MVC form and binding example 2016-11-26 18:33:20 +00:00
tschiman 63f7ffedf8 BAEL-89 spring session update to fork 2016-11-17 20:28:50 -07:00
eugenp aeb8f7595c adding new module to the parent 2016-11-13 19:09:47 +02:00
tschiman ca01d230a6 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-session/jetty-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/JettyWebApplication.java
#	spring-session/jetty-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/SecurityConfig.java
#	spring-session/jetty-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/SessionConfig.java
#	spring-session/jetty-session-demo/src/main/resources/application.properties
#	spring-session/pom.xml
#	spring-session/tomcat-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/SecurityConfig.java
#	spring-session/tomcat-session-demo/src/main/java/com/baeldung/spring/session/tomcatex/TomcatWebApplication.java
2016-11-12 09:20:18 -07:00
mujah 1f0e30b81c pom changes + merge upstream 2016-11-09 22:26:18 +08:00
slavisa-baeldung 9ea65a801e BAEL-89 - adding spring-session to main pom 2016-11-06 22:55:22 +01:00
tschiman 826c536d0d Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
#	spring-cloud/spring-cloud-bootstrap/config/src/main/java/com/baeldung/spring/cloud/bootstrap/config/SecurityConfig.java
#	spring-cloud/spring-cloud-bootstrap/discovery/src/main/java/com/baeldung/spring/cloud/bootstrap/discovery/SecurityConfig.java
#	spring-cloud/spring-cloud-bootstrap/gateway/src/main/java/com/baeldung/spring/cloud/bootstrap/gateway/SecurityConfig.java
#	spring-cloud/spring-cloud-bootstrap/resource/src/main/java/com/baeldung/spring/cloud/bootstrap/resource/SecurityConfig.java
2016-11-05 10:06:53 -06:00
tschiman 8564e482e4 BAEL-89 Adding spring session tutorial code. 2016-11-05 09:57:39 -06:00
maibin d0d62b53c2 PDF to X conversions (#799)
* PDF to X

* PDF to X

* Remove created doc
2016-11-03 09:58:57 +00:00
slavisa-baeldung 33a183b965 BAEL-86 - adding dispatcher servlet to the code 2016-11-02 16:19:13 +01:00
DOHA c0c8d8690e cleanup 2016-10-31 12:06:29 +02:00
DOHA 1858abf558 minor fix 2016-10-30 19:54:17 +02:00
DOHA c0ed2e50cb adding missing modules to parent pom 2016-10-30 18:47:10 +02:00
eugenp 02dda9995c fixing the extra module in the parent pom 2016-10-27 20:34:47 +03:00
Grzegorz Piwowarek 49a44be441 Fix pom 2016-10-26 23:11:07 +02:00
slavisa-baeldung a16584c513 Merge remote-tracking branch 'origin/master' 2016-10-26 09:18:10 +02:00
Grzegorz Piwowarek 54572b9c9d Rename mutation-testing -> testing 2016-10-25 17:16:10 +02:00
slavisa-baeldung 66b6ce3dbe BAEL-80 - spring integration
(cherry picked from commit ce66553)
2016-10-25 08:32:04 +02:00
slavisa-baeldung 4570627841 BAEL-86 - removed dispatcher source from main pom.xml 2016-10-24 08:12:27 +02:00
slavisa-baeldung 8853a2dff0 Merge remote-tracking branch 'origin/master' 2016-10-24 06:37:00 +02:00
slavisa-baeldung 61d67b4265 BAEL-86 - DispatcherServlet code 2016-10-24 06:36:25 +02:00
Grzegorz Piwowarek 302c529171 Remove core-java-8 2016-10-23 22:37:46 +02:00
Grzegorz Piwowarek 7df435bb6f Rename feign-client -> feign 2016-10-23 19:15:31 +02:00
Grzegorz Piwowarek 90ca609762 Rename jee7schedule -> jee7 2016-10-23 19:13:21 +02:00
Grzegorz Piwowarek 9055ecbc6f Rename xmlunit2-tutorial -> xmlunit2 2016-10-23 19:10:16 +02:00
Grzegorz Piwowarek a757c7e301 Rename flyway-migration -> flyway 2016-10-23 19:07:13 +02:00
Grzegorz Piwowarek b1b4d4ff7f Rename jooq-spring -> spring-jooq 2016-10-23 18:57:21 +02:00
Grzegorz Piwowarek 26fbeb98da Rename module 2016-10-23 14:23:56 +02:00
Grzegorz Piwowarek 951552c742 Rename autovalue-tutorial -> autovalue 2016-10-23 12:27:49 +02:00
ambrusadrianz 37ccb60f1d [BAEL-123] Created an example about custom AccessDecisionVoters in Spring Security. (#728)
* Created an example about custom AccessDecisionVoters in Spring Security.

* Added module in root pom file.

* Added test cases
2016-10-22 07:50:19 -05:00
Jim Kerak 67b3d62b91 Merge pull request #749 from ivanp81/master
Move OkHttp examples to spring-rest
2016-10-15 14:04:48 -04:00
Ivan Paolillo 5329c54f28 Code improvement 2016-10-13 10:20:18 +02:00
eugenp eb7650eead cleanup and testing work 2016-10-12 08:00:02 +03:00
Grzegorz Piwowarek 64d5a03863 Refactor spring-jms code samples 2016-10-07 10:39:07 +02:00
Grzegorz Piwowarek 1dd86be0ca Add module 2016-10-04 19:16:35 +02:00
Kevin Gilmore 73dd8fa71c Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
2016-10-01 21:29:43 -05:00
Kevin Gilmore 78998f1d20 BAEL-202: Consolidated Couchbase SDK and Spring Data Couchbase from five modules down to two 2016-10-01 21:25:26 -05:00
slavisa-baeldung c8ff59ffe2 NOJIRA - fixing build 2016-09-30 21:19:27 +02:00
Eugen 7d5fd81c26 Merge pull request #673 from kirangonella/master
Spring integration with Tiles
2016-09-29 08:37:50 +03:00
Kiran 651c407787 Added 'spring-mvc-tiles' module to parent pom.xml 2016-09-28 16:47:13 -04: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
Grzegorz Piwowarek b576a4da40 Fixed pom.xml 2016-09-26 14:50:24 +02:00
Grzegorz Piwowarek 6243fa31e1 Move Elasticsearch module into Spring-Data-Elasticsearch 2016-09-22 19:42:47 +02:00
Slavisa Baeldung bc8fd9a260 BAEL-53 - moved to java8 foreach 2016-09-20 16:00:07 +02:00