Azhwani
737430655c
BAEL-6110: Fix Spring Data JPA Exception: No Property Found for Type ( #13753 )
2023-04-16 18:32:18 +02:00
anuragkumawat
3d278ff7a9
Java 19533 fix failing integration test ( #13835 )
...
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)
* JAVA-19533 Fix failing integration test
2023-04-14 19:12:08 +05:30
edizor
d49b588e04
Update README.md
...
[skip ci]
2023-04-14 17:10:41 +08:00
edizor
3bcae7f37a
Update README.md
...
[skip ci]
2023-04-14 16:47:31 +08:00
Adrian Bob
7a426829cb
Add logging for bulkhead test ( #13834 )
2023-04-13 18:25:49 +02:00
timis1
fae3e80186
JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" … ( #13670 )
...
* JAVA-18600 Update "Guide to @ConfigurationProperties in Spring Boot" article
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-04-13 16:18:11 +03:00
anuragkumawat
0d360a264b
Java 19533 Fix references to parents - Week 14 - 2023 (moved-1) ( #13824 )
...
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)
* JAVA-19533 Fix references to parents - Week 14 - 2023 (moved-1)
2023-04-12 07:24:52 +05:30
Łukasz Włodkowski
2765db78ae
[BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB. ( #13632 )
...
* [BAEL-6165] AWS Secrets Manager integration with Spring Boot for DB.
* [BAEL-6165] Add other types of secrets as example
* [BAEL-6165] externalize version to properties
* [BTL-6165] create UserController
---------
Co-authored-by: Lukasz Wlodkowski <lukasz.w@bluestonepim.com>
2023-04-11 20:08:05 +01:00
Alex Tighe
0ac00ad389
BAEL-6229: loading multiple yaml files in spring boot ( #13724 )
...
* BAEL-6229: committing new example for loading multiple yaml configuration files
* BAEL-6229: updating README.md
* BAEL-6229: adding example one code, commented out
* Revert "BAEL-6229: updating README.md"
This reverts commit 51cd2dcf97f797aa6a723888fd246ef0142242a3.
* BAEL-6229: adding comments around commented out code for first example.
2023-04-11 19:15:40 +01:00
Tapan Avasthi
e8d8611e6e
BAEL-5027: Use BuildProperties bean for getting build information ( #13794 )
...
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-04-10 17:56:04 -05:00
Loredana Crusoveanu
44b59b1ace
Merge pull request #13788 from edizor/master
...
Update README
2023-04-09 10:29:33 +03:00
panos-kakos
43b744f7cb
[JAVA-18185] Downgrade to groovy 3 for spock ( #13783 )
2023-04-09 08:31:05 +05:30
edizor
7c5ceb42b6
Update README.md
...
[skip ci]
2023-04-07 23:53:48 +08:00
Adrian Bob
745e372844
BAEL-6071: Resilience4j events endpoints ( #13697 )
...
* Add project for Resilience4j Events Endpoints article
* Update README
* Add spring-boot-resilience4j module
* Renamed test class to meet constraints
* Update package structure
* Added formatting
* Replaces .parallel() with Executor
* Updated concurrent calls for bulkhead test
2023-04-04 15:49:54 +02:00
Viktor Ardelean
d21e03938e
BAEL-6093 add spring boot 3 url matching code sample ( #13744 )
2023-04-02 14:00:58 -07:00
AttilaUhrin
ecad53efac
[BAEL-6161] Add example code for article. ( #13651 )
...
Co-authored-by: Uhrin Attila <attila.uhrin@frontendart.com>
2023-03-31 07:53:12 +05:30
anuragkumawat
6212b272fc
JAVA-19547 Move articles from spring-core-2 module to spring-boot modules ( #13730 )
2023-03-30 22:00:57 +05:30
anuragkumawat
e310fe84da
Move articles from spring-core-6 module to other spring-boot modules ( #13722 )
...
* Move articles from spring-core-6 module to other spring-boot modules
* JAVA-19559 Move articles from spring-core-6 module to other spring-boot-3 modules
* JAVA-19559 Minor spacing change
* JAVA-19559 Revert Minor spacing change
2023-03-30 21:53:07 +05:30
anuragkumawat
a50d41a8ce
JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module ( #13711 )
...
* JAVA-19555 Move articles from spring-core-5 module to spring-boot-annotations-2 module
* JAVA-19555 Move articles from spring-core module to spring-boot-annotations-2 module
2023-03-26 23:55:47 +05:30
edizor
41f28aee20
Update README.md
...
[skip ci]
2023-03-24 16:51:52 +08:00
edizor
9bd65c88cf
Update README.md
...
[skip ci]
2023-03-24 16:21:36 +08:00
edizor
17c13fb484
Update README.md
...
[skip ci]
2023-03-24 16:18:21 +08:00
cesarevalenti90
6a2d723155
BAEL-6255 - Run a Spring Boot application in AWS Lambda ( #13629 )
...
* BAEL-6255 - Run a Spring Boot application in AWS Lambda
* BAEL-6255 - Run a Spring Boot application in AWS Lambda
* fix on template.yaml
* fix on template.yaml
* removed log from test
* resolved issues reported on PR
---------
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-03-23 20:43:34 +00:00
panos-kakos
78cb526cf0
[JAVA-18185] Moved spring-boot-modules to jdk9-and-above profile ( #13678 )
...
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2023-03-23 09:08:51 +05:30
anuragkumawat
1bca2d5d68
JAVA-19544 Move Spring @Primary Annotation article from spring-core-2 module to spring-boot-annotations-2 module ( #13687 )
2023-03-22 21:28:27 +05:30
Eugen
b2accf8773
Merge pull request #13675 from edizor/master
...
Update README
2023-03-21 21:17:45 +02:00
sdhiray7
d40d696e99
BAEL-5321: Change Swagger UI URL prefix ( #13288 )
...
* Initial commit for Object copy in Java
* review comments commit for Object copy in Java
* Initial commit for parseInt vs valueOf java
* Review comments commit for parseInt vs valueOf java
* Modify readme
* review comments
* build failure
* build failure retry
* build failure retry remove parseInt(java.lang.String,int,int,int)
* build failure add comment
* change examples
* review comments
* review comments 2
* review comments 3
* Initial commit for get current stacktrace
* Remove old files
* Name updates
* Jenkins error
* changes to file name
* Review comments
* Create unit test file
* Remove unnecessary files
* Update package name
* BAEL-5321 Initial commit
* BAEL-5321 Initial commit 2
* [BAEL-5321] review comments
* [BAEL-5321] constructor
* [BAEL-5321] inline
2023-03-19 11:20:37 +01:00
edizor
b16e7bfc2a
Merge branch 'eugenp:master' into master
2023-03-19 02:04:52 +08:00
Abhinav Pandey
22bd0db1bf
BAEL-6157 - Using records with JPA ( #13626 )
...
* BAEL-6157 - Using records with JPA
* BAEL-6157 - Changing test class name
* BAEL-6157 - Changing test class name
* BAEL-6157 - Adding start-class to module
2023-03-17 09:36:56 -07:00
edizor
3eb2ffef4e
Create README.md
...
[skip ci]
2023-03-17 00:53:24 +08:00
edizor
7fb86be223
Update README.md
...
[skip ci]
2023-03-17 00:29:23 +08:00
Sameer
350a3c3575
Bael 4779 ( #13465 )
...
* first commit for Spring Data Redis TTL
* BAEL-4779: Removed incorrect module
* removed mvn wrapper
* Reduced wait time to check expiration
* J17 -> J11
* spring boot redis added to JDK 9 and above profile
* pulled latest from master
* restored from master
* resolved from master
* Update pom.xml
* Update pom.xml
* using Collections api available in J15
* updated Integration test class name
---------
Co-authored-by: s9m33r <no-reply>
Co-authored-by: Loredana Crusoveanu <lore.crusoveanu@gmail.com>
2023-03-14 16:44:31 -07:00
davidmartinezbarua
768a7800ba
Merge pull request #13558 from pedrolopes9-7/BAEL-6224
...
BAEL-6224: API First-Development in Spring Boot
2023-03-10 15:18:53 -03:00
Tapan Avasthi
99bdd0c2fe
BAEL-5721: Configure Redis Container Using DynamicPropertySource Annotation ( #13585 )
...
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2023-03-09 21:07:31 -06:00
edizor
56a30aea2a
Update README.md
...
[skip ci]
2023-03-04 11:13:57 +08:00
edizor
762ce81aaf
Create README.md
...
[skip ci]
2023-03-04 10:56:06 +08:00
pedrolopes9-7
99951e3dc2
fix file location
2023-02-28 20:19:00 -03:00
pedrolopes9-7
1af21053f1
adding yml file and generator
2023-02-28 20:02:41 -03:00
anuragkumawat
da08a21266
JAVA-18103 Revert properties file name to fix integration test ( #13555 )
2023-02-28 23:38:13 +05:30
Cesare
31ab20f33e
reformat TodosController
2023-02-28 10:09:51 +01:00
cesarevalenti90
1a60cdbf0d
Merge branch 'eugenp:master' into master
2023-02-28 10:06:11 +01:00
Loredana Crusoveanu
b0d37999dd
Merge pull request #13483 from anuragkumawat/JAVA-18103
...
JAVA-18103 Update spring-boot-keycloak-2 module
2023-02-27 09:45:56 +02:00
timis1
45790055ba
JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-module… ( #13457 )
...
* JAVA-13870 Move spring-caching,spring-caching-2 to spring-boot-modules (conti-1)
* JAVA-13870 Making spring boot as the parent for spring-caching and spring caching-2
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-26 21:31:26 +05:30
anuragkumawat
f3a236c77c
JAVA-17766 Fix references to parents - Week 6 - 2023 (moved-2) ( #13536 )
2023-02-26 16:49:13 +05:30
edizor
c7bba3900e
Update README.md
...
[skip ci]
2023-02-24 19:37:14 +08:00
timis1
a04d35a6d8
JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules ( #13409 )
...
* JAVA-2420 Merge spring-apache-camel and spring-boot-camel modules
* JAVA-2420 Migrate spring-boot-camel to spring-apache camel
* JAVA-2420 Update README.md file
* JAVA-2420 Remove spring-boot-camel
---------
Co-authored-by: timis1 <noreplay@yahoo.com>
2023-02-20 23:36:57 +05:30
anuragkumawat
92ce5ae35d
JAVA-18103 Rename method name
2023-02-20 23:13:48 +05:30
anuragkumawat
4d03829a98
JAVA-18103 Update Code as per review comments
2023-02-20 22:33:43 +05:30
Cesare
ef6752a198
BAEL-6125 Migrate Application from Spring Boot 2 to Spring Boot 3 -fix test naming
2023-02-19 16:19:46 +01:00
cesarevalenti90
04d70801ec
Merge branch 'eugenp:master' into master
2023-02-19 16:06:45 +01:00
Anastasios Ioannidis
b62ce9f58e
JAVA-17429 Upgrade to latest spring-boot-2 ( #13480 )
2023-02-17 22:17:01 +05:30
edizor
1f2fcf593c
Update README.md
...
[skip ci]
2023-02-17 18:52:43 +08:00
thibaultfaure
8890de875d
BAEL-5288 Code for the Map Date Types With openapi generator article ( #13467 )
...
Co-authored-by: thibault.faure <thibault.faure@mimacom.com>
2023-02-16 19:16:55 -06:00
anuragkumawat
47184dc06d
JAVA-18103 Update spring-boot-keycloak-2 module
2023-02-15 23:00:12 +05:30
Ralf Ueberfuhr
e4214237da
BAEL-6097: Pitfalls on Testing with Spring Boot ( #13441 )
...
* BAEL-6097: Create project
* BAEL-6097: Implement sample code and tests with custom test slices
* BAEL-6097: Fix application-test.yml
* BAEL-6097: Rename tests to match BDD naming strategy, add test for Mapper Integration Test
2023-02-13 22:28:13 -08:00
Daniel Strmecki
c311ca5ad3
Feature/bael 6101 singleton ( #13325 )
...
* BAEL-6101: singleton bean and pattern example
* BAEL-6101: change package
* BAEL-6101: refactor
* BAEL-6101: refactor
* BAEL-6101: PR comment fix
2023-02-13 19:41:29 +00:00
anuragkumawat
706c611e99
JAVA-17200 Fix references to parents - Week 50 - 2022 (moved-3) ( #13322 )
2023-02-03 23:20:38 +05:30
Loredana Crusoveanu
03aa2d8920
Merge pull request #13416 from edizor/master
...
Update README
2023-02-03 17:32:16 +02:00
timis1
edba3b292b
JAVA-17281 GitHub Issue: Read only Spring Boot App- NoUniqueBeanDefinitionException: No qualifying bean of type available: expected single matching bean but found 2 ( #13394 )
...
Co-authored-by: n <noreplay@yahoo.com>
2023-02-02 23:15:55 +05:30
edizor
f230853409
Update README.md
...
[skip ci]
2023-02-02 23:10:18 +08:00
edizor
dfd175c5c8
Update README.md
...
[skip ci]
2023-02-02 22:34:44 +08:00
Loredana Crusoveanu
e07a0205c2
downgrade jaxb plugin
2023-02-02 16:20:16 +02:00
Loredana Crusoveanu
51058e940b
match boot version, update path
2023-02-02 14:25:53 +02:00
Loredana Crusoveanu
dba7084dbf
update path to xml file
2023-02-02 11:03:11 +02:00
Cesare
9f8926d2aa
BAEL-6125 Migrate Application from Spring Boot 2 to Spring Boot 3
2023-01-31 23:14:47 +01:00
davidmartinezbarua
09d1eb4e8c
Merge pull request #13230 from hmdrzsharifi/BAEL-2862
...
Bael-2862: Update Spring Http Logging Article
2023-01-31 17:11:50 -03:00
Loredana Crusoveanu
38b983f705
JAVA-14471 remove extra dependency, set start class, upgrade
2023-01-31 12:58:44 +02:00
Loredana Crusoveanu
9ceb2e8e56
Merge pull request #13313 from anuragkumawat/java-14471
...
JAVA-14471 Remove remaining code for moved articles
2023-01-30 12:10:27 +02:00
edizor
0e6cfe9909
Update README.md
...
[skip ci]
2023-01-26 15:52:21 +08:00
cesarevalenti90
3cba49e6bc
BAEL-6088 - Ahead of Time Optimizations in Spring 6 ( #13311 )
...
* BAEL-6057 - Implementing Retry In Kafka Consumer
(moved code example to new module)
* BAEL-6057 - Implementing Retry In Kafka Consumer
(fix on README.md)
* BAEL-6088 - Ahead of Time Optimizations in Spring 6
Co-authored-by: Cesare <cesare.valenti@hotmail.com>
2023-01-25 17:35:49 +01:00
Hamid Reza Sharifi
8f620b2281
Bael 6011: Spring Boot Logback and Log4j2 Extensions ( #13327 )
2023-01-23 15:44:23 +01:00
anuragkumawat
7936998b97
JAVA-14471 Remove remaining code for moved articles
2023-01-19 23:43:03 +05:30
anuragkumawat
aa53dde127
JAVA-14179 Potential issue in Keycloak Integration - OAuth article ( #13305 )
2023-01-19 21:36:54 +05:30
davidmartinezbarua
618f549b0e
Merge pull request #13256 from etrandafir93/features/BAEL-6058-extracting_request_header
...
BAEL-6058: extracting request header
2023-01-19 12:00:47 -03:00
etrandafir93
a844943283
BAEL-6058: fixed formatting for line continuation
2023-01-19 09:59:49 +01:00
emanueltrandafir1993
77d6a987a8
BAEL-6058: renamed test class
2023-01-17 20:47:07 +01:00
anuragkumawat
a53ee3f0cb
JAVA-14471 Update Keycloak articles - deprecated client adapters
2023-01-15 14:21:58 +05:30
edizor
27066cafa9
Create README.md
...
[skip ci]
2023-01-11 14:46:12 +08:00
emanueltrandafir1993
e9e7aace31
BAEL-6058: extracting request header
2023-01-08 16:59:46 +01:00
Daniel Strmecki
84a93ffbd4
Feature/bael 5756 choose api ( #13227 )
...
* BAEL-5756: Rest controller
* BAEL-5756: GraphQL controller (without tests)
* BAEL-5756: Fix GraphQL test
* BAEL-5756: Fix GraphQL test 2
* BAEL-5756: GRPC working
* BAEL-5756: GRPC with Spring Boot
* BAEL-5756: Books proto service
* BAEL-5756: Fix grpc integration test
* BAEL-5756: Refactor
* BAEL-5756: Revert some changes
* BAEL-5756: Fix integration tests port issue between gRPC and GraphQL
* BAEL-5756: Fix pom merge issue
* BAEL-5756: Fix typo
2023-01-03 13:52:58 +00:00
h_sharifi
311f190327
#BAEL-2862: add request wrapper & filter
2023-01-02 14:13:48 +03:30
h_sharifi
e188b24dbb
#BAEL-2862: remove unused class
2023-01-02 14:13:11 +03:30
h_sharifi
f23e73e5d3
#BAEL-2862: remove extra space
2023-01-02 14:12:57 +03:30
h_sharifi
c22c1a9cab
#BAEL-2862: remove Spring related class
2023-01-02 14:12:36 +03:30
h_sharifi
32763ab63d
#BAEL-2862: update test case
2023-01-02 14:12:00 +03:30
h_sharifi
9b206922fd
#BAEL-2862: remove interceptor
2023-01-02 14:11:40 +03:30
h_sharifi
d251343e2e
#BAEL-2862: add log level for CommonsRequestLoggingFilter
2023-01-02 14:10:57 +03:30
h_sharifi
b4ad1e9f2d
#BAEL-2862: remove SecurityAutoConfiguration class and extra annotation
2023-01-02 13:33:43 +03:30
Ralf Ueberfuhr
40249f907c
BAEL-5867: Micrometer Observability API with Spring Boot 3 ( #13180 )
...
* BAEL-5867: Create project and create first usage main method
* BAEL-5867: Use Observation API in Boot
* BAEL-5867: Refactoring and testing
* BAEL-5867: Add tracing
* BAEL-5867: Remove notes and add project as a module to the aggregator
* BAEL-5867: Fix pmd rules violation
2022-12-28 21:47:49 +01:00
collaboratewithakash
3e429428a7
backlink added
2022-12-24 13:22:01 +05:30
Loredana Crusoveanu
9215eee368
Merge pull request #13184 from edizor/master
...
Update README
2022-12-23 16:39:32 +02:00
freelansam
f5131d9ad0
JAVA-15822: Which sub-modules aren't being built ( #13153 )
...
* JAVA-15822: Which sub-modules aren't being built
* JAVA-15822: build error
* JAVA-15822: build error
* modified comment for gcp-firebase
2022-12-23 00:33:54 +05:30
edizor
5a3d675ff7
Update README.md
...
[skip ci]
2022-12-22 22:17:45 +08:00
freelansam
456652e02b
JAVA-16563: Fix formatting of POMs ( #13175 )
2022-12-20 22:37:54 +05:30
Bogdan Cardoş
ba7371baac
BAEL-5525 add mainClass and layout configuration to the spring boot maven plugin ( #13049 )
...
* BAEL-5617 Handle classes with the same name in Java
code samples
* BAEL-5617 Handle classes with the same name in Java
update project module
* BAEL-5754 Convert a List of String to a comma-separated String
code samples
* BAEL-5754 update unit test class name
* BAEL-5754 update unit test methods naming
* BAEL-5754 update tests order so to reflect the article
* BAEL-5754 align code to article
* BAEL-5525 add mainClass and layout configuration to the spring boot maven plugin
2022-12-17 15:44:23 +00:00
Loredana Crusoveanu
897a98ada4
Merge pull request #13145 from edizor/master
...
Update README
2022-12-10 15:50:02 +02:00
kwoyke
141c85a5b4
Merge pull request #13071 from ehsansasanian/java-15229-update-bucket4j-version
...
update bucket4j version in spring-boot-libraries module
2022-12-10 13:02:13 +01:00
edizor
002051b590
Create README.md
...
[skip ci]
2022-12-08 15:24:05 +08:00
edizor
7fd529781c
Update README.md
...
[skip ci]
2022-12-07 19:35:24 +08:00
Harry9656
fd623cb9f8
[JAVA-5805]: Logging to Graylog with Spring Boot Update ( #12934 )
...
Co-authored-by: Harpal Singh <harpal.singh@kaleyra.com>
2022-12-05 17:35:30 +00:00
davidmartinezbarua
efeabcc945
Merge pull request #12861 from brokenhardisk/master
...
BAEL-5715 Updated Code
2022-12-05 10:05:40 -03:00
davidmartinezbarua
bb57868ec9
Merge pull request #13093 from hmdrzsharifi/BAEL-5948
...
Bael 5948: Running Spring Boot Application with Embedded Camunda Engine
2022-12-04 13:13:02 -03:00
Daniel Strmecki
0f3c81c248
Feature/bael 5756 choose api ( #13055 )
...
* BAEL-5756: Rest controller
* BAEL-5756: GraphQL controller (without tests)
* BAEL-5756: Fix GraphQL test
* BAEL-5756: Fix GraphQL test 2
* BAEL-5756: GRPC working
* BAEL-5756: GRPC with Spring Boot
* BAEL-5756: Books proto service
* BAEL-5756: Fix grpc integration test
* BAEL-5756: Refactor
* BAEL-5756: Revert some changes
2022-12-03 15:00:24 +00:00
h_sharifi
010163e541
#BAEL-5948:rename module name from spring-boot-libraries-3 to spring-boot-process-automation
2022-12-03 10:28:19 +03:30
h_sharifi
16a81bf9f9
#BAEL-5948:rename module name in parent pom
2022-12-03 10:27:08 +03:30
edizor
b6db71aebb
Update README.md
...
[skip ci]
2022-11-30 07:28:56 +08:00
Azhwani
30eccf2ae8
BAEL-5978: Case Insensitive Enum Mapping in Spring Boot ( #13061 )
...
* BAEL-5978: Case Insensitive Enum Mapping in Spring Boot
* Move code to a new module: spring-boot-request-params
2022-11-27 15:50:55 +01:00
Ralf Ueberfuhr
b82aabffc0
BAEL 5951: Update Spring Boot 3 Version from release candidate to release version ( #13091 )
...
* Update Spring Boot, Spring Native and Native Maven Plugin versions
* BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints
* BAEL-5951: Configure POMs and add Swagger UI runtime hints
* BAEL-5951: Remove Swagger UI runtime hints
* BAEL-5951: Remove Spring Boot3 parent POM from profiles because of JDK17 dependency during build (building the parent POM is even not necessary)
* BAEL-5951: Add tests
* BAEL-5951: Fix tests (PMD naming conventions)
* BAEL-5951: Update from Spring Boot version 3.0.0-RC1 to 3.0.0 (release)
2022-11-27 10:58:07 +01:00
h_sharifi
b46712fa14
#BAEL-5948:add sample loan process
2022-11-27 10:50:56 +03:30
h_sharifi
e3f229f61d
#BAEL-5948:add main source code
2022-11-27 10:50:29 +03:30
h_sharifi
68c5a730eb
#BAEL-5948:add gitignore file
2022-11-27 10:50:05 +03:30
h_sharifi
9ac3f4ffea
#BAEL-5948:add new maven module
2022-11-27 10:49:48 +03:30
edizor
8978bd34d5
Update README.md
...
[skip ci]
2022-11-25 15:15:31 +08:00
Ralf Ueberfuhr
b913e47c13
BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints ( #13047 )
...
* Update Spring Boot, Spring Native and Native Maven Plugin versions
* BAEL-5951: Spring Boot 3 Sample for Native Image builds incl. Runtime Hints
* BAEL-5951: Configure POMs and add Swagger UI runtime hints
* BAEL-5951: Remove Swagger UI runtime hints
* BAEL-5951: Remove Spring Boot3 parent POM from profiles because of JDK17 dependency during build (building the parent POM is even not necessary)
* BAEL-5951: Add tests
* BAEL-5951: Fix tests (PMD naming conventions)
2022-11-24 09:47:54 +01:00
Ehsan Sasanianno
bf057db224
update bucket4j version in spring-boot-libraries
2022-11-19 17:11:59 +01:00
Tapan Avasthi
f9e34aa9f1
BAEL-5854: Toggle Endpoints at Runtime with Spring Boot ( #13014 )
...
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2022-11-17 20:19:32 -06:00
freelansam
5bfbf38f59
JAVA-15409: Fix formatting of POMs ( #12992 )
2022-11-18 00:26:06 +05:30
Loredana Crusoveanu
2055285698
Update README.md
2022-11-13 18:03:56 +02:00
edizor
0981b8fb4f
Update README.md
...
[skip ci]
2022-11-11 09:50:59 +08:00
collaboratewithakash
66604fcc83
Update README.md
2022-11-05 17:27:41 +05:30
Jonathan Cook
90812f01ee
BAEL-5236 - Apache Camel Exception Handling ( #12973 )
...
* BAEL-4706 - Spring Boot with Spring Batch
* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed
* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson
* BAEL-4756 - Mockito MockSettings
* BAEL-4756 - Mockito MockSettings - fix spelling
* BAEL-2674 - Upgrade the Okhttp article
* BAEL-4204 - Adding Interceptors in OkHTTP
* BAEL-4836 - Mocking Static Methods with Mockito
* BAEL-4205 - A Guide to Events in OkHTTP
* BAEL-5408 - Update Camel version in spring-boot-camel module
* BAEL-5234 - Apache Camel Routes Testing in Spring Boot
* BAEL-5234 - Apache Camel Routes Testing in Spring Boot
* BAEL-5237 - Apache Camel Conditional Routing
* BAEL-5236 - Apache Camel Exception Handling
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-11-03 09:40:26 -07:00
edizor
eb81b01c19
Update README.md
...
[skip ci]
2022-11-02 21:14:44 +08:00
edizor
cde43cc5a3
Update README.md
2022-11-02 20:43:48 +08:00
Palaniappan Arunachalam
1cd1a6cf24
BAEL-359: Introduction to Spring Groovy Configuration ( #12864 )
...
* BAEL-359: Introduction to Spring Groovy Configuration
* BAEL-359: Removed unused import
* BAEL-359: Moved groovy files under src/main/groovy
* BAEL-359: Upgraded Groovy version to 3.0.13
2022-10-31 09:48:31 +05:30
panagiotiskakos
6d0608d3ab
[JAVA-15588] Moved code from spring-di to spring-boot-di
2022-10-30 10:49:39 +02:00
Loredana Crusoveanu
319cbe296c
Merge pull request #12869 from hkhan/JAVA-15377-update-graphql-spqr
...
[JAVA-15377] Update code for Graphql SPQR article
2022-10-30 08:51:42 +02:00
anuragkumawat
e506e68202
JAVA-14682 Update spring-boot-keycloak-2 module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #12927 )
2022-10-29 02:21:56 +05:30
Maciej Główka
e0ff03f828
BAEL-5691: Log properties in Spring Boot application ( #12663 )
...
* BAEL-5691: Log properties in Spring Boot application
* removed lombok
* merged 2 streams into one
* removed unnecessary exception handling
2022-10-27 19:53:05 +01:00
Loredana Crusoveanu
0da831a483
Merge pull request #12873 from edizor/master
...
Update README.md
2022-10-19 17:01:21 +03:00
Loredana Crusoveanu
c192ba162a
BAEL-5798 rename test to manual
2022-10-19 16:52:31 +03:00
edizor
28cf4bde77
Update README.md
...
[skip ci]
2022-10-19 11:04:04 +08:00
edizor
c705475701
Update README.md
...
[skip ci]
2022-10-19 10:53:17 +08:00
Tapan Avasthi
58b522ec56
BAEL-5798: Guide to Resilience4j with Spring Boot ( #12854 )
...
Co-authored-by: Tapan Avasthi <tavasthi@Tapans-MacBook-Air.local>
2022-10-16 21:33:41 -05:00
Haroon Khan
e4a874c0e9
[JAVA-15377] Update code for Graphql SPQR article
2022-10-15 17:42:41 +01:00
Amar Wadhwani
0c61184a4f
BAEL-5715 Updated Code Formatting
2022-10-15 11:04:57 +05:30
Amar Wadhwani
f40f203e9e
BAEL-5715 Updated Code
2022-10-14 20:43:54 +05:30
Amar Wadhwani
083b1b42d7
BAEL-5715 Updated Code
2022-10-14 20:16:00 +05:30
Haroon Khan
bf719b41aa
[JAVA-15376] Update for Graphql Postman article ( #12853 )
...
Co-authored-by: Dhawal Kapil <dhawalkapil@gmail.com>
2022-10-12 21:17:10 +05:30
Haroon Khan
f4be8916b8
[JAVA-15353] Update code for GraphQL vs REST article ( #12849 )
2022-10-12 21:08:39 +05:30
Haroon Khan
4897b0afa0
[JAVA-14660] Update code for Graphql error handling ( #12839 )
2022-10-11 00:46:12 +05:30
anuragkumawat
02f8f60d53
JAVA-14677 Update spring-boot-keycloak module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #12842 )
2022-10-10 23:24:23 +05:30
Haroon Khan
c18ce8a0cf
[JAVA-14663] Update Graphql code for Boot 2.7.x changes and move to new module ( #12729 )
2022-10-07 22:51:41 +05:30
Loredana Crusoveanu
e8ffc2b71a
BAEL-4639 add start class, exclude jobrunr autoconfig
2022-10-03 17:03:53 +03:00
Loredana Crusoveanu
2d40c9c71d
Merge pull request #12789 from panos-kakos/JAVA-14985
...
[JAVA-14985] Moved code related to articles from spring-boot-mvc-2 to…
2022-09-30 11:09:02 +03:00
panagiotiskakos
29cb486075
[JAVA-14985] Clean up
2022-09-29 21:16:16 +03:00
Loredana Crusoveanu
dd4dff2e13
change keycloak test to live test
2022-09-29 16:15:46 +03:00
panagiotiskakos
8727f678d0
[JAVA-14985] Moved code related to articles from spring-boot-mvc-2 to spring-boot-swagger-2
2022-09-29 08:10:58 +03:00
Christian German
efb70f280c
BAEL-5717 - Fix spring-oauth2-resource-server Autoconfiguration failure ( #12740 )
...
* BAEL-5717 - Fix spring-oauth2-resource-server Autoconfiguration failure
* BAEL-5717 - Updating imports order.
2022-09-25 19:09:14 +02:00
collaboratewithakash
85d6618c15
Update README.md
2022-09-23 16:11:33 +05:30
collaboratewithakash
1a710ec0e9
Update README.md
2022-09-23 14:14:49 +05:30
Loredana Crusoveanu
be5b79756b
Merge pull request #12736 from anuragkumawat/JAVA-14676
...
JAVA-14676 Update spring-boot-security module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter
2022-09-22 18:40:41 +03:00
anuragkumawat
db79faf569
JAVA-14679 Update spring-boot-bootstrap module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter
2022-09-20 20:00:27 +05:30
davidmartinezbarua
814b637849
Merge pull request #12724 from hmdrzsharifi/BAEL-5443
...
Bael 5443: Making improvement to this article: "A Quick Guide to Using Keycloak with Spring Boot"
2022-09-19 20:49:03 -03:00
h_sharifi
7b82660b2e
#BAEL-5443: Remove the test
2022-09-19 09:03:20 +04:30
h_sharifi
1a24c7dccb
#BAEL-5443: Fix the keycloak url
2022-09-18 11:40:59 +04:30
anuragkumawat
919da4dfe6
JAVA-14680 Update spring-boot-admin module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #12732 )
2022-09-18 10:32:09 +05:30
anuragkumawat
3a3021fe53
JAVA-14681 Update spring-boot-libraries module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter ( #12725 )
...
* JAVA-14681 Update spring-boot-libraries module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter
* JAVA-14681 Correct Java Formatting
2022-09-18 10:19:53 +05:30
anuragkumawat
a22e548364
JAVA-14676 Update remaining code
2022-09-17 23:50:10 +05:30
anuragkumawat
2901f17a2e
JAVA-14676 Update spring-boot-security module under spring-boot-modules to remove usage of deprecated WebSecurityConfigurerAdapter
2022-09-17 20:38:19 +05:30
Loredana Crusoveanu
30f56aede0
Merge pull request #12703 from panos-kakos/JAVA-14014
...
[JAVA-14014] Added matching strategy
2022-09-14 16:09:43 +03:00
h_sharifi
886d7c1fbf
#BAEL-5443: add logout handler
2022-09-14 11:03:04 +04:30
h_sharifi
61073210ea
#BAEL-5443: add resttemplate for logout
2022-09-14 11:02:44 +04:30
h_sharifi
898661f142
#BAEL-5443: add logout config
2022-09-14 11:02:02 +04:30
h_sharifi
bca12a0764
#BAEL-5443: add scope to properties
2022-09-14 11:00:25 +04:30
freelansam
dc1815c10c
JAVA-14673 - Fix formatting of POMs ( #12722 )
...
* JAVA-14673 - Fix formatting of POMs
* cleanup
2022-09-13 21:22:49 +05:30
h_sharifi
359a33a2ba
#BAEL-5443: add spring.security.oauth2.client properties
2022-09-12 15:39:41 +04:30
h_sharifi
326ce93f67
#BAEL-5443: add oauth2-client dependency
2022-09-12 15:36:30 +04:30
h_sharifi
9ffebf472a
#BAEL-5443:
...
1- add http.oauth2Login()
2- remove KeycloakAdpter Beans
2022-09-12 15:35:56 +04:30
Haroon Khan
66944937b5
[JAVA-14659] Downgrade Boot to 2.6.x and temporarily ignore integration tests for incompatible modules ( #12708 )
2022-09-11 12:01:35 +05:30
panagiotiskakos
9744e121ab
[JAVA-14014] Added matching strategy
2022-09-09 11:10:49 +03:00
Christian German
39acb99790
BAEL-5717 - Removing deprecated Keycloak Adapter and use Spring OAuth2 resource server instead ( #12665 )
2022-09-05 08:27:12 +02:00
freelansam
13d3bd0b57
JAVA-14446: which submodules arent being built ( #12679 )
2022-09-02 20:19:15 +05:30
Asjad J
b54aa0d423
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-apache-camel-conditional-routing
2022-09-02 09:03:18 +05:00
Jonathan Cook
cd9f1cce2e
BAEL-5237 - Apache Camel Conditional Routing ( #12675 )
...
* BAEL-4706 - Spring Boot with Spring Batch
* BAEL-3948 - Fix test(s) in spring-batch which leaves repository.sqlite
changed
* BAEL-4736 - Convert JSONArray to List of Object using camel-jackson
* BAEL-4756 - Mockito MockSettings
* BAEL-4756 - Mockito MockSettings - fix spelling
* BAEL-2674 - Upgrade the Okhttp article
* BAEL-4204 - Adding Interceptors in OkHTTP
* BAEL-4836 - Mocking Static Methods with Mockito
* BAEL-4205 - A Guide to Events in OkHTTP
* BAEL-5408 - Update Camel version in spring-boot-camel module
* BAEL-5234 - Apache Camel Routes Testing in Spring Boot
* BAEL-5234 - Apache Camel Routes Testing in Spring Boot
* BAEL-5237 - Apache Camel Conditional Routing
Co-authored-by: Jonathan Cook <jcook@sciops.esa.int>
2022-08-31 07:39:29 -07:00
Asjad J
9d308ba331
Merge branch 'eugenp:master' into master
2022-08-25 22:06:22 +05:00
Asjad J
966a49f0b6
Updated README.md
...
added link back to the article: https://www.baeldung.com/swagger-two-responses-one-response-code
2022-08-25 21:37:45 +05:00
Haroon Khan
7f6b12abcb
[JAVA-13976] Fix integration tests after Spring Boot upgrade to 2.7.2 ( #12647 )
2022-08-25 21:30:13 +05:30
panos-kakos
e151d4d1d0
[JAVA-13220] Added comment about failing test ( #12644 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-08-25 21:24:56 +05:30
Asjad J
afc57731b4
Updated README.md
...
added link back to the article: https://www.baeldung.com/swagger-apioperation-vs-apiresponse
2022-08-25 16:42:01 +05:00
davidmartinezbarua
923ab8e513
Merge pull request #12634 from thibaultfaure/article/BAEL-4345-swagger-specify-two-response-with-same-code
...
BAEL-4345 add code for the swagger specify two responses with the sam…
2022-08-24 00:34:19 -03:00
Haroon Khan
b9789c23f0
[JAVA-13976] Upgrade Spring Boot to 2.7.2 ( #12603 )
...
* [JAVA-13976] Upgrade Spring Boot to 2.7.2
* [JAVA-13976] Fix failing test due to incorrect Jackson version
2022-08-22 22:47:32 +05:30
thibault.faure
26483e6232
BAEL-4345 add code for the swagger specify two responses with the same code article
2022-08-22 00:05:31 +02:00
apeterlic
e703663759
Add @ApiOperation vs @ApiResponse in Swagger ( #12570 )
...
* Add @ApiOperation vs @ApiResponse in Swagger
* Minor fixes
* Fix - rename package
2022-08-19 12:55:36 +02:00
panos-kakos
520c7d7083
[JAVA-13944] Upgrade lombok dependency for main pom.xml + child modules ( #12617 )
...
Co-authored-by: panagiotiskakos <panagiotis.kakos@libra-is.com>
2022-08-19 12:13:42 +05:30
freelansam
23f33d32fe
JAVA-13826: Align module names, folder names and artifact id ( #12601 )
2022-08-19 12:04:58 +05:30
Asjad J
169f3c756f
Created README.md
...
added link back to the article: https://www.baeldung.com/spring-boot-3-spring-6-new
2022-08-10 09:19:50 +05:00
Asjad J
35bb8070f6
Updated README.md
...
added link back to the article: https://www.baeldung.com/java-scan-annotations-runtime
2022-08-10 09:04:34 +05:00
thibault.faure
067cddb33e
Fix failed integration tests
2022-07-29 21:45:18 +02:00
Elçim Duran
67c9cfec23
Bael-5645 - Scanning Java Annotations at Runtime ( #12527 )
...
* BAEL-5645 - Annotation scanners using Spring context, Spring core, reflections, java reflection, and Jandex libraries are implemented
* BAEL-5645 - Library versions are incremented in pom.xml
* BAEL-5645 - Some refactoring and indentation adjustments
* BAEL-5645 - Revert of annotation value in unit test
* BAEL-5645 - Merge with the latest remote version (after resolution of the conflicts)
* BAEL-5645 - Some refactoring due to review comments
Co-authored-by: elcimduran <elcim.duran@kboxglobal.com>
2022-07-29 15:13:54 +02:00
Asjad J
35dadda533
Merge branch 'eugenp:master' into master
2022-07-29 00:11:05 +05:00
Ralf Ueberfuhr
33c18f2cd5
BAEL-5630: Spring Boot 3 Sample ( #12449 )
...
* BAEL-5630: Spring Boot 3 Sample
* BAEL-5630: Reorganize project in Maven profiles
* BAEL-5630: Upgrade Maven PMD plugin version
* BAEL-5630: Rename tests to follow naming conventions
2022-07-28 21:04:26 +02:00
Asjad J
47aaa04661
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-openapi-global-securityscheme
2022-07-28 23:25:23 +05:00
Christian GERMAN
1eeb2721e7
BAEL-5589 - Skipping tests with docker from pipeline.
2022-07-28 14:30:02 +02:00
davidmartinezbarua
343a79e402
Merge pull request #12447 from thibaultfaure/improvements/BAEL-842-add-a-dynamic-example
...
BAEL-842 improvement to the spring controller return image or file in…
2022-07-26 16:53:57 -03:00
victorsempere
a4691406f2
BAEL-5328 ( #12457 )
...
* BAEL-5328
First draft of the code to the article:
https://drafts.baeldung.com/wp-admin/post.php?post=136328&action=edit
* BAEL-5328
Fixed comment. Used entry point instead of endpoint
* BAEL-5328
Added SecurityFilterChain configuration to allow requests to:
* "/api/auth/**", "/swagger-ui-custom.html" ,"/swagger-ui.html", "/swagger-ui/**", "/v3/api-docs/**", "/webjars/**", "/swagger-ui/index.html","/api-docs/**"
As the spring-boot-starter-security has been started we need to add it to keep this article, simple.
Fixed description of the login() method for the 200 httpstatus response
* BAEL-5328
Added required attribute in @RequestBody of the login() method
* BAEL-5328
Code formatting
2022-07-25 09:21:00 +05:30
Elçim Duran
50955510ca
BAEL-5645 - Scanning Java Annotations at Runtime ( #12511 )
...
* BAEL-5645 - Annotation scanners using Spring context, Spring core, reflections, java reflection, and Jandex libraries are implemented
* BAEL-5645 - Library versions are incremented in pom.xml
Co-authored-by: elcimduran <elcim.duran@kboxglobal.com>
2022-07-21 21:17:26 +02:00
Asjad J
d576113964
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-boot-keycloak-integration-testing
2022-07-21 12:20:38 +05:00
Asjad J
8563763944
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-boot-redis-testcontainers
2022-07-21 12:13:17 +05:00
Abhinav Pandey
bf5ed18f63
BAEL-3201 - Deleting Integration Test file
2022-07-18 14:35:30 +00:00
Abhinav Pandey
170c8990a9
Merge branch 'master' of https://github.com/abh1navv/tutorials into BAEL-3201
2022-07-17 08:52:52 +00:00
Abhinav Pandey
0518e6726b
BAEL-3201 - Skipping test container based test
2022-07-16 20:18:52 +05:30
thibault.faure
bd44bc5f2d
BAEL-842 fix failed build because of UserAccountUnitTest
2022-07-16 15:57:24 +02:00
thibault.faure
9d59e267ac
BAEL-842 improvement to the spring controller return image or file in controller example: add a dynamic example
2022-07-16 15:57:24 +02:00
Christian German
b8dc7b574a
BAEL-5589-springboot-keycloak-integration-testing-with-testcontainers ( #12484 )
2022-07-15 17:34:13 +02:00
kwoyke
18f919bf30
Merge pull request #12496 from freelansam/JAVA-13136
...
JAVA-13136: Fix formatting of POMs
2022-07-15 17:07:52 +02:00
anuragkumawat
f56d707bf4
JAVA-13088 Check whether spring-boot-multiple-datasources and spring-data-jdbc modules have duplicate code ( #12495 )
2022-07-15 14:39:17 +05:30
kwoyke
ab3a728721
Merge pull request #12477 from panos-kakos/JAVA-13222
...
Java 13222
2022-07-15 09:31:12 +02:00
freelansam
d7c38b05d6
Merge branch 'master' into JAVA-13136
2022-07-15 10:01:48 +05:30
sampadawagde
2b5179baba
JAVA-13136: Fix formatting of POMs
2022-07-15 09:59:54 +05:30
Abhinav Pandey
56fd1ef7b4
BAEL-3201 - Unit testing with Redis test containers ( #12441 )
...
* BAEL-3201 - Unit testing with Redis test containers
* BAEL-3201 - Updated test method names
Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
2022-07-14 09:50:08 +05:30
Abhinav Pandey
bc4857f6be
BAEL-3201 - Updated test method names
2022-07-10 19:14:31 +05:30
panagiotiskakos
56e012d8f6
small fix
2022-07-10 15:32:55 +03:00
panagiotiskakos
ac7354648f
JAVA-13222
2022-07-10 15:27:33 +03:00
kwoyke
c876ceb2e0
Merge pull request #12452 from freelansam/JAVA-12733
...
JAVA-12733: Move spring-boot-jsp into spring-boot-modules
2022-07-06 15:31:56 +02:00
sampadawagde
dda5fc0093
JAVA-12733: Move spring-boot-jsp into spring-boot-modules
2022-07-05 19:39:15 +05:30
sampadawagde
2991701dc7
JAVA-12733: Move spring-boot-jsp into spring-boot-modules
2022-07-05 19:38:52 +05:30
Christian GERMAN
017dfa3d6d
BAEL-5252-new-spring-boot-keycloak-2-module
2022-07-03 18:09:53 +02:00
Abhinav Pandey
282cd67ad4
BAEL-3201 - Unit testing with Redis test containers
2022-07-02 16:56:07 +05:30
Asjad J
bb003c64a0
Updated README.md
...
edited link back to article from https://www.baeldung.com/expose-graphql-field-with-different-name to https://www.baeldung.com/graphql-field-name
2022-06-29 18:51:58 +05:00
Asjad J
3f4688d2b3
Updated README.md
...
removed the article Hide a Request Field in Swagger API. It's already been moved to https://github.com/eugenp/tutorials/tree/master/spring-boot-modules/spring-boot-mvc-4 .
2022-06-24 15:35:58 +05:00
Asjad J
e6d52af6dd
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-data-jpa-run-app-without-db
2022-06-21 11:19:32 +05:00
Abhinav Pandey
a5ddb7dd9c
Bael 5543 - Running a spring boot app without DB ( #12339 )
...
* BAEL-5543 - Running a spring boot app without db
* BAEL-5543 - Adding authentication properties
* BAEL-5543 - Moving to a new module
* BAEL-5543 - Changing test class name
* BAEL-5543 - Reducing Java version
Co-authored-by: Abhinav Pandey <Abhinav2.Pandey@airtel.com>
2022-06-16 12:58:07 +05:30
Asjad J
ae9d2a354c
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-keycloak-security-disable
2022-06-14 09:51:09 +05:00
Asjad J
fc4a117f2c
Updated README.md
...
added link back to the article: https://www.baeldung.com/openapi-jwt-authentication
2022-06-14 09:46:50 +05:00
Loredana Crusoveanu
23267c5e68
Merge pull request #12324 from johnA1331/master
...
BAEL-56567 - Main - github-related test fixes - 03.06.2022
2022-06-07 16:10:58 +03:00
kwoyke
58ddbdaf29
Merge pull request #12319 from navuluri/BAEL-5534
...
Bael 5534
2022-06-07 09:17:53 +02:00
Christian German
8422a655ac
BAEL-5252-Disable-Keycloak-Security-in-Spring-Boot ( #12218 )
2022-06-07 09:42:52 +05:30
johnA1331
33290fd7e3
Update README.md
2022-06-07 00:53:35 +08:00
Bhaskara
a273de1902
Merge branch 'master' into BAEL-5534
2022-06-06 20:42:25 +05:30
Bhaskara Navuluri
a26d45e5c0
Fixed the Integration Build Pipeline
2022-06-06 20:35:38 +05:30
Bhaskara
55867b7206
BAEL-5534 Configure JWT Authentication for OpenAPI ( #12288 )
...
Co-authored-by: Bhaskara Navuluri <bhaskara.navuluri@hpe.com>
2022-06-02 08:20:02 -07:00
Asjad J
2b5ce458b1
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-webserviceservertest
2022-06-02 08:15:18 +05:00
Muhammad Abdullah Azam Khan
aef4affc28
Expose GraphQL field with different name ( #12289 )
2022-05-31 14:35:54 -07:00
Bhaskara Navuluri
24cdf2b672
BAEL-5534 Configure JWT Authentication for OpenAPI
2022-05-31 20:24:47 +05:30
Haroon Khan
f8edd495ba
[BAEL-5346] Code for @WebServiceServerTest article ( #12229 )
2022-05-27 22:27:51 -05:00
Asjad J
429fb3c660
Updated README.md
...
added link back to the article: https://www.baeldung.com/spring-keycloak-get-user-id
2022-05-23 17:07:54 +05:00
Haroon Khan
5ab2b9b8e4
[JAVA-12011] Remove redundant comments from pom files
2022-05-22 11:44:39 +01:00
kwoyke
e7221c9b84
Merge pull request #12234 from dkapil/task/JAVA-11489
...
Task/java 11489
2022-05-20 08:49:22 +02:00
Greg Martin
6875f86ca2
Merge pull request #12162 from hmdrzsharifi/bael-5249
...
Bael 5249: Get Keycloak User ID in Spring
2022-05-19 08:08:06 -04:00
Dhawal Kapil
b1c0a40b0e
JAVA-11489 Renamed PropertiesReloadIntegrationTest to *ManualTest
2022-05-18 23:59:18 +05:30
Loredana Crusoveanu
43a6d1e3fd
Merge pull request #12216 from azhwani/BAEL-5448
...
BAEL-5448: Improvement: Scan Multiple Paths using the @ComponentScan Annotation
2022-05-16 14:02:14 +03:00
Azhwani
0e501405a4
init commit
2022-05-15 19:26:22 +02:00
Loredana Crusoveanu
ab255dbc0a
Merge pull request #11994 from arvind-kumar-avinash/patch-1
...
Update UserController.java
2022-05-15 20:08:16 +03:00
kwoyke
232d5776cf
Merge pull request #12198 from panos-kakos/JAVA-8688
...
[JAVA-8688] Added tomcat dependecy
2022-05-13 08:16:51 +02:00
Haroon Khan
efd9a398a1
[JAVA-11979] Rename Keycloak server Integration test to Live test
2022-05-12 19:36:01 +01:00
panagiotiskakos
1b1a411770
[JAVA-8688] Added tomcat dependecy
2022-05-11 13:53:42 +03:00
Asjad J
1e2b926b8e
Updated README.md
...
added link back to the article: https://www.baeldung.com/postman-add-headers-pre-request
2022-05-10 06:36:05 +05:00
kwoyke
7c2845bc79
Merge pull request #12185 from freelansam/JAVA-11792
...
JAVA-11792: Fix formatting of POMs
2022-05-09 11:04:26 +02:00
sampadawagde
aed8f9100b
JAVA-11792: Fix formatting of POMs
2022-05-08 16:36:25 +05:30
Loredana Crusoveanu
66cca46069
Merge pull request #12171 from eugenp/lor6-patch-1
...
Create GraphQL collection.postman_collection.json
2022-05-07 11:12:13 +03:00