Commit Graph

126 Commits

Author SHA1 Message Date
TINO 0d4fa7c748 BAEL - 2251
Removed Spring boot dependency.
2018-10-28 19:52:59 +03:00
Tino M Thomas e2aad41b78 BAEL - 2251
Moved the code from spring-boot-mvc to spring-all
2018-10-24 09:36:56 +03:00
Loredana Crusoveanu 41b2495dcc Merge pull request #5263 from dkapil/task/BAEL-8965
BAEL-8965 Update "Spring Bean Scopes" article
2018-09-16 09:38:30 +03:00
Dhawal Kapil 77137e4011 BAEL-8965 Update "Spring Bean Scopes" article
- Updated changes for new spring bean scopes examples
2018-09-16 11:31:39 +05:30
Dhawal Kapil 72e1e9634b Feature/bael 2077 dhawal (#5232)
* [BAEL-2077] - Add section in Spring Profiles article

* removed irrelevent code

* [BAEL-2077] - Removing unnecessory files and adding Integration test file
2018-09-13 07:39:53 +02:00
sachin fb0023286a BAEL-7674: Let's make sure our logging configuration has the same pattern 2018-08-21 18:22:53 -04:00
Mher Baghinyan 189e62603b Bael 1832 (#4748)
* @Primary annotation

* @Primary annotation Employee name

* Update PrimaryApplication.java

* @Primary annotation with @Component
2018-07-25 06:26:18 +02:00
Loredana Crusoveanu 539be15614 update to spring 5, fix startup 2018-06-17 16:21:39 +03:00
Loredana Crusoveanu 92e3943212 update to spring 5, fix startup 2018-06-17 15:29:48 +03:00
Alessio Stalla 1b8a00e6d4 BAEL-82 (#4198)
* BAEL-82 revised example code

* Fix the build

* Modified example

* Clarified commented out sections of the code.
2018-05-09 07:17:45 -05:00
Felipe Santiago Corro 1d0a6248e5 Spring Cache Custom KeyGenerator in module spring-all (#4196) 2018-05-07 21:19:57 -07:00
Alessio Stalla 58612d0fb8 BAEL-82 (#4109)
* BAEL-82 revised example code

* Fix the build
2018-05-04 14:30:53 -05:00
tinomthomas 29d9b56434 BAEL-1749 Spring @Order
* A new rest controller has been added to demonstrate the real-time event
streaming using Spring WebFlux

* delete

* Delete WebfluxController.java

* BAEL-658 (#4150)

* Review changes

* BAEL-1749 Test name change
2018-05-02 17:35:06 +02:00
ahmetcetin39 5f1c2abc6e BAEL-1088 Jsp page changed to Thymeleaf page (#2706)
* add dependency to pom.xml about thymeleaf

* Update and rename viewPage.jsp to viewPage.html
2017-10-11 09:30:27 +02:00
ahmetcetin39 01dddf49c0 BAEL-1088 / fix / RequestMapping is replaced with GetMapping (#2640)
* RequestMapping is replaced with GetMapping

* Update PassParametersController.java
2017-09-20 15:54:10 +02:00
ahmetcetin39 22015c8007 BAEL-1088 Model, ModelMap and ModelView in Spring MVC (#2590)
* Add files via upload

* Controller methods are written. Test methods are written based on the controller methods and the view is created as an example.
2017-09-12 00:36:49 +02:00
fromalexwithluv 5a184d4e0d BAEL-871 What is serialVersionUID? (#2203)
* Bean Injection in Spring – ashrafmsokkar@gmail.com

* Bean Injection in Spring – ashrafmsokkar@gmail.com

* BAEL-871: What is serialVersionUID?

* BAEL-871: What is serialVersionUID?

* BAEL-871 What is serialVersionUID?

* BAEL-871 Implemented feedback
2017-07-07 08:45:03 +02:00
Anand kumar d2880044df Spring Web Contexts (BAEL-82) (#2113)
* spring web contexts example

* applicationContext util added

* java based configuration added

* bean name fixed
2017-07-03 08:55:31 +02:00
lor6 0c973f492e injection point example (#1850) 2017-05-15 14:46:35 +03:00
eugenp e0b85586e2 cleanup work and test naming 2017-05-14 19:23:11 +03: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
Raúl Juárez 13a42ea281 Intro to JasperReports with Spring (#1608) 2017-04-08 11:48:47 +02:00
Doha2012 f5437fefaa Fix integration test (#1607)
* upgrade to spring boot 1.5.2

* add full update to REST API

* modify ratings controller

* upgrade herold

* fix integration test

* fix integration test
2017-04-07 22:42:32 +02:00
KevinGilmore 806d2d87b7 BAEL-415: Custom Scope in Spring (#1578)
* 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

* BAEL-714: Updated README.md

* BAEL-737: Updated README.md

* BAEL-680 and BAEL-756 README.md updates

* BAEL-666: Updated README

* BAEL-415: Custom Scope

* BAEL-415: Custom Scope - renamed classes to reflect TenantScope
2017-04-05 13:12:33 -05:00
Raúl Juárez 4b9aa5480a BAEL-431 A CLI with Spring Shell (#1562)
* A Simple CLI with Spring Shell

Code for article

* Correct file name
2017-04-01 21:58:58 +02:00
Grzegorz Piwowarek f07985b402 Remove spring-autowire (#1319) 2017-03-06 20:38:29 +01:00
Muhammet Oğuz ÖZCAN 325466a782 Master (#1250)
* Bean Injection Project is added

Different Types of Bean Injection article codes are added.

* Java-based configuration added

Java-based configuration and tests are added. Coding styles are fixed.

* List of Lists Article Codes added.

List of Lists Article Codes added.
2017-02-26 18:53:32 +01:00
Tuan 8734c956bb BAEL-470-Spring Retry (#967)
* add Spring Retry

* remove redundant code

* convert tab to space in XML file

* align spaces in xml file
2017-01-13 07:53:59 +01:00
Ahmed-Saied 9e48d87306 Spring scheduling beyond scheduled (#984) 2017-01-11 21:29:25 +01:00
michal_aibin 03e97ffe0e Import All Eclipse modules 2016-10-30 10:45:20 +01:00
Ante Pocedulic 35009ad3c4 - refactored CacheHelper class (#756) 2016-10-18 16:54:54 +02:00
eugenp 856be0a08a formatting work 2016-10-12 08:02:05 +03:00
Ante Pocedulic b36a7e00cc Ehcache code (#734)
* - created packages for each logical part of application
- created validator for WebsiteUser rest API
- created ValidatorEventRegister class which fixes known bug for not
detecting generated events
- created custom Exception Handler which creates better response
messages

* Code formatting

* formated pom.xml
replaced for loops with streams
fixed bug while getting all beans

* removed unnecessary code
changed repository type

* - added test for Spring Data REST APIs
- changed bad request return code
- formated code

* - added source code for ehcache article
- added ehcache dependency to pom.xml
2016-10-11 17:15:13 +02:00
Grzegorz Piwowarek dd457fa63a Add EventListener example 2016-08-18 07:11:34 +02:00
Alex Theedom 2f331cecf8 Minor changes after review 2016-08-15 18:47:23 +01:00
Grzegorz Piwowarek 3949ff343c Remove annotations 2016-08-15 18:58:47 +02:00
Grzegorz Piwowarek 208fcaa915 Add AllStrategies combined example 2016-08-15 17:44:19 +02:00
Grzegorz Piwowarek d27db567c1 Add init-method example 2016-08-14 08:58:25 +02:00
Grzegorz Piwowarek b759bf7c59 Add logging to ApplicationListener example 2016-08-14 08:18:10 +02:00
Grzegorz Piwowarek 24e033a24b Add ApplicationListener example 2016-08-14 08:13:04 +02:00
Grzegorz Piwowarek 28f1fe27e2 Modify logging 2016-08-13 13:41:55 +02:00
Grzegorz Piwowarek 2153e6d1a5 Remove ApplicationListenerBean 2016-08-13 13:38:24 +02:00
Grzegorz Piwowarek bec20baad0 Add examples 2016-08-13 13:32:04 +02:00
Grzegorz Piwowarek cd2ee40c06 Use scope prototype 2016-08-13 13:20:45 +02:00
Grzegorz Piwowarek f755fce0bb Initial classes 2016-08-13 13:12:57 +02:00
prashant1067 3a6206c666 Update StudentControllerConfig.java (#569)
Making formatting changes
2016-08-02 08:21:30 +02:00
Grzegorz Piwowarek eb8526cfde Fix java config 2016-08-01 18:31:44 +02:00
prashant1067 96f4f732f8 adding config files (#554)
* adding config files

* adding test class

* adding autowired annotation
2016-08-01 17:57:05 +02:00
Sergey Petunin 7c34948ade Moved spring-akka to a separate project (#560) 2016-08-01 08:38:52 +02:00