Commit Graph

94 Commits

Author SHA1 Message Date
eric-martin 01fa4cfaf8 BAEL-2399: Migrate Spring DI example to spring-core module 2019-02-05 22:14:51 -06:00
Tom Hombergs bb82b98470
Merge pull request #6033 from er-han/BAEL-2470
[BAEL-2470] Added @Value for map examples
2019-01-03 20:13:21 +01:00
Krzysztof Majewski 34b90a33aa BAEL-2483 2019-01-03 14:15:43 +01:00
Erhan KARAKAYA 90037051b9 Added missing import 2018-12-31 04:01:27 +03:00
Erhan KARAKAYA 3bdd542dbf Added @Value for map examples 2018-12-31 03:48:20 +03:00
Loredana 3220d1b958 fix spring-core mockito issue 2018-12-29 00:27:55 +02:00
Yatendra Goel c3eb5c939f BAEL-1978: Added a test to demostrate classpath resource with relative path 2018-12-28 22:00:35 +05:30
Yatendra Goel 4d6cb52be4 BAEL-1978: Added a test to demostrate classpath resource with relative path 2018-12-28 21:57:38 +05:30
Nikhil Khatwani 2809811d9f Changes for BAEL-2215 2018-10-23 17:56:26 +05:30
nguyennamthai b9970c5e3a Bael 2110 (#5286)
* Fix a division method mistake

* What a Spring bean is

* Update

* 2nd update
2018-09-23 12:46:26 +02:00
Predrag Maric cd242f89d3
BAEL-2070 Renamed application class (#5266) 2018-09-16 18:05:22 +02:00
xamcross ba32ee32c6 BAEL-2070 Qualifier used instead of Primary (#5205)
* BAEL-2070 Qualifier used instead of Primary to distinguish between different repository beans

* BAEL-2095 CrudRepository save() method

* (REVERT) BAEL-2095 CrudRepository save() method
2018-09-11 05:43:06 +02:00
the-java-guy 991335da42 BAEL-1782 (#5067)
* 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

* Precommit fix

* PMD fixes

* Code Review changes
Refactored : whenResourceUtils_thenReadSuccessful

* BAEL-1934

* +indentation correction in pom.xml

* synced with master

* Precommit : rebase

* BAEL-1782
2018-08-28 16:23:01 +03:00
xamcross 565a11620b BAEL-2070 (#5064)
* BAEL-2070 UnsatisfiedDependencyException example app

* [BAEL-8456] - Moved Java Date articles into a new module - 'java-dates'

* BAEL-2070 Refactoring; Replaced field injection with constructor injection

* fix package, fix get random node

* update neo4j

* fix formatting

* [BAEL-8456] - Moved more articles into 'java-dates' module

* BAEL-2070 Small indentation fix
2018-08-26 23:19:42 +02:00
xamcross 7bb5fb6176 BAEL-2051 Spring Autowiring of Generic Types (#4921) 2018-08-26 13:22:07 +01:00
amit2103 d268ffa5c9 [BAEL-7670] Added logback.xml in missing modules in src/main/resources 2018-08-05 18:40:49 +05:30
Loredana Crusoveanu ca1908a351
Merge pull request #4542 from eugenp/prototype-bean-function
add prototype bean ex with function
2018-07-29 21:58:24 +03:00
Amit Pandey 28166a73de Fixed spring-session integration tests (#4650) 2018-07-08 13:27:45 +02:00
Loredana Crusoveanu 679336f3e9
Update AppConfig.java 2018-06-24 21:18:34 +03:00
Loredana Crusoveanu 588f84aa83 separate configs 2018-06-24 20:02:31 +03:00
Loredana Crusoveanu 32a9212fc9 separate configs 2018-06-24 19:22:26 +03:00
Loredana Crusoveanu fd34932f4c remove extra import 2018-06-24 19:16:55 +03:00
Loredana Crusoveanu c19dfa510a remove extra classes 2018-06-24 19:16:02 +03:00
Loredana Crusoveanu 1cea9ee088 add prototype bean ex with function 2018-06-24 13:03:31 +03:00
the-java-guy 3b603b4293 BAEL-1628 (#4354)
* 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
2018-06-16 00:10:34 +02:00
psevestre b59da11c66 Code for BAEL-1474 (#4472)
* Code for BAEL-1474

* Renamed test to conform to PMD rules
2018-06-12 22:12:05 -07:00
sachinp054 40d3b96820 BAEL-1715- Control Bean Creation Order with @DependsOn annotation (#4028)
* removing Bean injection

* BAEL-1715- Control Bean Creation Order with @DependsOn annotation

* BAEL-1715- Formatting changes, test case improvement

* Created new Config file for UnitTest

* Corrected test case- from BeanCreationException to NoSuchBeanDefinitionException

* correcting error- for circular dependency expected exception is- BeanCreationException
2018-06-11 00:06:27 +01:00
Grzegorz Piwowarek 2c2915e584
Merge branch 'master' into BAEL-1799 2018-06-06 07:32:22 +02:00
mherbaghinyan 221131a33c initialize an empty list 2018-06-04 16:41:44 +04:00
mherbaghinyan 56bbfd9644 required false 2018-06-04 10:51:53 +04:00
Amit Pandey 7206e64bef Bael 6556 3 (#4382)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases

* [BAEL-6556] - Next set of renames of testcases
2018-06-01 13:12:51 +02:00
mherbaghinyan 834be9a720 set bean names 2018-05-30 22:19:06 +04:00
mherbaghinyan fa60d4e69e @order 2018-05-22 17:07:08 +04:00
mherbaghinyan a6655de20c bean reference injection 2018-05-22 16:33:25 +04:00
mherbaghinyan 4cdf7fe9ef map injection 2018-05-21 12:15:30 +04:00
mherbaghinyan d73f653eb0 list, set injection 2018-05-19 12:50:48 +04:00
mherbaghinyan c7cd7d0744 list inject test 2018-05-18 16:10:02 +04:00
mherbaghinyan 2146aa2be1 BeanFactoryAware example tested 2018-04-29 11:26:56 +04:00
mherbaghinyan 5dc1b18c29 BeanNameAware test the result 2018-04-28 12:02:06 +04:00
mherbaghinyan 4b91a76d8f BeanNameAware and BeanFactoryAware 2018-04-25 22:13:50 +04:00
mherbaghinyan c1e0b884de aware 2018-04-24 22:28:20 +04:00
Gangadharan Khoteeswarun 6f887d29c6 @Lookup annotation Code (#3900)
* Updated

* Changed Test Names

* Updated code for method injection section 3.2

* Added Grader bean and changes for it
2018-04-16 08:17:39 -06:00
Mher Baghinyan 69842b7dea BAEL-1592 (#3773)
* Injecting Prototype Beans into Singleton Instance

* removed final keywords from the test
2018-04-12 06:57:20 +02:00
Mher Baghinyan 7eb74160f1 @Lazy annotation (#3809) 2018-03-17 10:30:44 +01:00
Grzegorz Piwowarek a6d3ddd38f
Revert "evaluation article, different types of bean injection. (#3511)" (#3719)
This reverts commit 54bd8a5cdd.
2018-02-24 21:32:29 +01:00
Syed Munawwer Ali 54bd8a5cdd evaluation article, different types of bean injection. (#3511)
* Different types of bean injection in spring, initial write-up

* Evaluation article code example, different types of bean injection.
2018-02-24 17:21:16 +01:00
Muhammed Almas 2f5370dea6 Spring core xml (#2971)
* BAEL-1247 Spring XML injection.

* BAEL-1247 - updated test

* BAEL-1247 - updated test
2017-11-08 08:24:37 +01:00
tamasradu 90c2739563 Radu/bael 1265 junit updates (#2965)
* Code for test article: Different Types of Bean Injection in Spring

* Adding jUnits for test article: Different Types of Bean Injection in Spring

* BAEL-1265: Adding jUnit for article

* BAEL-1265: Closing ExecutorService in jUnit

* BAEL-1265: Adding jUnit for CountDownLatch and example for ExecutorService.awaitTermination
2017-11-05 17:46:29 -08:00
Muhammed Almas 22f07214b1 BAEL-1247 Spring XML injection. (#2901) 2017-11-02 08:44:45 +01:00
adamd1985 e6c2fd3bbe Revert "BAEL-812: List of Rules Engines in Java (#2319)" (#2455)
This reverts commit dc105bc6f2.
2017-08-20 15:44:20 +02:00