Rokon Uddin Ahmed
3c35e25015
BAEL-9344 ( #5435 )
...
* 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
2018-10-12 22:22:56 +02:00
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
Rokon Uddin Ahmed
fccf56fdc2
BAEL-8287 ( #5180 )
...
* 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
* 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
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
2018-09-07 13:56:13 +03: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
Dhawal Kapil
fb61a7ea3a
BAEL-8143 Update Mockito articles
...
-Mockito version fixes
-MessageMatcher implementation changed as ArugmentMatcher is an Interface now
2018-08-16 14:33:58 +05:30
Dhawal Kapil
f2c2287b65
BAEL-8143 Update Mockito articles
...
-Upgraded mockito version to 2.21.0
2018-08-14 08:47:47 +05:30
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
Sanjay Patel
cddf858c05
BAEL-5246: pom cleanup ( #4620 )
...
* BAEL-5246: round 1 of pom cleanup - upto "jersey" project
* BAEL-5246: Initial pass for pom cleanup - upto spring-cloud
* BAEL-5246: pom cleanup upto testing-modules/junit5
* BAEL-5246: pom cleanup - upto xstream
* BAEL-5246: pom cleanup - last round (before review)
2018-07-12 09:04:54 +02:00
Amit Pandey
28166a73de
Fixed spring-session integration tests ( #4650 )
2018-07-08 13:27:45 +02:00
Rokon Uddin Ahmed
f086ae7814
BAEL-7217 ( #4637 )
...
* 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
* 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
2018-07-06 09:25:49 +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
charlesgonzales
2fe0dee64e
Update 13 README.md and create 2 README.md ( #4468 )
...
* 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
* Create README.md
2018-06-13 20:50:33 +03: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
9245ba0925
Bael 6729 ( #4389 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added README
* [BAEL-6729] - Spring modules needs a spring parent
* [BAEL-6729] - Spring modules needs a spring parent
2018-06-02 16:44:15 +02: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
collaboratewithakash
c022781ced
Back-link added ( #4303 )
...
* Back-link added
* Back-link added
* Back-link added
* Back-link name corrected
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link corrected
* Back-link added
* Back-link added
* Back-link added
* Back-link added
2018-05-23 16:55:32 +02: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
amit2103
05b7e933bd
Bael 5247 ( #4175 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Added new parent pom
* initial clean up of child poms
* Added new parent pom
* [BAEL-5247] - New Parents in the tutorials repo
2018-05-05 22:30:00 +02:00
collaboratewithakash
fad99fe44b
Back-links added ( #4119 )
...
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link corrected
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link corrected
* Back-link corrected
* Back-link corrected
* Back-link correct
* Back-link corrected
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link added
* Back-link corrected
* Back-link added
* Back-link corrected
* Back-link corrected
* Back-link corrected
2018-05-02 09:41:08 +02:00
Mher Baghinyan
fdfc373f26
Merge branch 'master' into BAEL-1717
2018-04-30 08:59:16 +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
amit2103
f2128ad054
Bael 5249 cleanup ( #4108 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* [BAEL-5249] - 21.02 - pom cleanup - formatted pom.xml
2018-04-26 14:37:47 +02:00
amit2103
ba1ba8455d
Bael 5249 ( #4052 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Defined the integration profile in the parent
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* Spring-dependency injection
* BAEL-1683-Guide to Java Clock class
* BAEL-1683-Guide to Java Clock class
* added article link
* added article link
* fixed link
* refactoring packages and using generics
* BAEL-717: Singleton Session Bean. (#4046 )
* BAEL-717: Singleton EJB Bean
Files for BAEL-717:Singleton EJB Bean.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Changed artifactId value.
* BAEL-717: Singleton EJB Bean.
Added module for Singleton EJB Bean.
* BAEL-717: Singleton EJB Bean.
Removed Singleton EJB Bean Module.
* BAEL-717: Singleton EJB Bean
Changed the JNDI Lookup name.
* BAEL-717: Singleton EJB Bean.
Added the "singleton-ejb-bean" module.
* BAEL-717: Singleton EJB Bean.
Corrected Indentation.
* BAEL-717: Singleton EJB Bean
Corrected Indentation.
* BAEL-717: Singleton EJB Bean.
Corrected Indentation.
* BAEL-717: Singleton EJB Bean.
Corrected Indentation.
* BAEL-717:Singleton EJB Bean.
Corrected Indentation.
* BAEL-717:Singleton EJB Bean.
Corrected Indentation.
* BAEL-717: Singleton Session Bean.
Added class for Bean-Managed concurrrency.
Changed class name from CountryStateCacheBean to CountryStateContainerManagedBean.
* BAEL-717: Singleton Session Bean.
Changing the name of the class to CountryStateContainerManagedBean.
* BAEL-717: Singleton Session Bean.
Added method to test Bean-Managed concurrency.
* Get Latest.
* deleting CountryStateBeanManagedBean for new file.
* deleting CountryStateCacheBean for new file.
* deleting CountryStateContainerManagedBean for new file.
* BAEL-717: Singleton Session Bean.
Adding file for Bean with Bean-Managed concurrency.
Changing file name for original file to CountryStateContainerManagedBean with Container-Managed concurrency.
* Deleting file for new checkin.
* BAEL-717: Singleton Session Bean.
Added test case for Bean-Manged concurrency.
Change in JNDI names.
* BAEL-717: Singleton Session Bean.
Changed the assert method parameter order and null check in test cases.
* BAEL-717:Singleton Session Bean
Removed volatile keyword for the variable countryStatesMap. Marking it as final.
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum (#3890 )
* [BAEL-1641] Find all pairs of numbers in an array that add up to a given sum
* Commiting editor's suggested changes
* Commiting article Spring Data Reactive Mongo DB microservice in Kotlin
* Revert commit for BAEL 1687 - Moving those files to a new branch
* Use AssertJ and BDD-style on unit testing
* BAEL 1639: added singleton examples and test. (#3977 )
* BAEL-1701 (#4012 )
* BAEL-1701: Create SQSApplication, add most functionality (still need to format, and add queue monitoring)
* BAEL-1701: Complete examples
* added article links
* removed folder "SpringDependencyInjection"
e Please enter the commit message for your changes. Lines starting
* BAEL-1706 - optional parameters in java (#4050 )
* BAEL-1706 - optional parameters in java
* minor adjustments per review
* add tests
* fix formatting
* fix constructor issue with MultiVitaminOverloading
* BAEL-1706 Test name change, formatting
* working with booleans in thymeleaf (#4061 )
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit (#4058 )
* BAEL-1725 Java Pass-by-reference vs Pass-by-value - First commit
* updated test cases
* Update README.md
* Demonstration of Java assert
* BAEL-1679 (#3959 )
* BAEL-1412 add java 8 spring data features
* BAEL-21 new HTTP API overview
* BAEL-21 fix executor
* BAEL-1432 add custom gradle task
* BAEL-1567 add samples of cookie and session in serlvet
* BAEL-1567 use stream api
* BAEL-1567 fix optional
* BAEL-1679 add query annotation jpa spring data
* BAEL-1679 added new junits
* BAEL-1679 use assertJ, use givenWhenThen naming convention
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* spring-data final
* service locator pattern
* service locator pattern
* variable name changes
* Spring MVC @PathVariable dot (.) get truncated
* testing changes
* Update README files (#4065 )
* BAEL-1612: Update README
* BAEL-1562: Update README
* BAEL-1562: Update README
* BAEL-1369
* BAEL-1369
* BAEL-1369
* remove comments
* Back-link corrected (#4071 )
* Back-link corrected (#4073 )
* Back-link added (#4074 )
* Back-link added (#4075 )
* Back-link added (#4076 )
* Back-link added (#4077 )
* Back-link added (#4078 )
* Back-link added (#4080 )
* Back-link added (#4081 )
* Back-link added (#4083 )
* Back-link corrected (#4086 )
* Back-link added (#4087 )
* Back-link added (#4091 )
* Back-link added (#4089 )
* added example code for Java mail (#4101 )
* Back-link added (#4099 )
* Back-link added (#4088 )
* Back-link added (#4082 )
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
* 21.02 - pom cleanup
2018-04-26 08:50:35 +02:00
mherbaghinyan
4b91a76d8f
BeanNameAware and BeanFactoryAware
2018-04-25 22:13:50 +04:00
collaboratewithakash
ec59422448
Back-link added ( #4087 )
2018-04-25 10:25:39 +02:00
mherbaghinyan
c1e0b884de
aware
2018-04-24 22:28:20 +04:00
amit2103
7ae3babd59
Bael 5927 ( #4042 )
...
* Added parent module on poms that have no parent defined
* Removed dependency reduced pom from undertow module
* Defined the integration profile in the parent
2018-04-19 09:41:39 +02: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