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
Copy file name to clipboardExpand all lines: README.md
+38
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,42 @@
1
1
# 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 have learned what we needed from
28
+
our exploration, and we regret to announce that, <b>effective December 5, 2024,
29
+
we will transition Service Weaver into maintenance mode</b>. We recommend that users
30
+
fork the repository and report any issues preventing them from maintaining a
31
+
stable version of the code. After this date, for the next 6 months, we will
32
+
only push critical commits to the GitHub repository, respond to critical issues,
33
+
merge critical pull requests, and patch new releases.
34
+
</p>
35
+
<pstyle="color: inherit"><b>On June 6, 2025, we plan to permanently freeze and
36
+
archive the GitHub repository</b>, after which no new commits or releases will be made.
37
+
</p>
38
+
</div>
39
+
3
40
Service Weaver is a programming framework for writing, deploying, and managing
4
41
distributed applications. You can run, test, and debug a Service Weaver
5
42
application locally on your machine, and then deploy it to the
0 commit comments