Commit Graph

58 Commits

Author SHA1 Message Date
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
abialas 7b92a38bed BAEL-1679 (#4149)
* 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

* BAEL-1679 move query annotation examples to persistence modules

* BAEL-1679 fix formatting
2018-05-01 20:42:52 -05: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
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
amit2103 86cebe51d7 Bael 5926 (#4023)
* Added parent module on poms that have no parent defined

* Removed dependency reduced pom from undertow module

* Aligned and Defined the common plugins in the parents

* Removed dependency-reduced-pom.xml from undertow module

* Reverting test fail modules with surefire testFailureIgnore ture

* Reverted wrong push with org.hsqldb
2018-04-18 08:04:50 +02:00
linhvovn 6561af5cd2 Bael 1684 - Move to spring-jpa (#4015)
* [tlinh2110] BAEL 1684 Init

* [BAEL1684-tlinh2110] Move to spring-jpa

* [BAEL-1684 tlinh2110] Remove unused file
2018-04-15 21:49:12 +02:00
Rokon Uddin Ahmed 5da2ea995c 08.04.2018 (#3954)
* 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

* 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

* 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

* Update README.md
2018-04-11 07:33:18 +02:00
Tom Hombergs 329bc976bf
added article link 2018-03-26 22:16:24 +02:00
Tom Hombergs 6002d2c81e removed field "article" for clearer understanding 2018-03-24 23:18:59 +01:00
Tom Hombergs 8cb622568b
Merge pull request #3861 from aurasphere/BAEL-1591-mongodb-tagging
Bael 1591 mongodb tagging
2018-03-21 21:35:40 +01:00
Donato Rimenti d192cf8c9c Added tags CRUD operations. 2018-03-20 00:06:09 +01:00
Donato Rimenti 53ec7a8313 BAEL-1591: Tagging implementation with MongoDB. 2018-03-19 01:05:28 +01:00
Loredana Crusoveanu 98fca3e1f8
Update README.md 2018-03-18 19:43:52 +02:00
Eugen Paraschiv dffd5fd903 minor formatting work 2018-03-11 00:07:32 +02:00
Loredana Crusoveanu 0961f1154c
Merge pull request #3716 from christopherfranklin/master
[BAEL-1575] Advanced tagging implementation with JPA
2018-03-10 22:37:40 +02:00
Eugen Paraschiv 41a377a456 removing unused imports 2018-03-10 21:33:31 +02:00
Alessio Stalla 36a7ed48af BAEL-1573 Code for the article: a guide to Jdbi (#3785) 2018-03-08 09:57:30 -08:00
Rokon Uddin Ahmed c10cb80823 02.03 (#3747)
* 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
2018-03-02 18:40:04 +02:00
Chris Franklin 8e0cececdb [BAEL-1575] Cleanup original test 2018-02-26 10:42:39 -05:00
Chris Franklin bb7f7a0588 [BAEL-1575] Move tests to separate suite 2018-02-26 10:40:25 -05:00
Chris Franklin 32d8694a52 Merge remote-tracking branch 'upstream/master' 2018-02-23 17:08:24 -05:00
Chris Franklin 64dd15eaf4 [BAEL-1575] Advanced tagging implementation with JPA 2018-02-23 17:01:23 -05:00
Diaz Novandi 22b047f98b Use DynamoDB repo server in the US 2018-02-19 07:04:49 +01:00
Diaz Novandi e31ff3c59a Update based on code review feedback 2018-02-19 07:03:28 +01:00
Diaz Novandi 9376e8ce69 Refine test using Hamcrest and refactor JUnit rule 2018-02-14 06:39:40 +01:00
Diaz Novandi b8f433859e BAEL-681 Configuring DynamoDB locally for integration tests 2018-02-14 06:39:40 +01:00
christopherfranklin 3d4a179ca3 [BAEL-1542] - Simple Tagging with JPA (#3626)
* Code samples for Simple Tagging with JPA

* Fix pom relative path for spring-jpa
2018-02-12 22:36:16 +00:00
Chris Franklin 42ffe6cb7c Fix pom relative path for spring-jpa 2018-02-12 15:16:59 -05:00
Chris Franklin d0ff2aa57d Code samples for Simple Tagging with JPA 2018-02-09 14:37:58 -05:00
Nikhil Khatwani b2372b5006 Changes for BAEL-1472 2018-02-07 19:46:42 +05:30
Nikhil Khatwani 596efe3042 Changes for BAEL-1472 2018-02-07 19:45:04 +05:30
Alessio Stalla 310e31e2bd Code for BAEL-68 (#3559) 2018-02-01 20:30:54 +01:00
Rokon Uddin Ahmed c3e8ba4a70 Pull request 17.01 (#3442)
* 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

* Update README.md

* Update README.md

* Update README.MD

* Update README.md
2018-01-17 21:53:17 +01:00
Eric Goebelbecker 22dbf2c8cd Bael-1364 - Introduction to Lettuce (#3415) 2018-01-14 13:48:42 -08:00
daoire 556500a259
Update README.md 2018-01-08 17:29:00 +00:00
araknoid fa92d1db3d BAEL-1419: Guide to cockroachDB in Java (#3325)
* adding CockroachDB code

* Fixed database name

* Added handling transaction examples
2018-01-06 20:38:33 +01:00
markusgulden b54440ddb3 BAEL-592: Upgraded Hibernate 5-module to Spring 5 (#3351)
* BAEL-592 Guide to Hibernate 5 with Spring

* BAEL-592: Upgrade to Spring 5
2018-01-04 17:20:53 +02:00
markusgulden 2ded3d36d9 BAEL-592 Guide to Hibernate 5 with Spring (#3346) 2018-01-03 15:07:02 +02:00
Grzegorz Piwowarek c7ba3a08aa
Build optimize (#3328)
* CustomConverterIntegrationTest

* StringToEmployeeConverterControllerIntegrationTest

* PersonsRepositoryIntegrationTest

* Refactor spring-rest-embedded-tomcat pom

* Disable Rxjava test
2017-12-30 23:10:54 +01:00
Doha2012 962dfd228f make sure modules using java8 (#3313) 2017-12-28 15:30:01 +01:00
Loredana Crusoveanu 7e241630c7
Create README.md 2017-12-24 19:47:25 +02:00
Loredana Crusoveanu f7c32aabb1 change test name 2017-12-16 10:39:02 +02:00
abialas 970de81734 BAEL-1304 changes after code review 2017-12-15 23:43:51 +01:00
abialas 3210112a45 BAEL-1304 add files 2017-12-13 23:15:59 +01:00
abialas 92770e26eb remove folder 2017-12-13 23:14:51 +01:00
abialas 9e8e17b689 BAEL-1304 2017-12-13 22:45:14 +01:00
Rokon Uddin Ahmed b59226a68c 12.12 (#3219)
* 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

* 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

* Create README.md

* Update readme.md

* Update README.md

* Update README.md

* Update README.md
2017-12-12 07:32:35 +01:00
Carsten Gräf aadde5b526
Merge pull request #3161 from markusgulden/master
BAEL-1336 Introduction to Hibernate Search
2017-12-02 17:45:44 +01:00
Eugen Paraschiv 9f54deaff7 minor documentation work 2017-12-02 18:26:00 +02:00