parent
6581f70c2e
commit
630e9e087f
2 changed files with 12 additions and 12 deletions
|
|
@ -77,7 +77,7 @@ The steps are exactly the same for everyone involved in the project, including t
|
|||
1. If it's a new feature or a change of behavior, document it on the [akka-docs](https://github.com/akka/akka/tree/master/akka-docs). When the feature touches Scala and Java DSL, document both the Scala and Java APIs.
|
||||
1. Now it's finally time to [submit the pull request](https://help.github.com/articles/using-pull-requests)!
|
||||
- Please make sure to include a reference to the issue you're solving *in the comment* for the Pull Request, as this will cause the PR to be linked properly with the issue. Examples of good phrases for this are: "Resolves #1234" or "Refs #1234".
|
||||
1. If you have not already done so, you will be asked by our CLA bot to [sign the Lightbend CLA](http://www.lightbend.com/contribute/cla) online. CLA stands for Contributor License Agreement and protects intellectual property disputes from harming the project.
|
||||
1. If you have not already done so, you will be asked by our CLA bot to [sign the Lightbend CLA](https://www.lightbend.com/contribute/cla) online. CLA stands for Contributor License Agreement and protects intellectual property disputes from harming the project.
|
||||
1. If you are a first time contributor, a core member must approve the CI to run for your pull request.
|
||||
1. Now, both committers and interested people will review your code. This process ensures that the code we merge is of the best possible quality and that no silly mistakes slip through. You're expected to follow-up on these comments by adding new commits to the same branch. The commit messages of those commits can be more loose, for example: `Removed debugging using printline`, as they all will be squashed into one commit before merging into the main branch.
|
||||
- The community and core team are really nice people, so don't be afraid to ask follow-up questions if you didn't understand some comment or would like clarification on how to continue with a given feature. We're here to help, so feel free to ask and discuss any questions you might have during the review process!
|
||||
|
|
@ -249,7 +249,7 @@ e.g. `allCluster`, `allTyped`.
|
|||
### Binary compatibility
|
||||
|
||||
Binary compatibility rules and guarantees are described in depth in the [Binary Compatibility Rules
|
||||
](http://doc.akka.io/docs/akka/snapshot/common/binary-compatibility-rules.html) section of the documentation.
|
||||
](https://doc.akka.io/docs/akka/snapshot/common/binary-compatibility-rules.html) section of the documentation.
|
||||
|
||||
Akka uses [MiMa](https://github.com/lightbend/mima) to
|
||||
validate the binary compatibility of incoming pull requests. If your PR fails due to binary compatibility issues, you may see
|
||||
|
|
@ -377,7 +377,7 @@ Which will generate JavaDoc style docs in `./target/javaunidoc/index.html`. This
|
|||
|
||||
### External dependencies
|
||||
|
||||
All the external runtime dependencies for the project, including transitive dependencies, must have an open source license that is equal to, or compatible with, [Apache 2](http://www.apache.org/licenses/LICENSE-2.0).
|
||||
All the external runtime dependencies for the project, including transitive dependencies, must have an open source license that is equal to, or compatible with, [Apache 2](https://www.apache.org/licenses/LICENSE-2.0).
|
||||
|
||||
This must be ensured by manually verifying the license for all the dependencies for the project:
|
||||
|
||||
|
|
@ -503,7 +503,7 @@ next step would be to add it to Akka as an "may change"-feature (possibly in a n
|
|||
then when the feature is hardened, well documented and
|
||||
tested it becomes an officially supported Akka feature.
|
||||
|
||||
[List of Akka features marked as may change](http://doc.akka.io/docs/akka/current/common/may-change.html)
|
||||
[List of Akka features marked as may change](https://doc.akka.io/docs/akka/current/common/may-change.html)
|
||||
|
||||
### Java APIs in Akka
|
||||
|
||||
|
|
@ -612,6 +612,6 @@ Anyone can propose new changes to our CI workflows, and we will gladly review th
|
|||
|
||||
### Related links
|
||||
|
||||
* [Akka Contributor License Agreement](http://www.lightbend.com/contribute/cla)
|
||||
* [Akka Issue Tracker](http://doc.akka.io/docs/akka/current/project/issue-tracking.html)
|
||||
* [Akka Contributor License Agreement](https://www.lightbend.com/contribute/cla)
|
||||
* [Akka Issue Tracker](https://doc.akka.io/docs/akka/current/project/issue-tracking.html)
|
||||
* [Scalafmt](https://scalameta.org/scalafmt/)
|
||||
|
|
|
|||
12
README.md
12
README.md
|
|
@ -6,7 +6,7 @@ Most of the time it's because we are using the wrong tools and the wrong level o
|
|||
|
||||
Akka is here to change that.
|
||||
|
||||
Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. This model is a perfect match for the principles laid out in the [Reactive Manifesto](http://www.reactivemanifesto.org/).
|
||||
Using the Actor Model we raise the abstraction level and provide a better platform to build correct concurrent and scalable applications. This model is a perfect match for the principles laid out in the [Reactive Manifesto](https://www.reactivemanifesto.org/).
|
||||
|
||||
For resilience, we adopt the "Let it crash" model which the telecom industry has used with great success to build applications that self-heal and systems that never stop.
|
||||
|
||||
|
|
@ -17,8 +17,8 @@ Learn more at [akka.io](https://akka.io/).
|
|||
Reference Documentation
|
||||
-----------------------
|
||||
|
||||
The reference documentation is available at [doc.akka.io](http://doc.akka.io),
|
||||
for [Scala](http://doc.akka.io/docs/akka/current/scala.html) and [Java](http://doc.akka.io/docs/akka/current/java.html).
|
||||
The reference documentation is available at [doc.akka.io](https://doc.akka.io),
|
||||
for [Scala](https://doc.akka.io/docs/akka/current/scala.html) and [Java](https://doc.akka.io/docs/akka/current/java.html).
|
||||
|
||||
Community
|
||||
---------
|
||||
|
|
@ -30,10 +30,10 @@ You can join these groups and chats to discuss and ask Akka related questions:
|
|||
|
||||
In addition to that, you may enjoy following:
|
||||
|
||||
- The [news](http://akka.io/news) section of the page, which is updated whenever a new version is released
|
||||
- The [Akka Team Blog](http://blog.akka.io)
|
||||
- The [news](https://akka.io/blog/news-archive.html) section of the page, which is updated whenever a new version is released
|
||||
- The [Akka Team Blog](https://akka.io/blog/article-archive.html)
|
||||
- [@akkateam](https://twitter.com/akkateam) on Twitter
|
||||
- Questions tagged [#akka on StackOverflow](http://stackoverflow.com/questions/tagged/akka)
|
||||
- Questions tagged [#akka on StackOverflow](https://stackoverflow.com/questions/tagged/akka)
|
||||
- Projects built with Akka: [![akka-dependency-badge]][akka-dependency-scaladex]
|
||||
|
||||
Contributing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue