Skip to content

Commit bab5cb6

Browse files
committed
chore: switch to https
1 parent 1b7148e commit bab5cb6

File tree

549 files changed

+642
-634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

549 files changed

+642
-634
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Enhancement suggestions are tracked as [GitHub issues](https://github.com/apache
136136
#### Environment Setup
137137

138138
##### 1. Forking the Code
139-
One of the benefits of [GitHub](http://github.com) is the way that you can easily contribute to a project by [forking the repository](https://help.github.com/articles/fork-a-repo/) and [sending pull requests](https://help.github.com/articles/creating-a-pull-request/) with your changes. Please see GitHub's guides on how to create a fork and submit that fork. For easier illustration, the remainder of this document will use the `grails` repositories, but when working locally you should use your own fork.
139+
One of the benefits of [GitHub](https://github.com) is the way that you can easily contribute to a project by [forking the repository](https://help.github.com/articles/fork-a-repo/) and [sending pull requests](https://help.github.com/articles/creating-a-pull-request/) with your changes. Please see GitHub's guides on how to create a fork and submit that fork. For easier illustration, the remainder of this document will use the `grails` repositories, but when working locally you should use your own fork.
140140

141141
##### 2. Tool Setup
142142

@@ -148,7 +148,7 @@ If you're interested in contributing fixes and features to any part of grails, y
148148
* A container runtime
149149

150150
Once you have the pre-requisite packages installed, the next step is to download the Apache Grails source code, which is
151-
hosted at [GitHub](http://github.com/apache/grails-core). This is a simple case of cloning the repository you're
151+
hosted at [GitHub](https://github.com/apache/grails-core). This is a simple case of cloning the repository you're
152152
interested in. For example, to get the core framework run:
153153

154154
git clone http://github.com/apache/grails-core.git
@@ -202,7 +202,7 @@ There are many aspects to [Grail's documentation](https://docs.grails.org/)
202202

203203
<!-- omit in toc -->
204204
#### <u>Improving the User Guide</u>
205-
The user guide is written using [Asciidoctor](http://asciidoctor.org/docs/user-manual/). The simplest way to contribute fixes is to simply click on the "Improve this doc" link that is to the right of each section of the documentation.
205+
The user guide is written using [Asciidoctor](https://asciidoctor.org/docs/user-manual/). The simplest way to contribute fixes is to simply click on the "Improve this doc" link that is to the right of each section of the documentation.
206206

207207
This will link to the GitHub edit screen where you can make changes, preview them and create a pull request.
208208

etc/bin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (the "License"); you may not use this file except in compliance with
66
# the License. You may obtain a copy of the License at
77
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (the "License"); you may not use this file except in compliance with
66
# the License. You may obtain a copy of the License at
77
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,

gradle/style-enforcement-config.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,14 @@ checkstyle {
4848
}
4949

5050
nohttp {
51-
source.exclude('src/test/**', 'build/**')
51+
// TODO: xsd, xml, & doc files need looked at; this will at least make sure our POMs are correct
52+
source.exclude('src/test/**', 'build/**',
53+
'LICENSE', '**/LICENSE', 'NOTICE', '**/NOTICE', 'licenses/**', 'INSTALL',
54+
'**/*.xsd', '**/*.xml', '**/*.dtd',
55+
'**/test/**',
56+
57+
'**/grails-doc/**' // TODO: the grails doc still has a lot of work to do to remove httpsm mmmmm
58+
)
5259
}
5360

5461
if (tasks.names.contains('checkstyleTest')) {

grails-bootstrap/src/main/resources/grails.build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (the "License"); you may not use this file except in compliance with
66
# the License. You may obtain a copy of the License at
77
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,

grails-bootstrap/src/main/resources/springloaded.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# (the "License"); you may not use this file except in compliance with
66
# the License. You may obtain a copy of the License at
77
#
8-
# http://www.apache.org/licenses/LICENSE-2.0
8+
# https://www.apache.org/licenses/LICENSE-2.0
99
#
1010
# Unless required by applicable law or agreed to in writing, software
1111
# distributed under the License is distributed on an "AS IS" BASIS,

grails-common/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Apache Grails
22
Copyright 2005-2025 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org/).
5+
The Apache Software Foundation (https://www.apache.org/).
66

77

88
Additional Licenses

grails-core/src/main/groovy/org/grails/spring/context/annotation/grails-context.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
~ (the "License"); you may not use this file except in compliance with
88
~ the License. You may obtain a copy of the License at
99
~
10-
~ http://www.apache.org/licenses/LICENSE-2.0
10+
~ https://www.apache.org/licenses/LICENSE-2.0
1111
~
1212
~ Unless required by applicable law or agreed to in writing, software
1313
~ distributed under the License is distributed on an "AS IS" BASIS,

grails-core/src/main/resources/META-INF/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Apache Grails
22
Copyright 2005-2025 The Apache Software Foundation
33

44
This product includes software developed at
5-
The Apache Software Foundation (http://www.apache.org/).
5+
The Apache Software Foundation (https://www.apache.org/).

grails-data-graphql/docs/src/main/docs/guide/gettingStarted.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ under the License.
1919

2020
== Standalone Projects
2121

22-
For standalone projects, it is up to the developer how and when the schema gets created. A mapping context is required to create a schema. The mapping context is available on all link:{gormapi}/org/grails/datastore/mapping/core/Datastore.html#getMappingContext()[datastore implementations]. See the link:http://gorm.grails.org/latest/hibernate/manual/index.html#outsideGrails[GORM documentation] for information on creating a datastore.
22+
For standalone projects, it is up to the developer how and when the schema gets created. A mapping context is required to create a schema. The mapping context is available on all link:{gormapi}/org/grails/datastore/mapping/core/Datastore.html#getMappingContext()[datastore implementations]. See the link:https://gorm.grails.org/latest/hibernate/manual/index.html#outsideGrails[GORM documentation] for information on creating a datastore.
2323

2424
The example below is the simplest way possible to generate a schema.
2525

@@ -66,7 +66,7 @@ Just by adding the `graphql = true` property on your domain, full CRUD capabilit
6666

6767
Imagine you are building an API for a Conference. A talk can be presented
6868
by a single speaker. A speaker can have many talks within the conference.
69-
A typical one-to-many relationship which in http://gorm.grails.org[GORM]
69+
A typical one-to-many relationship which in https://gorm.grails.org[GORM]
7070
could be expressed with:
7171

7272
[source, groovy]
@@ -84,4 +84,4 @@ include::{sourcedir}/examples/grails-docs-app/grails-app/domain/demo/Talk.groovy
8484
----
8585

8686

87-
TIP: GORM GraphQL plugin supports http://gorm.grails.org/latest/hibernate/manual/index.html#derivedProperties[Derived Properties] as illustrated in the previous example; `name` is derived property which concatenates `firstName` and `lastName`
87+
TIP: GORM GraphQL plugin supports https://gorm.grails.org/latest/hibernate/manual/index.html#derivedProperties[Derived Properties] as illustrated in the previous example; `name` is derived property which concatenates `firstName` and `lastName`

0 commit comments

Comments
 (0)