Skip to content

Commit 6a3fb37

Browse files
authored
Merge pull request #61 from Sandro642/main
Update Feature branch
2 parents 4fb0945 + f5b81ba commit 6a3fb37

8 files changed

Lines changed: 151 additions & 293 deletions

File tree

.github/workflows/work-jar.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ on:
33
push:
44
branches:
55
- main
6-
- Feature/AtomicFactory
76
permissions:
87
contents: write
98
pages: write

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Changelog:
6565

6666
---
6767

68-
## 🌟 Why ConnectLib?
68+
## Why ConnectLib?
6969

7070
Imagine an API that doesn't just connect services, but becomes the conductor of your integrations. ConnectLib is designed to:
7171

@@ -76,17 +76,17 @@ Imagine an API that doesn't just connect services, but becomes the conductor of
7676

7777
---
7878

79-
## 🛠️ Main Features
79+
## Main Features
8080

81-
- 🔌 **Centralized connector management**
82-
- **Automated job execution**
83-
- 🧩 **Extensible and modular**
84-
- 📊 **Detailed logs and monitoring**
85-
- 🔒 **Built-in security**
81+
- **Centralized connector management**
82+
- **Automated job execution**
83+
- **Extensible and modular**
84+
- **Detailed logs and monitoring**
85+
- **Built-in security**
8686

8787
---
8888

89-
## 🚦 Quick Start
89+
## Quick Start
9090

9191
1. **Clone the project**
9292
```bash
@@ -104,29 +104,29 @@ Imagine an API that doesn't just connect services, but becomes the conductor of
104104

105105
---
106106

107-
## 🧑‍💻 Usage Example
107+
## Usage Example
108108

109109
More examples HERE: [ExampleUsages.java](src/main/java/fr/sandro642/github/example/ExampleUsages.java)
110110

111111
---
112-
[build.gradle](build.gradle)
113-
## 📚 Project Structure
112+
113+
## Project Structure
114114

115115
- `src/main/java/fr/sandro642/github/` : main source code
116116
- `src/test/java/fr/sandro642/github/test/` : unit tests
117117
- `build.gradle` : Gradle configuration
118118

119119
---
120120

121-
## 🤝 Contributing
121+
## Contributing
122122

123123
1. Fork the repo
124124
2. Create a branch (`feature/my-feature`)
125125
3. Push your changes and open a PR
126126

127127
---
128128

129-
## 📞 Contact
129+
## Contact
130130

131131
For any questions or suggestions: [sandro33810@gmail.com](mailto:sandro33810@gmail.com)
132132

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = 'fr.sandro642.github'
8-
version = '0.4.3.1-STABLE'
8+
version = '0.4.6-STABLE'
99

1010
// Générer une classe de version automatiquement
1111
task generateVersionClass {

src/main/java/fr/sandro642/github/example/ExampleUsages.java

Lines changed: 0 additions & 107 deletions
This file was deleted.

0 commit comments

Comments
 (0)