How to report/fix Spring framework documentation issues - spring

I found few typos/mistakes in Spring Boot reference guide.
Could you please suggest whom can I contact, or even better how to fix it myself (e.g via pull request if possible) ?
I checked spring GitHub repository but spring-boot-actuator-docs seems to have nothing to do with reference guide.
Thanks in advance.

Spring Boot is like any regular github project. It is located here:
https://github.com/spring-projects/spring-boot
If you want to fix the typos, create a pull request. You'll find all you need to know in our contributing page. The documentation is located in the spring-boot-docs module

Related

the spring boot oauth2 doc teaches deprecated annotation?

it's a confusing problem but suffered me several days.
Firstly, I got to know that the new spring security oauth2 is changed, then I come to learn:https://docs.spring.io/spring-security-oauth2-boot/docs/2.5.2/reference/html5/.
However, when I try to add the annotation #EnableAuthorizationServer to the "main method", the Intellij throws it's deprecated".
Then, I tried to check the version: springframework.boot:2.5.2 , spring-security-oauth2:2.5.1.RELEASE, spring-security-oauth2-autoconfigure:2.5.2.
It means all the dependencies are new, and the doc is new too.
Then why the Intellij says the annotation is deprecated? I just wanna follow the new trend. Please tell me what to do?
thanks a lot.
As the documentation to which you have linked states, the project is in maintenance mode. Where possible, it should not be used and the equivalent features in Spring Security 5.x should be used instead.
The deprecation message on EnableAuthorizationServer links to a migration guide. From there you can learn about the Spring Authorization Server project which you may want to use.

java.net site closed, not able to access jersey documentation

I'm not able to access jersey documentation from, https://jersey.java.net/
Has jersey documentation been moved to a new location?
Bizarrely it seems that Oracle have pulled the plug on java.net.
The jersey docs are available on the github site:
https://jersey.github.io/documentation/latest/index.html
Jersey issues are available as well
Issue IDs are same as former JIRA issue IDs ex: https://github.com/jersey/jersey/issues/3054 is same as former https://java.net/jira/browse/JERSEY-3054
A project migration index is available at https://javaee.github.io

Spring Cloud DataFlow documentation has missing sections

I am reading right now the Spring Cloud DataFlow documentation, but it turn out that the sections contained in PART IV (Modules) has some kind of error, because the whole section is fill up with this kind of text
Unresolved directive in raw.githubusercontent.com/spring-cloud/spring-cloud-stream-modules/master/
spring-cloud-stream-modules-docs/src/main/asciidoc/sinks.adoc - include::{repo-root}/cassandra-sink/
README.adoc[tags=ref-doc]
There is any way to access to this documentation?
Is Spring XD Documentation Module section a sustitution for my problem?, Spring Cloud DataFlow modules work the same way that Spring XD, so I can use Spring XD documentation instead?
Thanks for your time
Thanks for reporting.
We are getting ready for the M3 release of Spring Cloud Data Flow and the docs are actively being restructured right now. We will get this cleaned up very soon.
In the meantime, please feel to review each application level READMEs from the app-starter repo. Here's an example for cassandra-sink.

Spring Framework javadoc error

Iam new to Spring framework. Iam on following link:
http://www.springsource.org/spring-data/mongodb
When I click "API JAVADOC", I get 404 error on following link.
http://static.springsource.org/spring-data/data-mongodb/docs/current/apidocs/
Can some one guide me what is wrong in url and how it can be rectified.
Thanks in advance
The latest javadoc can always be found under http://static.springsource.org/spring-data/data-mongodb/docs/current/api/. I've fixed the broken link on the Spring Data MongoDB project homepage.
The main directory containing all docs is here
So you can go to docs for any version. For example for 1.1.0.GA

Spring webflow demo application

I am new to Spring and webflow.
I was looking for some demo application and someone suggested me to look at petclinicplus
# http://code.google.com/p/petclinicplus/.
But I do not know how to download the project? I can see that it allows svn checkout.
I also dont know svn, but I tried to downloaded svn and executed
svn checkout http://petclinicplus.googlecode.com/svn/trunk/ petclinicplus-read-only
however it is not working.
Is there any other way to download?
Cheers
Examples are bundled with the source. You can sownload Spring Webflow from springsource.com.
You can browse the booking application online here:
https://fisheye.springsource.org/browse/spring-webflow
Getting started can be tricky, but I recommend this blog as a quick simple boot-up point:
http://jee-bpel-soa.blogspot.com/2008/12/building-spring-web-flows-2.html
Spring Web Flow samples on GitHub:
https://github.com/SpringSource/spring-webflow-samples

Resources