Asjad J
a325df89aa
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
victorsempere
7204832d65
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
sampadawagde
b8205a7b5a
JAVA-13136: Fix formatting of POMs
2022-07-15 09:59:54 +05:30
Asjad J
a332ae054a
Updated README.md
...
added link back to the article: https://www.baeldung.com/openapi-jwt-authentication
2022-06-14 09:46:50 +05:00
Bhaskara
5ee22dda5e
Merge branch 'master' into BAEL-5534
2022-06-06 20:42:25 +05:30
Bhaskara Navuluri
7f659e5609
Fixed the Integration Build Pipeline
2022-06-06 20:35:38 +05:30
Bhaskara
e2e5d59980
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
Bhaskara Navuluri
2c1aeb932e
BAEL-5534 Configure JWT Authentication for OpenAPI
2022-05-31 20:24:47 +05:30
johnA1331
a9dead0697
Delete README.md
2022-05-05 23:03:28 +08:00
johnA1331
1ca4500aa1
Update README.md
2022-05-05 20:22:08 +08:00
Haroon Khan
61a400ab66
[JAVA-10500] Investigate and reduce springdoc build time
2022-03-19 18:27:30 +00:00
johnA1331
f6433ace2d
Create README.md
2022-03-16 21:38:26 +08:00
sanitaso
35c62c28f7
add dir
2022-03-08 15:15:11 +01:00
sanitaso
629e935aa8
remove dir
2022-03-08 15:13:42 +01:00
sanitaso
34da5c73dc
change the module directory
2022-03-08 15:10:36 +01:00
sanitaso
54db84a622
modify pom
2022-02-25 15:25:38 +01:00
sanitaso
042207b97f
add files to springdoc
2022-02-25 12:54:20 +01:00
chaos2418
5d12326819
JAVA:8981: verify spring.mvc.pathmatch.matching-strategy property usage
2022-01-08 13:12:01 +05:30
Krzysiek
6a5473b86b
JAVA-8794: Make spring-boot-springdoc 2.6 compatible
2021-12-13 13:12:11 +01:00
sampadawagde
2982c91e7d
JAVA-8204: Fix formatting of POMs
2021-11-09 16:27:03 +05:30
johnA1331
6b31eaabf4
Update README.md
2021-07-07 23:19:11 +08:00
sharifi
4f6a8da35f
BAEL-4956: add source code for describng REST API in openapi
2021-06-19 13:29:50 +04:30
sampadawagde
54cd71f12d
JAVA-5223: Fix formatting of POMs (Spring Boot Modules - Part 3)
2021-05-13 22:47:40 +05:30
Krzysztof Woyke
e56e12e8c7
JAVA-3295: Remove redundant java.version property
2021-03-26 12:55:14 +01:00
johnA1331
b0906e34df
Update README.md
2021-02-10 02:25:06 +08:00
Umang Budhwar
0a79116b7a
BAEL-4710 - Hiding endpoints using @Hidden ( #10431 )
...
* Added code for checking if a class is abstract or not.
* Renamed test name as per review comments.
* BAEL-4695 - Added code to evaluate math expressions.
* BAEL-4695 - Added test case for math function.
* BAEL-4695 Added consistent examples and entry in parent pom.
* BAEL-4695 - Added more examples
* BAEL-4710 - Hiding endpoints using @Hidden
2021-01-26 09:06:04 -06:00
Krzysztof Woyke
86de3202e4
Merge remote-tracking branch 'upstream/master' into JAVA-3570
2020-12-29 15:11:31 +01:00
bnasslah
59ca2d53c6
upgrade to springdoc-openapi v1.5.2
2020-12-17 13:49:42 +01:00
Krzysztof Woyke
e64e5a21da
JAVA-3570: Update Kotlin version in spring-boot-springdoc
2020-12-11 21:56:46 +01:00
kwoyke
11a77301c0
JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE ( #9985 )
...
* JAVA-2563: Upgrade Spring Boot version to 2.3.3.RELEASE
* JAVA-2563: Downgrade spring-cloud-connectors-heroku to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Add joda-time version
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Use MongoClients factory instead of MongoClient directly
* JAVA-2563: Downgrade spring-5-data-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Switch back to default bootstrap mode for JPA
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Switch from ServerHttpRequest to ServerWebExchange interface
* JAVA-2563: Use OutputCaptureRule instead of OutputCapture
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Add spring-boot-starter-validation dependency
* JAVA-2563: Fix Jackson dependency
* JAVA-2563: Fix ManualEmbeddedMongoDbIntegrationTest
* JAVA-2563: Replace validation-api with spring-boot-starter-validation
* JAVA-2563: Fix usage of deprecated getErrorAttributes method
* JAVA-2563: Downgrade spring-data-cassandra-reactive to Spring Boot 2.2.6.RELEASE
* JAVA-2563: Set spring.datasource.generate-unique-name to false in spring-session-jdbc
2020-09-11 18:19:02 +05:30
mikr
27bae40aab
Reduce logging - Modules api-gateway, spring-boot-springdoc, spring-zuul-rate-limiting, hibernate-ogm, jpa-hibernate-cascade-type
2020-08-30 16:54:15 +02:00
François Dupire
7916487562
[JAVA-1670] Upgrade JUnit and Maven Surefire Plugin in spring-boot-modules - Changed sub-modules inheritance (second batch) ( #9666 )
...
* Imported junit bom before spring-boot-dependencies bom with correct version
* Changed spring-boot-libraries
* Changed spring-boot-mvc
* Changed spring-boot-mvc-2
* Added and changed spring-boot-mvc-3
* Added and changed spring-boot-mvc-birt
* Added and changed spring-boot-nashorn
* Changed spring-boot-parent and its submodules
* Changed spring-boot-performance
* Changed spring-boot-properties
* Changed spring-boot-properties-2
* Changed spring-boot-runtime and its sub-modules
* Changed spring-boot-security
* Changed spring-boot-springdoc
* Changed spring-boot-testing
* Changed spring-boot-vue
2020-07-08 08:30:05 +05:30
Loredana Crusoveanu
485b4e3e99
Revert "BAEL-4134"
2020-07-07 14:18:10 +03:00
Sampada
29cbc2915d
BAEL-3609: Improve article Documenting a Spring REST API Using OpenAPI ( #9334 )
...
3.0
2020-05-24 19:55:06 +02:00
Sampada
bdd4659dd3
BAEL-3493: sectioned off new properties specific to this article ( #9325 )
2020-05-20 08:21:55 -07:00
Sampada
25c006858b
BAEL-3493: Spring REST Docs vs OpenAPI ( #9295 )
2020-05-15 13:37:36 -07:00
mikr
d4a2870d15
JAVA-1225 Add dependency to Hibernate Code
2020-04-10 23:59:34 +02:00
amit.pandey
48f393b8c5
formatted pom.xml file
2020-03-22 07:24:38 +05:30
Mona Mohamadinia
5f5e4c0c41
Bael 3653: Adding Pageable Support ( #8766 )
...
* Removed the commented code
* Upgrading the Spring Doc Version
* Adding the Pageable Example
In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.
* Adding the Pageable Example
In order to use `Pageable`, I had to add `spring-data-jpa` dep and H2. Also, the Spring doc version was quite outdated, so an upgrade for that, too.
2020-03-09 16:18:44 +00:00
mikr
739bf49783
BAEL-20887 Move Spring Boot Springdoc module to Spring Boot modules
2020-01-27 00:27:24 +01:00