You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Service Weaver [](https://pkg.go.dev/github.com/ServiceWeaver/weaver)
2
2
3
-
## 🚨 Important Announcement
4
-
5
-
<head>
6
-
<style>
7
-
.announcement {
8
-
background-color: #f8d7da;
9
-
color: #721c24;
10
-
border-radius: 16px;
11
-
padding: 0.7em;
12
-
margin-top: 1rem;
13
-
border-width: 1px;
14
-
border-style: none;
15
-
text-align: left;
16
-
}
17
-
</style>
18
-
</head>
19
-
20
-
<divclass="announcement">
21
-
<pstyle="color: inherit">Service Weaver began as an exploratory initiative to
22
-
understand the challenges of developing, deploying, and maintaining distributed
23
-
applications. We were excited by the strong interest from the developer community,
24
-
which led us to open-source the project.
25
-
</p>
26
-
<pstyle="color: inherit">We greatly appreciate the continued advocacy and support
27
-
of the Service Weaver community. However, we realized that it was hard for users
28
-
to adopt Service Weaver directly since it required rewriting large parts of
29
-
existing applications. Therefore Service Weaver did not see much direct use
30
-
and therefore <b>effective December 5, 2024, we will transition Service Weaver
31
-
into maintenance mode</b>. After this date, for the next 6 months, we will only
32
-
push critical commits to the GitHub repository, respond to critical issues,
33
-
merge critical pull requests, and patch new releases. We recommend that users
34
-
fork the repository and report any issues preventing them from maintaining a
35
-
stable version of the code.
36
-
</p>
37
-
<pstyle="color: inherit"><b>On June 6, 2025, we plan to permanently freeze and
38
-
archive the GitHub repository</b>, after which no new commits or releases will be made.
39
-
</p>
40
-
</div>
41
-
42
3
Service Weaver is a programming framework for writing, deploying, and managing
43
4
distributed applications. You can run, test, and debug a Service Weaver
44
5
application locally on your machine, and then deploy it to the
@@ -62,4 +23,4 @@ Please read our [contribution guide](./CONTRIBUTING.md) for details on how
0 commit comments