Skip to content

Commit

Permalink
Merge pull request #102 from treblereel/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
treblereel authored Oct 5, 2023
2 parents 308042a + 36b1971 commit f1be407
Show file tree
Hide file tree
Showing 738 changed files with 13,161 additions and 25,192 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
.idea/
.factorypath
*.iml
*.jfr
.DS_Store
target
.vscode/
.flattened-pom.xml
dependency-reduced-pom.xml
dependency-reduced-pom.xml
13 changes: 0 additions & 13 deletions LICENSE.header

This file was deleted.

1,018 changes: 991 additions & 27 deletions README.md

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,29 @@
<url>https://github.com/treblereel</url>
</organization>

<dependencies>
<dependency>
<groupId>org.treblereel.gwt.jakarta</groupId>
<artifactId>annotations</artifactId>
</dependency>
<dependency>
<groupId>org.treblereel.gwt.jakarta</groupId>
<artifactId>ejb</artifactId>
</dependency>
<dependency>
<groupId>org.treblereel.gwt.jakarta</groupId>
<artifactId>enterprise</artifactId>
</dependency>
<dependency>
<groupId>org.treblereel.gwt.jakarta</groupId>
<artifactId>inject</artifactId>
</dependency>
<dependency>
<groupId>org.treblereel.gwt.jakarta</groupId>
<artifactId>utils</artifactId>
</dependency>
</dependencies>

<build>
<resources>
<resource>
Expand Down
25 changes: 16 additions & 9 deletions annotations/src/main/java/io/crysknife/annotation/Application.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2020 Treblereel
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package io.crysknife.annotation;
Expand All @@ -22,4 +27,6 @@
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Application {

String[] packages() default {};
}
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright (C) 2021
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package io.crysknife.annotation;
Expand All @@ -24,6 +29,7 @@
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Deprecated
public @interface CircularDependency {

}
23 changes: 14 additions & 9 deletions annotations/src/main/java/io/crysknife/annotation/Lazy.java
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
/*
* Copyright © 2021 Treblereel
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
* http://www.apache.org/licenses/LICENSE-2.0
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/

package io.crysknife.annotation;
Expand Down
79 changes: 0 additions & 79 deletions annotations/src/main/java/javax/annotation/PostConstruct.java

This file was deleted.

80 changes: 0 additions & 80 deletions annotations/src/main/java/javax/annotation/PreDestroy.java

This file was deleted.

32 changes: 0 additions & 32 deletions annotations/src/main/java/javax/ejb/Startup.java

This file was deleted.

Loading

0 comments on commit f1be407

Please sign in to comment.