Commit Graph

55 Commits

Author SHA1 Message Date
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
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
Loredana Crusoveanu 42308063eb
Merge branch 'master' into master 2018-07-03 21:40:13 +03: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
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 08d5edba2f
Update WorkingWithArraysInThymeleafApplication.java 2018-05-11 09:58:14 +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 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 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
jabyte 936dc5e346
Add files via upload 2018-05-10 12:38:20 +01:00
jabyte 0c609288a6
Delete WorkingWithArraysInThymeleafApplication.java 2018-05-03 14:04:44 +01:00
jabyte e90737e54f
Add files via upload 2018-05-03 13:45:14 +01:00
felipeazv 3998fff6a5 [BAEL-1671] Iteration in Thymeleaf (#3987)
* [BAEL-1671] Iteration in Thymeleaf

* [BAEL-1671] Iteration in Thymeleaf

* [BAEL-1671] Iteration in Thymeleaf
2018-04-26 12:44:41 +02:00
fanatixan dba41e16b0 working with booleans in thymeleaf (#4061) 2018-04-22 21:37:12 -07:00
igorpele 3d827783f7 Thymeleaf conditionals (#3949)
* different types of thymeleaf conditionals

* improved thymeleaf conditionals
2018-04-07 08:54:06 -07:00
Pello Altadill 5edb9acb95 BAEL-1562 - Working with Fragments in Thymeleaf (#3868)
* 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
2018-04-05 21:46:47 -05:00
Grzegorz Piwowarek f8bf4038f1 Optimize and refactor (#2302) 2017-07-21 13:37:49 +03: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
maibin 1e74f9dbe8 Fix to Hibernate4 module (#1071)
* How to work with dates in Thymeleaf

* Fixes in PR for Thymeleaf

* Changes to i18n

* Resolved issue with i18n
2017-01-29 16:22:27 +01:00
eugenp 966e53a85b formatting work 2017-01-29 16:06:01 +02:00
maibin a9a3f3ba58 Thymeleaf i18n resolved (#1016)
* How to work with dates in Thymeleaf

* Fixes in PR for Thymeleaf

* Changes to i18n

* Resolved issue with i18n
2017-01-19 16:55:19 +01:00
maibin e150b2ff54 i18n fixes Thymeleaf (#1015)
* How to work with dates in Thymeleaf

* Fixes in PR for Thymeleaf

* Changes to i18n
2017-01-19 11:37:38 +01:00
eugenp 38c0a6f9a7 cleanup formatting 2017-01-14 09:37:31 +02:00
maibin e36d928219 How to work with dates in Thymeleaf (#960)
* How to work with dates in Thymeleaf

* Fixes in PR for Thymeleaf
2017-01-08 09:01:41 -06:00
DOHA 7667d25bb7 add integration test profile 2016-10-17 12:57:13 +02:00
maibin 08c9791cb4 Thymeleaf decorator (#747)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();

* Logger update

* Changed config for Thymeleaf

* Thymeleaf Natural Processing and Inlining

* Expression Utility Objects, Thymeleaf

* listOfStudents edited

* Thymeleaf layout decorators
2016-10-13 07:08:59 +02:00
maibin 454f0e50c5 Expression Utility Objects article (#724)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();

* Logger update

* Changed config for Thymeleaf

* Thymeleaf Natural Processing and Inlining

* Expression Utility Objects, Thymeleaf
2016-10-06 10:51:23 +02:00
maibin 72b2eacb4f Thymeleaf inlining and natural processing (#711)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();

* Logger update

* Changed config for Thymeleaf

* Thymeleaf Natural Processing and Inlining
2016-10-01 10:59:54 +02:00
maibin eae09bb13a Fixed both Thymeleaf and Interceptors articles (#699)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();

* Logger update

* Changed config for Thymeleaf
2016-09-25 22:45:22 +02:00
eugenp a351667adc minor cleanup work 2016-09-25 15:18:08 +03:00
maibin 5b29f1bc81 New pull for Thymeleaf (#697)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf

* Fix and();
2016-09-24 22:34:15 +02:00
maibin b0a1959cf4 Spring Security + Thymeleaf (CSRF) (#695)
* Expression-Based Access Control

PermitAll, hasRole, hasAnyRole etc.
I modified classes regards to Security

* Added test cases for Spring Security Expressions

* Handler Interceptor - logging example

* Test for logger interceptor

* Removed conflicted part

* UserInterceptor (adding user information to model)

* Spring Handler Interceptor - session timers

* Spring Security CSRF attack protection with Thymeleaf
2016-09-23 14:37:53 +02:00
David Morley a937aef25e Rename package to conform with site name 2016-01-05 21:37:48 -06:00