Skip to content

Commit 6963012

Browse files
committed
delete: remove outdated Java 17 instructions and community engagement section from README
1 parent 837fbb5 commit 6963012

1 file changed

Lines changed: 0 additions & 72 deletions

File tree

README.md

Lines changed: 0 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -143,75 +143,3 @@ arcadedb.cite()
143143
## 📄 License
144144

145145
Both upstream ArcadeDB (Java) and this ArcadeDB Embedded Python project are licensed under Apache 2.0, which is fully open and free for everyone, including commercial use.
146-
147-
Java 21 packages are available on [Maven central](https://repo.maven.apache.org/maven2/com/arcadedb/) and docker images on [Docker Hub](https://hub.docker.com/r/arcadedata/arcadedb).
148-
149-
We also support Java 17 on a separate branch `java17` for those who cannot upgrade to Java 21 yet through GitHub packages.
150-
151-
To use Java 17 inside your project, add the repository to your `pom.xml` and reference dependencies as follows:
152-
153-
```xml
154-
<repositories>
155-
<repository>
156-
<name>github</name>
157-
<id>github</id>
158-
<url>https://maven.pkg.github.com/ArcadeData/arcadedb</url>
159-
</repository>
160-
</repositories>
161-
<dependencies>
162-
<dependency>
163-
<groupId>com.arcadedb</groupId>
164-
<artifactId>arcadedb-engine</artifactId>
165-
<version>25.5.1-java17</version>
166-
</dependency>
167-
</dependencies>
168-
```
169-
170-
Docker images are available on ghcr.io too:
171-
172-
```shell
173-
docker pull ghcr.io/arcadedata/arcadedb:25.5.1-java17
174-
```
175-
176-
### Community
177-
178-
Join our growing community around the world, for ideas, discussions and help regarding ArcadeDB.
179-
180-
- Chat live with us on [Discord](https://discord.gg/w2Npx2B7hZ)
181-
- Follow us on [Twitter](https://twitter.com/arcade_db)
182-
- or on [Bluesky](https://bsky.app/profile/arcadedb.bsky.social)
183-
- Connect with us on [LinkedIn](https://www.linkedin.com/products/arcadedb)
184-
- or on [Facebook](https://www.facebook.com/arcadedb)
185-
- Questions tagged `#arcadedb` on [Stack Overflow](https://stackoverflow.com/questions/tagged/arcadedb)
186-
- View our official [Blog](https://blog.arcadedb.com/)
187-
188-
### Security
189-
190-
For security issues kindly email us at support@arcadedb.com instead of posting a public issue on GitHub.
191-
192-
### License and Attribution
193-
194-
ArcadeDB is Free for any usage and licensed under the liberal [Open Source Apache 2 license](LICENSE). If you need commercial
195-
support, or you need to have an issue fixed ASAP, check our [GitHub Sponsor page](https://github.com/sponsors/ArcadeData) on both
196-
Recurrent and One-Time tiers. All the sponsorship received will be distributed to the active contributors of this project.
197-
198-
For third-party attributions and copyright notices, see:
199-
- [NOTICE](NOTICE) - Required legal attributions
200-
- [ATTRIBUTIONS.md](ATTRIBUTIONS.md) - Detailed third-party acknowledgments
201-
- [LICENSE](LICENSE) - Full license text
202-
203-
### Thanks To
204-
205-
<a href="https://www.yourkit.com"><img src="https://www.yourkit.com/images/yklogo.png"></a> for providing YourKit Profiler to our committers.
206-
207-
### Contributing
208-
209-
We would love for you to get involved with ArcadeDB project.
210-
If you wish to help, you can learn more about how you can contribute to this project in the [contribution guide](CONTRIBUTING.md).
211-
212-
Have fun with data!
213-
214-
The ArcadeDB Team
215-
216-
## Stargazers over time
217-
[![Stargazers over time](https://starchart.cc/ArcadeData/arcadedb.svg?variant=adaptive)](https://starchart.cc/ArcadeData/arcadedb)

0 commit comments

Comments
 (0)