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
Alessio Stalla
69cd5cf49f
BAEL-1636 ( #3825 )
...
* BAEL-1636 file upload with Spring Boot (nothing changes in the code per se, just the dependencies)
* BAEL-1636 removed bogus dependencies
* Updated rest-assured version because 2.9.0 is no longer on Central
2018-03-15 15:52:27 -07:00
Dassi orleando
d4522c7c16
BAEL-1285: Update Jackson articles ( #3623 )
...
* BAEL-1216: improve tests
* BAEL-1448: Update Spring 5 articles to use the release version
* Setting up the Maven Wrapper on a maven project
* Add Maven Wrapper on spring-boot module
* simple add
* BAEL-976: Update spring version
* BAEL-1273: Display RSS feed with spring mvc (AbstractRssFeedView)
* Move RSS feed with Spring MVC from spring-boot to spring-mvc-simple
* BAEL-1285: Update Jackson articles
* BAEL-1273: implement both MVC and Rest approach to serve RSS content
2018-02-09 13:25:13 -08:00
Grzegorz Piwowarek
84956990b6
Build optimization ( #2253 )
2017-07-12 19:28:47 +02: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
Doha2012
35231d0c19
cleanup parent dependencies ( #1828 )
...
* 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
2017-05-11 11:02:04 -05:00
Doha2012
9692ae36fb
add parent to pom ( #1816 )
...
* 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
2017-05-09 23:37:43 +03: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
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
slavisa-baeldung
8fc519538d
Bael 112 validator upgrade ( #1567 )
...
* BAEL-112 - upgrading hibernate validator
* BAEL-112 - upgrading hibernate validator
2017-04-02 10:07:37 +02:00
root
e7e6326a00
Spring MVC Custom Validator
2017-03-17 13:57:34 -04:00
lor6
8fe5a2ac72
Bael 682 ( #1124 )
...
* upload, read excel files with mvc
* formatting
* add excel files
* update excel files
2017-02-17 09:06:34 -06:00
lor6
a44ea9588f
excel processing using jexcel and poi ( #1058 )
...
* excel processing using jexcel and poi
* update examples
* small fix
* fix poi version, fix imports
2017-02-02 20:46:39 -06:00
eugenp
1423907bf0
cleanup work
2017-01-10 16:13:20 +02:00
DOHA
7e77d1f822
add live profile
2016-12-20 18:14:31 +02:00
eugenp
e84137bdfc
cleanup work
2016-12-18 22:04:12 +02:00
DOHA
0099c22654
upgrade and cleanup
2016-12-06 23:52:46 +02:00
eugenp
205a84d834
major upgrades
2016-11-18 13:26:34 +02:00
DOHA
cdbd83e851
add integration test profile
2016-10-20 21:53:38 +02:00
eugenp
eb7650eead
cleanup and testing work
2016-10-12 08:00:02 +03:00
eugenp
2aa2f43c6e
maven cleanup
2016-10-12 07:44:40 +03:00
Grzegorz Piwowarek
8a3c918b94
Merge branch 'master' of git://github.com/jgarciaheredero/tutorials into jgarciaheredero-master
...
# Conflicts:
# spring-mvc-java/pom.xml
2016-10-04 17:02:21 +02:00
Juan García Heredero
08c31ec84b
Update pom.xml
2016-10-04 15:16:50 +02:00
eugenp
6f00a28f3e
logging cleanup work
2016-08-23 13:14:12 +03:00
slavisa-baeldung
aed7a46324
BAEL-175 - moving to mvc java module
2016-08-14 09:45:23 +02:00
Juan García Heredero
067d99aaa5
Added HtmlUnit dependency
2016-08-01 10:39:12 +02:00
slavisa-baeldung
70322e1a44
spring-mvc-matrix-variables - manually merging
2016-06-15 20:25:41 +02:00
David Morley
5fb75f508d
Merge branch 'master' of https://github.com/ivanp81/tutorials into ivanp81-master
2016-05-12 05:30:15 -05:00
Ivan Paolillo
70e9d2fa18
Add websocket example
2016-04-18 16:42:18 +02:00
David Morley
44eca5ba04
Merge branch 'master' of https://github.com/ivanp81/tutorials into ivanp81-master
2016-04-07 06:10:09 -05:00
Ivan
8d398b2852
Add file upload example
2016-03-23 13:12:12 +01:00
Roshan Thomas
aea2aafe06
Content Negotiation Strategy
2016-03-11 22:43:49 -05:00
eugenp
a2989da4bf
maven work
2016-03-06 12:10:06 +02:00
eugenp
0708c51125
mave work
2016-03-06 11:59:13 +02:00
eugenp
c467ca73e2
maven work
2016-03-06 11:49:59 +02:00
eugenp
62fd1e6eda
minor cleanup
2015-12-24 11:39:47 +02:00
eugenp
8238c11c80
maven upgrades
2015-12-21 11:34:42 +02:00
eugenp
55b0827420
minor cleanup
2015-12-18 13:14:30 +02:00
vkadapa
5aaeb7308a
Removed Tomcat Plugin from pom.xml, rename Userdetails to User and moved
...
the controller to web
2015-12-18 15:51:12 +05:30
vkadapa
c55dddfcfb
Vishwanth: Merged my changes of Thymeleaf POC (Proof of Concept)
2015-12-18 06:37:00 +05:30
Eugen
fed27fb22d
Merge pull request #270 from zinch84/performance_aspect
...
Create example with Spring stereotype annotations
2015-10-26 23:21:47 +02:00
eugenp
416302f950
maven upgrades, xsd cleanup
2015-10-26 15:09:08 +02:00
Dmitry Zinkevich
0115fccc3d
Create example with Spring stereotype annotations
...
- Use component scanning for loading bean definitions
- Use Spring stereotypes to define poincuts
2015-10-23 01:37:20 +03:00
eugenp
556b7ca886
maven work
2015-08-15 17:38:25 +03:00
eugenp
a1e7be16b8
formatting cleanup
2015-07-23 16:54:23 +03:00
eugenp
9e5faf23f1
upgrade and eclipse work
2015-06-20 05:40:22 +01:00
eugenp
a703253af9
maven work
2015-03-28 01:19:24 +02:00
eugenp
8d511164a8
small maven upgrades
2015-03-27 10:47:39 +02:00