Commit Graph

107 Commits

Author SHA1 Message Date
mikr db1b7f1f14 BAEL-3012 Spring Request Parameters with Thymeleaf - move to new module 2019-08-18 22:46:19 +02:00
collaboratewithakash b625ebeb83
Back-link added 2019-08-13 17:33:31 +05:30
Maiklins dee7128b92 BAEL-3012 Spring Request Parameters with Thymeleaf (#7412) 2019-07-26 08:01:03 +03:00
Dhawal Kapil b6ae9ec3b4 Story/bael 14304 (#7311)
* BAEL-15951 Moved vavr, JHipster to default profiles

* BAEL-14304 Include the SpringContextIntegrationTest in the default build

- Added SpringContextTest.java in all the modules where SpringContextIntegrationTest already exists

* BAEL-14304 Changes in pmd rule and pom.xml to run UnitTest and SpringContextTest additionally in default profiles

* BAEL-14304 Minor changes
2019-07-20 14:33:56 +03:00
sheryllresulta cf921045ba
Update README.md 2019-04-11 14:57:42 +08:00
amit2103 97f8a0c46c [BAEL-12091] - Fix formatting of POMs 2019-02-10 01:47:19 +05:30
Dhawal Kapil 34e86c294a Merge branch 'master' of https://github.com/eugenp/tutorials into task/BAEL-9567 2018-11-30 22:16:55 +05:30
Dhawal Kapil 4058bfc601 BAEL-9567 Align module names, folder names and artifact id
- Added "name" in pom.xml whereever it was missing and aligned the present ones with the artifactid and foldername
2018-11-30 22:16:08 +05:30
Simon Massey 5d4d8ff977 may as well use final 2018-10-30 23:06:12 +00:00
Simon Massey 9663cc09a1 orElse is cleaner 2018-10-30 23:03:08 +00:00
Simon Massey e3fc47dd53 use of atomics way too verbose 2018-10-30 22:57:04 +00:00
Simon Massey aedf3b5cb5 removed race condition between different requests 2018-10-30 22:47:38 +00:00
sachin29aug b051112a9c BAEL-8939: Adding a Spring Context test in all Spring Modules (changes for around 22 more modules.. work in progress..) 2018-09-14 17:13:23 -04: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
josephine-barboza c209eecd5e BAEL-1666 Working with custom attributes in Thymeleaf (#5089)
* BAEL-1666 Working with custom attributes in Thymeleaf

* Delete listCourses.html
2018-08-27 22:19:59 +02:00
sachin fb0023286a BAEL-7674: Let's make sure our logging configuration has the same pattern 2018-08-21 18:22:53 -04:00
DOHA fb0a6ab539 upgrade and cleanup spring-thymeleaf 2018-08-09 15:37:13 +03:00
charlesgonzales 7e16275bd7 BAEL-7390 - add/fix links (#4697)
* Create 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

* Create README.md

* Update README.md

* Update README.md
2018-07-13 06:57:45 +02: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
Loredana Crusoveanu 42308063eb
Merge branch 'master' into master 2018-07-03 21:40:13 +03:00
KevinGilmore 111c39d4c9
Update README files (#4589)
* BAEL-1766: Update README

* BAEL-1853: add link to article

* BAEL-1801: add link to article

* Added links back to articles
2018-06-30 08:28:44 -05:00
mmchsusan 9c8d31aae6 BAEL 1793 Adding PageImpl for pagination (#4371)
* BAEL-1793 Spring with Thymeleaf Pagination for a List

* Replace tabs with 4 spaces in HTML based on editor's feedback.

* Updated to use spring data PageImpl for representing paged list
2018-06-26 22:00:40 -05:00
iaforek 2cb8d357f4 BAEL-1737, BAEL-1667 (#4251)
* BAEL-1737 - Access Modifiers examples

* BAEL-1737 - Corrected constructors

* BAEL-1737 - Smaller formatting fixes

* BAEL-1737 - Updated comments

* BAEL-1667 - Select and Option examples.

* BAEL-1667 - Corrected typo - closing select tag - that actually made the code to work. COrrected solution works well too and produces valid HTML
2018-06-15 08:03:09 +02:00
Pello Altadill a023f014d0 BAEL-1388 Introduction to Java MSF4J Microservices (#4192)
* BAEL-1562 - Thymeleaf sample working

* BAEL-1562 Code added for Fragments sample

* BAEL-1562 - Last correction for the test

* BAEL-1562 - Thymeleaf sample working

* BAEL-1562 Code added for Fragments sample

* BAEL-1562 - Last correction for the test

* Updates Thymeleaf version to 3.0.9.RELEASE

* Added msf4j projects

* updated msf4j project folder

* fixed issue with spring-thymeleaf/pom.xml

* Removed depedency-reduced-pom.xml

* Whitespacing fix
2018-06-08 20:54:58 +02:00
Rokon Uddin Ahmed 50f5cba9da BAEL-6634 (#4376)
* Update README.md

* Create 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

* Create README.md

* Create README.md

* Create 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

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md
2018-06-01 14:04:12 +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
mmchsusan 146c1bb2a9 BAEL-1793 Spring with Thymeleaf Pagination for a List (#4290)
* BAEL-1793 Spring with Thymeleaf Pagination for a List

* Replace tabs with 4 spaces in HTML based on editor's feedback.
2018-05-26 07:16:54 -05:00
jabyte 1d94492e29
Array declared and initialized in one line. 2018-05-18 11:04:20 +01:00
jabyte c2d37e99e1
Update WorkingWithArraysInThymeleafApplication.java 2018-05-11 11:08:48 +01:00
jabyte a27ef5a9a7
Update pom.xml 2018-05-11 11:06:43 +01:00
jabyte fdaa866ffa
Update pom.xml 2018-05-11 10:52:20 +01:00
jabyte 7ceb31f340
Update pom.xml 2018-05-11 10:44:54 +01:00
jabyte 22ee523b8e
Update pom.xml 2018-05-11 10:35:49 +01:00
jabyte ab93b6272f
Update pom.xml 2018-05-11 10:19:59 +01:00
jabyte 08d5edba2f
Update WorkingWithArraysInThymeleafApplication.java 2018-05-11 09:58:14 +01:00
jabyte c510a4e72e
Update pom.xml 2018-05-11 09:49:12 +01:00
jabyte 460c314d98
Update pom.xml 2018-05-11 09:39:56 +01:00
jabyte 86b4b39852
Update WorkingWithArraysInThymeleafApplication.java 2018-05-11 09:38:11 +01:00
jabyte 4e4b65c2fc
Update WorkingWithArraysInThymeleafApplication.java 2018-05-10 15:58:29 +01:00
jabyte 012bf35ffd
Update pom.xml 2018-05-10 15:57:46 +01:00
jabyte 8aad495404
Update continents.html 2018-05-10 15:56:45 +01:00
jabyte bc4594dacf
Update ThymeleafArrayController.java 2018-05-10 14:43:41 +01:00
jabyte 5deaa416e6
Add files via upload 2018-05-10 14:24:55 +01:00
jabyte 6d7d894d25
Delete ArrayController.java 2018-05-10 14:23:43 +01:00
jabyte 26521fb2ff
Update continents.html 2018-05-10 13:13:58 +01:00
jabyte ddd6019631
Update WorkingWithArraysInThymeleafApplication.java 2018-05-10 13:11:24 +01:00
jabyte 517b6d4bc8
Update pom.xml 2018-05-10 13:10:34 +01:00
jabyte c3c8b73e21
Update pom.xml 2018-05-10 12:51:25 +01:00
jabyte 769dfd7664
Add files via upload 2018-05-10 12:45:35 +01:00
jabyte 77227cdc9f
Create continents.html 2018-05-10 12:43:28 +01:00