dhruba619
cf24ede9ab
BAEL-786 Updated custom test reports
2017-04-24 01:04:35 +05:30
KevinGilmore
c4d9be177f
BAEL-761: Updated README.md ( #1713 )
...
* 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
* README file updates for BAEL-723, BAEL-763, and BAEL-415
* BAEL-735: README
* BAEL-567: README
* BAEL-736: README
* BAEL-766: Update README
* BAEL-555: README update
* BAEL-761: README update
2017-04-23 13:51:45 -05:00
KevinGilmore
9c9c0ae2a0
BAEL-555: Updated README.md ( #1711 )
...
* 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
* README file updates for BAEL-723, BAEL-763, and BAEL-415
* BAEL-735: README
* BAEL-567: README
* BAEL-736: README
* BAEL-766: Update README
* BAEL-555: README update
2017-04-23 12:08:32 -05:00
slavisa-baeldung
5532225228
BAEL - 318 - removing commented out code
2017-04-23 13:27:57 +01:00
slavisa-baeldung
8b39484abc
Merge pull request #1710 from eugenp/sybraimah-master
...
BAEL-318 - springmvc-webform
2017-04-23 14:18:32 +02:00
Artem V. Navrotskiy
52d1fe174f
Fix whenSerializingDateToISO8601_thenSerializedToText test. ( #1593 )
...
Suddenly, "1970-01-01T02:30:00.000+0000" is not a correct ISO 8601 date: it mix basic timezone format and extended date and time format.
Correct value looks like:
* 1970-01-01T02:30:00.000+00:00 (Extended format)
* 19700101T023000.000+0000 (Basic format)
2017-04-23 13:31:12 +02:00
madven s
a8b633701d
minor java8 update ( #1684 )
...
Anonymous new Consumer<String>() replaced with method reference.
2017-04-23 13:27:12 +02:00
Thang Le
f4d56d7765
upgrade version ( #1706 )
...
* upgrade version
* upgrade spring to 4.3.7
2017-04-23 13:26:31 +02:00
slavisa-baeldung
f508eccfdc
BAEL - 318 - resolving conflicts
2017-04-23 08:50:57 +01:00
slavisa-baeldung
64f0428e00
Merge remote-tracking branch 'origin/master'
2017-04-23 08:18:56 +01:00
Doha2012
9f9dc8770a
cleanup generated files ( #1705 )
...
* 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
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
* minor fix
* minor fix
* cleanup generated files
2017-04-22 19:58:20 +02:00
Grzegorz Piwowarek
f88d40442c
Refactor MySQLAutoconfiguration ( #1703 )
2017-04-22 14:19:39 +02:00
Adam InTae Gerard
7a96484ba3
BAEL-86 ( #1535 )
...
* BAEL-86
* Added Themes and Beans
* Improvements and fully tested locally
2017-04-21 22:00:42 -05:00
Daniele Demichelis
caab7829e7
Bael 555 spring remoting with amqp ( #1654 )
...
* Burlap & Hessian server added
* Burlap & Hessian client work
* Fixed main
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Fixed main
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Burlap & Hessian client work
* Fixed main
* Fixed main
* Fixed formatting
* Fixed formatting
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Spring Remote example based on Burlap & Hessian runs in a JUnit test
* Fixed POM
* First experiments with amqp
* First experiments with amqp
* Firts example of remoting working with AMQP
* Server code fixed
* Client code fixed
* Removed wrongly pushed work folder
* Removed derby.log file.
* Fixed client and server package.
* Fixed indentation.
2017-04-21 21:31:56 -05:00
Alexandre Lombard
2a3030dd98
BAEL 767 - Moving module apache-commons-math to module libraries ( #1701 )
...
* BAEL 767 - Introduction to apache commons math
* BAEL 767 - Moving examples to test classes
* BAEL 767 - Renaming tests with BDD convention
* BAEL 767 - Introduction to apache commons math
* BAEL 767 - Moving examples to test classes
* BAEL 767 - Renaming tests with BDD convention
* BAEL 767 - Moving module apache-commons-math to module libraries
* BAEL 767 - Delete directory apache-commons-math
2017-04-21 10:38:01 +02:00
yetanotherallisonf
bac494c0be
Update README.md for BAEL-748
2017-04-20 21:09:31 -05:00
Tomasz Lelek
c70ee03a24
BAEL-846 code for a syncrhonous queue article ( #1699 )
...
* code for the unsafe article
* more descriptive example
* proper eng
* better test name
* free memory call
* java 8 style
* BAEL-814 Added call to freeMemory() in off-heap test
* BAEL-846 code for a syncrhonous queue article
* BAEL-814 Switched from Random to ThreadLocalRandom
2017-04-21 00:31:35 +02:00
Tomasz Lelek
2648a4ec25
Bael 845 transfer queue ( #1697 )
...
* BAEL-845 tranferqueue article
* BAEL-845 m to m example
* BAEL-845 move code to test
* BAEL-845 use tryTransfer
* BAEL-845 proper if logic
* BAEL-845 proper test
* BAEL-845 robust test
2017-04-20 23:05:44 +02:00
Parth Joshi
76673a33f1
Hibernate 5 Multitenancy tutorial ( #1150 )
...
* First commit for Hibernate 5 Multitenancy tutorial
* Changes to fix the code.
* Added hibernate begin transaction code.
* Changes to solve the multitenancy issue.
* Changes to integrate h2
* Changing configs to solve the error
* Changes to solve h2 error...
* Changes to fix H2 error.
* Cleaned POM.xml and changed entity name
* Changes table name to supplier
* Removed MySql Dep from pom.xml.
* Changes as per comment in the PR...
2017-04-20 07:55:34 -05:00
Luís Soares
4b19cb6bcc
Charge a credit card with Stripe ( #1556 )
...
* Charge a credit card with Stripe
Spring Boot project that includes Stripe Java library and does a
charge to a credit card.
BAEL-742
* Use ExceptionHandler for Stripe exceptions
BAEL-742
* Show more detail at result page
BAEL-742
* Show more detail at result page
BAEL-742
2017-04-20 07:52:42 -05:00
Tomasz Lelek
e37ab29a42
BAEL-845 transfer queue ( #1676 )
...
* BAEL-845 tranferqueue article
* BAEL-845 m to m example
* BAEL-845 move code to test
* BAEL-845 use tryTransfer
* BAEL-845 proper if logic
2017-04-20 02:25:42 +02:00
lor6
aa08d1262b
spring boot mysql autoconfiguration ( #1639 )
...
* spring boot mysql autoconfiguration
* exclude autoconfig from other main classes
* update property condition
2017-04-19 17:49:09 -05:00
Doha2012
87bc04ae98
minor fix ( #1694 )
...
* 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
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
* minor fix
2017-04-19 22:57:17 +02:00
lor6
4c6b529571
Bael 736 ver2 ( #1693 )
...
* add notnull
* fix formatting
2017-04-19 21:03:01 +02:00
Doha2012
2d1379a46a
fix dependency issues ( #1691 )
...
* 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
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
* fix dependency issues
* Revert "fix dependency issues"
This reverts commit 83bf1f9fd2e1a9a55f9cacb085669568b06b49ec.
* fix dependency issues
2017-04-19 20:37:34 +02:00
Grzegorz Piwowarek
bc6bcc3caf
Mark integration tests ( #1690 )
2017-04-19 19:27:30 +02:00
Doha2012
5e1e320cee
exclude commons-logging dependency ( #1686 )
...
* 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
* remove commons-logging
* merge
* fix conflict
* exclude commons-logging dependency
* cleanup
* minor fix
* minor fix
2017-04-19 16:14:10 +02:00
lor6
699cf9d77b
Bael 736 ( #1685 )
...
* dynamic validation
* small fixes
* remove set property
* fix conflicts
* fix conflicts
* add optional
* small fix
* update get
2017-04-19 14:27:02 +02:00
Vivek Kumar
54d24521af
add modules for spring boot custom starter BAEL-762 ( #1661 )
2017-04-19 11:04:12 +02:00
Mateusz Mrozewski
709857b9aa
BAEL-427 Examples for topic and fanout exchanges. ( #1648 )
...
* BAEL-427 Examples for topic and fanout exchanges.
* BAEL-427 Separating code for the new article from the old one
2017-04-19 10:02:42 +02:00
Anton
f674f12eac
BAEL-748 updated Quick Guide to @Value ( #1663 )
...
* BAEL-748 quick guide to @Value
* BAEL-748 changes from review
* BAEL-748 inject comma-separated values into array
2017-04-18 22:36:43 -05: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
mariiakulik
a5f4ae927d
Readme files update ( #1680 )
...
* 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
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Create README.md
* Update README.md
* Create README.md
* Create README.md
* Update README.md
* Update README.MD
* Update README
* Rename README to 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
2017-04-18 22:20:20 +02:00
Yasin
553c368b5b
BAEL-88 Testing in Spring Boot ( #1679 )
...
Review comments
2017-04-18 19:42:29 +02:00
baljeet20
dc561548b3
BAEL-788 Added the review comment changes ( #1672 )
...
* BAEL-788 Added java config
* BAEL-788 Removed XML config
* added .gitignore
* amoved unused imports
* renamed test
2017-04-18 19:41:25 +02:00
iaforek
33fef603b3
BAEL-434 Moved project from roo to spring-roo folder. ( #1673 )
...
* Code for Dependency Injection Article.
* Added Java based configuration. Downloaded formatter.xml and reformatted
all changed files. Manually changed tab into 4 spaces in XML
configuration files.
* BAEL-434 - Spring Roo project files generated by Spring Roo. No
formatting applied. Added POM, java and resources folders.
* Moved project from roo to spring-roo folder.
2017-04-18 15:18:31 +02:00
slavisa-baeldung
4b0fbb892f
Merge remote-tracking branch 'origin/master'
2017-04-18 14:00:23 +01:00
lor6
63c8423051
update security config ( #1674 )
2017-04-18 14:15:35 +02:00
Tomasz Lelek
f204b6167d
Bael 779 kotlin generics ( #1671 )
...
* Kotlin Generics code
* wrote rest of the tests
* sorting impl
* proper val name
* fix typo
* better assert
2017-04-18 13:29:18 +02:00
eugenp
6c181db567
minor formatting cleanuop
2017-04-18 11:27:58 +03:00
Alexandre Lombard
1aff8ca17d
BAEL 767 - Introduction to Apache Commons Math (update) ( #1670 )
...
* BAEL 767 - Introduction to apache commons math
* BAEL 767 - Moving examples to test classes
* BAEL 767 - Renaming tests with BDD convention
2017-04-18 09:58:26 +02:00
Mohamed Sanaulla
7d6bf29092
sample code for update to BAEL-743 ( #1669 )
2017-04-18 09:10:39 +02:00
KevinGilmore
874f3a0929
BAEL-766 README.md update ( #1668 )
...
* 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
* README file updates for BAEL-723, BAEL-763, and BAEL-415
* BAEL-735: README
* BAEL-567: README
* BAEL-736: README
* BAEL-766: Update README
2017-04-17 21:20:20 -05:00
Tehreem
a1e7463a42
Spring Cloud Zookeeper Updated ( #1665 )
...
* Spring Cloud Zookeeper
* Spring Cloud Zookeeper Updated
* Spring Cloud Zookeeper Updated
* Spring Cloud Zookeeper Updated
2017-04-17 20:59:38 +02:00
Tomasz Lelek
576298dc7b
Bael 779 kotlin generics ( #1614 )
...
* Kotlin Generics code
* wrote rest of the tests
* sorting impl
* proper val name
* fix typo
2017-04-17 20:32:03 +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
yetanotherallisonf
cdab6acdbf
Update README.md ( #1657 )
2017-04-16 20:01:32 +02:00
Doha2012
64ce09db48
remove log4j properties ( #1662 )
...
* 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
2017-04-16 20:01:02 +02:00
baljeet20
76409e6d53
BAEL-788 Added java config ( #1660 )
...
* BAEL-788 Added java config
* BAEL-788 Removed XML config
2017-04-16 18:27:01 +02:00
Abhinab Kanrar
c313256e8e
log forging ( #1659 )
...
* jvm log forging
* jvm log forging
* jvm log forging
* log forging
2017-04-16 10:44:56 +02:00