Michael C Good
73bfdda38d
BAEL-1238 Quick Guide to Using Keycloak with a Spring Boot Application ( #2908 )
...
* michael.good703@gmail.com
michael.good703@gmail.com
* michael.good703@gmail.com
michael.good703@gmail.com
* michael.good703@gmail.com
michael.good703@gmail.com
* update
* michael.good703@gmail.com
Had to add @SpringBootApplication(exclude = MySQLAutoconfiguration.class)
2017-10-29 20:09:22 -07:00
Grzegorz Piwowarek
2f060a8f28
Revert KeycloakConfigurationTest ( #2905 )
2017-10-29 16:55:06 +01:00
Grzegorz Piwowarek
95cf16de28
Spring Boot Bootstrap upgrade ( #2904 )
2017-10-29 10:05:26 -05:00
Yasin Bhojawala
7c2b4e6f88
format code
2017-10-29 19:20:54 +05:30
Yasin Bhojawala
729c392019
BAEL-1217 fixed failing tests
2017-10-29 19:16:42 +05:30
Yasin Bhojawala
9fee77a9d9
reverting unnecessary files
2017-10-29 17:24:59 +05:30
Yasin Bhojawala
e56da99216
BAEL-1217 Guide to Spring Type Conversions
...
Review comments
2017-10-29 17:20:47 +05:30
Yasin Bhojawala
89f9e2fed6
reverting .gitignore changes
2017-10-28 20:43:39 +05:30
Yasin Bhojawala
7ad1e5692b
BAEL-1217 Guide to Spring Type Conversions
2017-10-28 20:41:20 +05:30
Michael C Good
dc349c17a8
BAEL-1238 michael.good703@gmail.com ( #2879 )
...
* michael.good703@gmail.com
michael.good703@gmail.com
* michael.good703@gmail.com
michael.good703@gmail.com
* michael.good703@gmail.com
michael.good703@gmail.com
* update
2017-10-26 21:32:25 -07:00
Rokon Uddin Ahmed
f3557dec41
16.09 ( #2628 )
...
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Create 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
* 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
* 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
* 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
* Create README.md
* Update README.md
* Update README.md
* Update README.md
2017-09-16 12:26:29 +03:00
eugenp
1cba1b043c
minor formatting cleanup
2017-08-24 13:11:52 +03:00
Graham Cox
706b3d6c67
Example for a GraphQL Application in Spring Boot ( #2477 )
2017-08-21 21:01:41 +02:00
Doha2012
a4132df3e5
fix pom ( #2423 )
...
* fix spring config
* fix spring config
* fix spring config
* minor fix
* fix spring-boot module
* fix pom
2017-08-12 07:49:55 +02:00
Doha2012
dc3589a7a0
fix spring-boot module ( #2422 )
...
* fix spring config
* fix spring config
* fix spring config
* minor fix
* fix spring-boot module
2017-08-11 23:02:08 +03:00
Grzegorz Piwowarek
f8bf4038f1
Optimize and refactor ( #2302 )
2017-07-21 13:37:49 +03:00
Rokon Uddin Ahmed
8ca38e15da
Github11.07 ( #2254 )
...
* Update README.md
* Update README.md
* Create README.md
* Create README.md
* Create 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
* Create README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.MD
* Update README.md
2017-07-13 15:43:43 +02:00
Grzegorz Piwowarek
84956990b6
Build optimization ( #2253 )
2017-07-12 19:28:47 +02:00
Grzegorz Piwowarek
9a759db290
Create README.MD ( #2075 )
2017-06-15 16:11:50 +02:00
ramansahasi
69b4a05eb8
BAEL-859 (updated) How to display/list all Spring-managed beans? ( #2064 )
...
* Separating displayAllBeans logic from main method
* Removing as 'Person' bean is no longer used
* Removing as 'Person' bean is no longer used
* Removing as 'Person' bean is no longer used
* Added FooService and FooController
* Changed test cases as per new configuration
* Template to handle front-end view
* Fixed spacing issue
* Fixed spaces
* Fixed spacing issue
2017-06-13 17:13:16 +02:00
Yasin
4b1d0217e9
BAEL-252 A Java Client to consume a WebSockets API ( #2048 )
...
* BAEL-900 Guide to dynamic tests in Junit 5
* BAEL-900 Guide to Dynamic Tests in Junit 5
* Revert "BAEL-900 Guide to Dynamic Tests in Junit 5"
This reverts commit d0d45c9067223347da20d0f2c80de391fcade38e.
* BAEL-900 Guide to Dynamic Tests in Junit 5
* BAEL-900 Guide to dynamic tests in Junit 5
* removed unnecessary annotation
* BAEL-900 unused imports removed
* BAEL-900 simplified input generator code
* BAEL-252 A Java Client to consume a WebSockets API
2017-06-11 17:47:39 +02:00
ramansahasi
40dc547558
BAEL-859 How to display/list all Spring-managed beans? ( #2021 )
...
* Display all beans in Spring Container
* Display all spring managed beans
Add code to configure 'beans' endpoint.
* Added 'spring-boot-starter-test' dependency
Added 'spring-boot-starter-test' dependency with scope 'test'
* Display all spring managed beans Test cases
Added test cases for 'Display all spring managed beans' module.
2017-06-08 22:34:43 +02:00
MMonik
48e5fabb05
Update README.MD ( #1918 )
2017-05-24 18:48:16 +02:00
MMonik
3cd52788b4
Update README.MD ( #1916 )
2017-05-24 18:46:43 +02:00
Doha2012
48cd6f876f
Fix test names ( #1853 )
...
* 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
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
* cleanup pom
* add missing parent
* fix logging issue
* fix test names
2017-05-15 11:35:14 -05:00
Doha2012
2b374fa8ae
cleanup pom ( #1846 )
...
* 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
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
* cleanup pom
2017-05-14 11:01:35 -05:00
Doha2012
7c73abdede
cleanup pom ( #1836 )
...
* 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
* fix commons-logging issue
* add parent to pom
* cleanup parent dependencies
* cleanup pom
2017-05-12 13:32:54 -05:00
lor6
cb57a8d0c6
small fix ( #1809 )
2017-05-08 14:46:14 +02:00
Kalyan
0bcd8514cf
BAEL-252 A Java Client to Consume a WebSockets API ( #1805 )
...
* @BAEL-252 - Initial checkin
* BAEL-252 : Added junit tests
* @BAEL-252(A Java Client to consume a WebSockets API) : Fixed the junit name
* BAEL-252 A Java Client to Consume a WebSockets API
Fixed junit test name as per the standard
2017-05-07 20:07:36 +02:00
Kalyan
4a3662b4ab
BAEL-252(A Java Client to consume a WebSockets API) ( #1791 )
...
* @BAEL-252 - Initial checkin
* BAEL-252 : Added junit tests
2017-05-06 22:25:39 +02:00
pivovarit
67968089a0
Use newer runners
2017-05-05 16:11:13 +02:00
pivovarit
86a893d454
Refactor SpringBootProfileIntegrationTest
2017-05-05 07:06:19 +02:00
Yasin
14f90c8636
BAEL-905 Improvements in spring boot testing ( #1783 )
...
* BAEL-88 Testing in Spring Boot
* BAEL-88 Integration tests fixed.
* BAEL-905 Improvement task for spring boot testing
* BAEL-905 Improvement task for spring boot testing
2017-05-04 21:53:03 +02:00
lor6
196b869fff
remove security ( #1765 )
2017-05-01 18:35:13 +02:00
Grzegorz Piwowarek
f5f3e48f61
Update and rename ToggleTest.java to ToggleIntegrationTest.java ( #1755 )
2017-04-30 19:05:57 +02:00
lor6
0735c03154
togglz aspect ( #1743 )
...
* togglz aspect
* formatting
* trigger travis build
2017-04-30 10:39:11 +02:00
Yasin
0af476db52
BAEL-88 Integration tests fixed. ( #1739 )
...
* BAEL-88 Testing in Spring Boot
* BAEL-88 Integration tests fixed.
2017-04-26 20:17:03 +02:00
Grzegorz Piwowarek
722ce8fba4
Merge aspectj -> spring-aop ( #1737 )
2017-04-26 18:11:15 +02:00
Yasin
cee7e71400
BAEL-88 Testing in Spring Boot ( #1722 )
2017-04-25 07:05:40 +02:00
Chandravadan S
4d17d26405
Bael 697 - @ConfigurationProperties in Spring Boot ( #1712 )
...
* Initial commit for @ConfigurationProperties
(BAEL-697)
* Additional validations added
(BAEL-697)
* Formatting changes
* Updated main properties file
* Minor changes to pass TravisCI
(BAEL-697)
* Optimisation of imports
(BAEL-697)
* Renamed ConfigPropertiesTest to Integration test
(BAEL-697)
2017-04-24 08:38:53 +02:00
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
Grzegorz Piwowarek
f88d40442c
Refactor MySQLAutoconfiguration ( #1703 )
2017-04-22 14:19:39 +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
lor6
4c6b529571
Bael 736 ver2 ( #1693 )
...
* add notnull
* fix formatting
2017-04-19 21:03:01 +02:00
Grzegorz Piwowarek
bc6bcc3caf
Mark integration tests ( #1690 )
2017-04-19 19:27:30 +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
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
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
Yasin
b7d6487547
BAEL-88 Testing in Spring Boot ( #1653 )
...
* yasin.bhojawala@gmail.com
Evaluation article on Different Types of Bean Injection in Spring
* Revert "yasin.bhojawala@gmail.com"
This reverts commit 963cc51a7a15b75b550108fe4e198cd65a274032.
* Fixing compilation error and removing unused import
* Introduction to Java9 StackWalking API - yasin.bhojawala@gmail.com
Code examples for the article "Introduction to Java9 StackWalking API"
* BAEL-608 Introduction to Java9 StackWalking API
* BAEL-608 Introduction to Java9 StackWalking API
changing the test names to BDD style
* BAEL-608 Introduction to Java9 StackWalking API
correcting the typo
* BAEL-608 Introduction to Java9 StackWalking API
improving method names
* BAEL-608 Introduction to Java9 StackWalking API
test method names improvements
* BAEL-718 Quick intro to javatuples
* merging pom from master
* BAEL-722 Intro to JSONassert
* BAEL-722 Intro to JSONassert
Updated to 1.5.0
* BAEL-745 Quick Math.pow example
* BAEL-729 Adding custom info to actuator's /info endpoint
* BAEL-88 Testing in Spring Boot
* BAEL-88 Testing in Spring Boot
2017-04-15 17:45:26 +02:00